Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #13.
This commit is contained in:
@@ -21,13 +21,15 @@ export default function PrivacyPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Privacy Policy", id: "/privacy" }
|
||||
]}
|
||||
brandName="TemizEv"
|
||||
/>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Privacy Policy", id: "/privacy" }
|
||||
]}
|
||||
brandName="TemizEv"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="pt-32 pb-16">
|
||||
<LegalSection
|
||||
@@ -45,14 +47,16 @@ export default function PrivacyPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bushes-lavender-courtyard_627829-14110.jpg"
|
||||
logoText="TemizEv"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "/privacy" }] }
|
||||
]}
|
||||
/>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bushes-lavender-courtyard_627829-14110.jpg"
|
||||
logoText="TemizEv"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "/privacy" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user