Updated CSS styles
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
import Link from "next/link";
|
||||
|
||||
export default function Privacy() {
|
||||
return (
|
||||
<>
|
||||
<section className="ux-project-hero">
|
||||
<div className="container">
|
||||
<div className="ux-project-content text-center">
|
||||
<h1 className="ux-project-title">Privacy Policy.</h1>
|
||||
<p className="ux-project-subtitle">
|
||||
How we collect, use, and protect your information.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="ux-about-section">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-9 mx-auto">
|
||||
<h2 className="ux-main-heading mb-4">Information We Collect</h2>
|
||||
<p className="ux-card-text">
|
||||
We collect information you provide directly through our project intake form,
|
||||
including name, company, email, and project details.
|
||||
</p>
|
||||
|
||||
<h4 className="ux-card-title mt-5">How We Use It</h4>
|
||||
<p className="ux-card-text">
|
||||
We use the information to respond to inquiries, scope projects, and improve
|
||||
our services. We do not sell your data.
|
||||
</p>
|
||||
|
||||
<h4 className="ux-card-title mt-5">Cookies</h4>
|
||||
<p className="ux-card-text">
|
||||
We use minimal first-party cookies for site analytics and session continuity.
|
||||
</p>
|
||||
|
||||
<h4 className="ux-card-title mt-5">Contact</h4>
|
||||
<p className="ux-card-text">
|
||||
For privacy questions, please <Link href="/contact" className="ux-link">contact us</Link>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user