From bb2e4e83d2ef10e16d9311c4a6d351b3b15acc16 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 27 Jun 2026 19:30:24 +0000 Subject: [PATCH] Bob AI: Update menu links to point to the new menu section --- src/components/Layout.tsx | 2 +- src/pages/HomePage/sections/Hero.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ed6b464..b77a516 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -85,7 +85,7 @@ export default function Layout() { items: [ { label: "Menu", - href: "#products", + href: "#menu", }, { label: "Reserve", diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 1925eb9..18b227e 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -8,7 +8,7 @@ import ScrollReveal from "@/components/ui/ScrollReveal"; const primaryButton = { text: "See Menu", - href: "#products" + href: "#menu" }; const secondaryButton = { text: "Reserve Table", -- 2.49.1