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" 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"