14 Commits

Author SHA1 Message Date
f76c9e1266 Merge version_7 into main
Merge version_7 into main
2026-01-21 18:55:20 +00:00
f6cb205df6 Update src/app/page.tsx 2026-01-21 18:55:15 +00:00
1eccc9f24a Update src/app/page.tsx 2026-01-21 17:28:13 +00:00
cc4950ddf6 Update src/app/page.tsx 2026-01-14 20:20:19 +00:00
0751f4f8bb Update src/app/layout.tsx 2026-01-14 20:20:18 +00:00
7578bfedcf Update src/app/page.tsx 2026-01-14 20:20:00 +00:00
d0ddc89618 Update src/app/layout.tsx 2026-01-14 20:19:59 +00:00
9defd0464a Update src/app/page.tsx 2026-01-14 20:18:43 +00:00
57e40171e5 Update src/app/page.tsx 2026-01-14 20:13:02 +00:00
cb9221c844 Update src/app/layout.tsx 2026-01-14 20:13:01 +00:00
e76cbbb3fe Update src/app/page.tsx 2026-01-14 20:11:50 +00:00
761bd45841 Update src/app/layout.tsx 2026-01-14 20:11:49 +00:00
8cc204c607 Update src/app/page.tsx 2026-01-14 19:54:33 +00:00
91000dbceb Update src/app/page.tsx 2026-01-14 19:51:47 +00:00

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