Update src/app/privacy/page.tsx
This commit is contained in:
@@ -7,7 +7,18 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function PrivacyPolicyPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
@@ -39,6 +50,7 @@ export default function PrivacyPolicyPage() {
|
||||
</div>
|
||||
<FooterMedia
|
||||
logoText="TemizEv"
|
||||
videoSrc="https://videos.pexels.com/video-files/3196306/3196306-sd_506_960_25fps.mp4"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "#" }] }
|
||||
|
||||
Reference in New Issue
Block a user