diff --git a/src/app/page.tsx b/src/app/page.tsx index dbeca5c..c3bb8b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,12 +39,16 @@ export default function LandingPage() { name: "About", id: "#about"}, { name: "Products", id: "#products"}, + { + name: "Shop", id: "/shop"}, { name: "Features", id: "#features"}, { name: "Testimonials", id: "#testimonials"}, { name: "Contact", id: "#contact"}, + { + name: "Cart", id: "/cart"}, { name: "Signup", id: "/signup"}, { @@ -282,6 +286,8 @@ export default function LandingPage() { label: "About Us", href: "#about"}, { label: "Collections", href: "#products"}, + { + label: "Shop", href: "/shop"}, { label: "Membership", href: "#pricing"}, ], @@ -296,6 +302,8 @@ export default function LandingPage() { label: "Login", href: "/login"}, { label: "Signup", href: "/signup"}, + { + label: "Cart", href: "/cart"}, { label: "Order History", href: "/order-history"}, { @@ -319,4 +327,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file