4 Commits

Author SHA1 Message Date
499b19b4b6 Update src/app/page.tsx 2026-04-12 02:00:14 +00:00
f8c0949f3a Update src/app/about/page.tsx 2026-04-12 02:00:13 +00:00
6370a6b845 Merge version_2 into main
Merge version_2 into main
2026-04-12 01:58:51 +00:00
d1f65a3369 Merge version_2 into main
Merge version_2 into main
2026-04-12 01:58:25 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -123,10 +123,10 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
text="Ready to feed your team? From corporate catering to private birthday dinners, we bring the authentic taste of Italy to your event."
text="Visit us at 5731 Hwy 7, Woodbridge, ON L4L 1T7. We are open daily from 6 a.m. to 10 p.m. Call us at (905) 856-6100 for orders and inquiries."
buttons={[
{ text: "Get a Catering Quote", href: "mailto:hello@molisanabakery.com" },
{ text: "Call to Order", href: "tel:+1000000000" },
{ text: "Call (905) 856-6100", href: "tel:+19058566100" },
]}
/>
</div>
@@ -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"