From 54ab3d0d1fb9165ca08411688cada08c2e2bd4a9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 17:20:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 328c04e..da5347a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,6 +80,7 @@ export default function LandingPage() { logoText="Alice’s Restaurant" columns={[ { title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "/about" }, { label: "Visit", href: "/contact" }] }, + { title: "Location & Hours", items: [{ label: "123 Main St, Crawfordsville", href: "/contact" }, { label: "Open Daily: 7AM - 9PM", href: "#" }] }, { title: "Social", items: [{ label: "Facebook", href: "https://www.facebook.com/profile.php?id=100063723903618" }] } ]} /> -- 2.49.1