diff --git a/src/app/page.tsx b/src/app/page.tsx index b27e818..d471419 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,8 @@ export default function LandingPage() { { name: "Collections", id: "gallery" }, { name: "About", id: "about" }, { name: "Reviews", id: "testimonial" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, + { name: "Legal", id: "/legal" } ]} brandName="Yarmstyle" bottomLeftText="Discover Thoughtful Gifts" @@ -298,6 +299,14 @@ export default function LandingPage() { { label: "Returns", href: "#" } ] }, + { + title: "Legal", items: [ + { label: "Privacy Policy", href: "/legal" }, + { label: "Terms & Conditions", href: "/legal" }, + { label: "License Info", href: "/legal" }, + { label: "Contact Legal", href: "/legal" } + ] + }, { title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, @@ -312,4 +321,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}