From f8c0949f3a5ff68da4bef0a8b5574087c5d0ea9a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:00:13 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 11a4f85..cd30f32 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -55,7 +55,7 @@ export default function AboutPage() { columns={[ { title: "Bakery", items: [{ label: "Menu", href: "/#menu" }, { label: "Catering", href: "/#catering" }] }, { title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Events", href: "/#events" }] }, - { title: "Visit", items: [{ label: "Directions", href: "/#visit" }, { label: "Contact", href: "tel:+1000000000" }] }, + { title: "Visit", items: [{ label: "Directions", href: "/#visit" }, { label: "Contact", href: "tel:+19058566100" }] }, ]} bottomLeftText="© 2024 Molisana Bakery. All rights reserved." bottomRightText="Authentic Italian Daily Rituals" -- 2.49.1 From 499b19b4b64e55309b2c096f6950b9483952a0ad Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:00:14 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e12c55..2fcbf60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,10 +123,10 @@ export default function LandingPage() { @@ -136,7 +136,7 @@ export default function LandingPage() { columns={[ { title: "Bakery", items: [{ label: "Menu", href: "#menu" }, { label: "Catering", href: "#catering" }] }, { title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Events", href: "#events" }] }, - { title: "Visit", items: [{ label: "Directions", href: "#visit" }, { label: "Contact", href: "tel:+1000000000" }] }, + { title: "Visit", items: [{ label: "Directions", href: "#visit" }, { label: "Contact", href: "tel:+19058566100" }] }, ]} bottomLeftText="© 2024 Molisana Bakery. All rights reserved." bottomRightText="Authentic Italian Daily Rituals" -- 2.49.1