diff --git a/src/app/page.tsx b/src/app/page.tsx index dc15450..5e9a15c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "Products", id: "products" }, { name: "Custom Cakes", id: "custom" }, { name: "Gallery", id: "gallery" }, + { name: "Shop", id: "shop" }, { name: "Contact", id: "contact" } ]} button={{ @@ -236,7 +237,8 @@ export default function LandingPage() { { label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Products", href: "#products" }, - { label: "Gallery", href: "#gallery" } + { label: "Gallery", href: "#gallery" }, + { label: "Shop", href: "/products" } ] }, { @@ -262,4 +264,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}