1 Commits

Author SHA1 Message Date
f6cb205df6 Update src/app/page.tsx 2026-01-21 18:55:15 +00:00

View File

@@ -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" }
]
},