Update src/app/page.tsx

This commit is contained in:
2026-01-21 18:55:15 +00:00
parent 288116a8bc
commit f6cb205df6

View File

@@ -192,7 +192,7 @@ export default function LandingPage() {
{ {
title: "Café", items: [ title: "Café", items: [
{ label: "Menu", href: "products" }, { label: "Menu", href: "products" },
{ label: "Hours", href: "contact" }, { label: "Location & Hours", href: "contact" },
{ label: "Our Story", href: "about" } { label: "Our Story", href: "about" }
] ]
}, },