diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a0633c..c9389fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -192,7 +192,7 @@ export default function LandingPage() { { title: "Café", items: [ { label: "Menu", href: "products" }, - { label: "Hours", href: "contact" }, + { label: "Location & Hours", href: "contact" }, { label: "Our Story", href: "about" } ] },