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",