From 66ce5eedd64fcb96b44378f57e9d5b40b5d6aa83 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:32:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 82 +++++++++--------------------------------------- 1 file changed, 14 insertions(+), 68 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 539f387..0d1872b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,8 +20,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Menu", - items: [ + title: "Menu", items: [ { label: "Coffee", href: "/menu" }, { label: "Pastries", href: "/menu" }, { label: "Lunch", href: "/menu" }, @@ -29,8 +28,7 @@ export default function HomePage() { ], }, { - title: "Visit Us", - items: [ + title: "Visit Us", items: [ { label: "Hours", href: "#" }, { label: "Location", href: "#" }, { label: "Reservations", href: "/contact" }, @@ -38,8 +36,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Privacy Policy", href: "#" }, @@ -75,7 +72,7 @@ export default function HomePage() {
); -} \ No newline at end of file +}