Files
2026-04-27 15:32:30 +05:30

86 lines
3.6 KiB
React

export default function PrivacyPage() {
return (
<>
<section
className="hero-remodel-section ourprocesswraptop"
style={{ backgroundImage: "url(./assets/images/aboutback.png)" }}
>
<div className="container">
<div className="row align-items-end">
<div className="col-lg-6">
<div className="hero-remodel-content">
<span className="hero-remodel-subtitle">Privacy Policy</span>
<h1 className="hero-remodel-title">Your Privacy Matters to Us</h1>
<p className="hero-remodel-text">
Learn how we collect, use, and protect your personal information
while delivering our services.
</p>
</div>
</div>
</div>
</div>
</section>
<section className="process-sectionbottom">
<div className="container privacycontent">
<h2 className="mb-4">Privacy Policy</h2>
<p>
At HouseCoin, we are committed to protecting your privacy and ensuring
that your personal information is handled in a safe and responsible
manner. This policy outlines how we collect, use, and safeguard your
data.
</p>
<h5 className="mt-4">1. Information We Collect</h5>
<p>
We may collect personal information such as your name, email address,
phone number, and project details when you fill out forms or contact us
through our website.
</p>
<h5 className="mt-4">2. How We Use Your Information</h5>
<p>
Your information is used to provide services, respond to inquiries,
improve our offerings, and communicate important updates regarding your
project.
</p>
<h5 className="mt-4">3. Data Protection</h5>
<p>
We implement appropriate security measures to protect your personal data
from unauthorized access, alteration, disclosure, or destruction.
</p>
<h5 className="mt-4">4. Sharing of Information</h5>
<p>
We do not sell, trade, or rent your personal information. Your data may
only be shared with trusted partners involved in delivering services.
</p>
<h5 className="mt-4">5. Cookies</h5>
<p>
Our website may use cookies to enhance user experience and analyze
website traffic. You can choose to disable cookies through your browser
settings.
</p>
<h5 className="mt-4">6. Third-Party Links</h5>
<p>
Our website may contain links to external sites. We are not responsible
for the privacy practices of those websites.
</p>
<h5 className="mt-4">7. Your Rights</h5>
<p>
You have the right to access, update, or request deletion of your
personal data at any time by contacting us.
</p>
<h5 className="mt-4">8. Updates to Policy</h5>
<p>
We may update this policy periodically. Any changes will be posted on
this page with updated revisions.
</p>
<h5 className="mt-4">9. Contact Us</h5>
<p>
If you have any questions about this Privacy Policy, feel free to
contact us at
<strong>reimagine@housecoin.biz</strong>.
</p>
</div>
</section>
</>
);
}