From 03660b4f947529296284ed8bb4b29b8d1189c357 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:37:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78d3ae2..d7a1cf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { @@ -124,13 +124,20 @@ export default function LandingPage() { logoText="Milano's Bakery" columns={[ { - title: "Visit Us", items: [ + title: "Contact", items: [ { label: "123 Main St, Cityville", href: "#" }, + { label: "(555) 123-4567", href: "tel:+15551234567" }, { label: "contact@milanosbakery.com", href: "mailto:contact@milanosbakery.com" }, ], }, { - title: "Follow", items: [ + title: "Bakery Hours", items: [ + { label: "Tue-Sun: 7am - 4pm", href: "#" }, + { label: "Closed on Mondays", href: "#" }, + ], + }, + { + title: "Connect", items: [ { label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, ], @@ -142,4 +149,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1