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() {