From bb2bf743c5bf054fdedb26dfd91bc72f0d5e445c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 16:12:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 +}