Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-04-17 17:21:00 +00:00

View File

@@ -80,6 +80,7 @@ export default function LandingPage() {
logoText="Alices 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" }] }
]}
/>