From f56918e27534b244a3087fdffb7a2749716d30f2 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 4 Feb 2026 16:57:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90ee986..490bd22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function SladkoeshkaPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Our Cakes", id: "products" }, + { name: "Our Cakes", id: "/shop" }, { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" } ]} @@ -61,7 +61,7 @@ export default function SladkoeshkaPage() { } ]} buttons={[ - { text: "Order Now", href: "products" }, + { text: "Order Now", href: "/shop" }, { text: "Learn More", href: "about" } ]} /> @@ -239,7 +239,7 @@ export default function SladkoeshkaPage() { columns={[ { title: "Shop", items: [ - { label: "Our Cakes", href: "#products" }, + { label: "Our Cakes", href: "/shop" }, { label: "Pricing", href: "#pricing" }, { label: "Custom Orders", href: "#contact" }, { label: "Gift Certificates", href: "#contact" }