From 676dd5da40ec6e4d6d49dcaa2491bae7f89372cb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:15:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 ++++++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 424d62c..e152365 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,8 @@ export default function MushBoutique() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Call Now", href: "tel:+33494881541"}} + text: "Call Now", href: "tel:+33494881541" + }} /> @@ -62,6 +63,7 @@ export default function MushBoutique() { @@ -167,7 +181,7 @@ export default function MushBoutique() { title="Visit Mush or Get in Touch" description="Drop by our boutique in beautiful Sanary-sur-Mer, give us a call for personalized assistance, or send us a message with your questions." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/person-shopping-second-hand-market_23-2149353685.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/person-shopping-second-hand-market_23-2149353685.jpg" imageAlt="Mush boutique interior" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1