Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 15:15:38 +00:00

View File

@@ -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"
}}
/>
</div>
@@ -62,6 +63,7 @@ export default function MushBoutique() {
<AboutMetric
title="Welcome to Mush: Sanary-sur-Mer's Trusted Fashion Destination Since Day One"
useInvertedBackground={true}
metricsAnimation="blur-reveal"
metrics={[
{ icon: Star, label: "Google Rating", value: "4.8★" },
{ icon: Heart, label: "Happy Customers", value: "38+" },
@@ -84,18 +86,22 @@ export default function MushBoutique() {
title: "Elegant Essentials", description: "Timeless pieces that define sophistication. Our elegant collection features premium fabrics and impeccable craftsmanship for those who appreciate classic beauty.", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-flat-lay_23-2150264149.jpg", imageAlt: "Elegant collection showcase"},
imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-flat-lay_23-2150264149.jpg", imageAlt: "Elegant collection showcase"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-second-hand-market_23-2149353685.jpg?_wi=1", imageAlt: "Boutique interior with elegant pieces"},
imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-second-hand-market_23-2149353685.jpg", imageAlt: "Boutique interior with elegant pieces"
},
],
},
{
title: "Contemporary Style", description: "Modern pieces that express your personality. Discover fresh trends and contemporary designs that let you stand out while staying true to your style.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/expensive-eyewear-young-beautiful-girl-warm-clothes-have-walk-city-her-weekends-time_146671-16835.jpg", imageAlt: "Contemporary casual collection"},
imageSrc: "http://img.b2bpic.net/free-photo/expensive-eyewear-young-beautiful-girl-warm-clothes-have-walk-city-her-weekends-time_146671-16835.jpg", imageAlt: "Contemporary casual collection"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/clothes-designers-working-store_23-2148915550.jpg?_wi=1", imageAlt: "Personal styling consultation"},
imageSrc: "http://img.b2bpic.net/free-photo/clothes-designers-working-store_23-2148915550.jpg", imageAlt: "Personal styling consultation"
},
],
},
]}
@@ -129,9 +135,11 @@ export default function MushBoutique() {
{
id: "styling-team", groupTitle: "Expert Guidance", members: [
{
id: "1", title: "Muriel", subtitle: "Boutique Owner & Style Expert", detail: "With years of fashion expertise, Muriel personally assists each customer to find pieces that reflect their unique style and personality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-tailor-workshop_329181-14330.jpg", imageAlt: "Muriel, Mush boutique owner"},
id: "1", title: "Muriel", subtitle: "Boutique Owner & Style Expert", detail: "With years of fashion expertise, Muriel personally assists each customer to find pieces that reflect their unique style and personality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-tailor-workshop_329181-14330.jpg", imageAlt: "Muriel, Mush boutique owner"
},
{
id: "2", title: "Personal Shopping", subtitle: "Appointment Available", detail: "Schedule a private consultation for one-on-one styling advice, wardrobe planning, and personalized recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/clothes-designers-working-store_23-2148915550.jpg?_wi=2", imageAlt: "Personal styling session"},
id: "2", title: "Personal Shopping", subtitle: "Appointment Available", detail: "Schedule a private consultation for one-on-one styling advice, wardrobe planning, and personalized recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/clothes-designers-working-store_23-2148915550.jpg", imageAlt: "Personal styling session"
},
],
},
]}
@@ -147,17 +155,23 @@ export default function MushBoutique() {
animationType="blur-reveal"
testimonials={[
{
id: "1", name: "Sophie M.", handle: "Local Regular", testimonial: "Muriel has the best eye for fashion! She always knows exactly what will look perfect on me. The boutique feels like stepping into a friend's carefully organized wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601457.jpg?_wi=1", imageAlt: "Sophie M."},
id: "1", name: "Sophie M.", handle: "Local Regular", testimonial: "Muriel has the best eye for fashion! She always knows exactly what will look perfect on me. The boutique feels like stepping into a friend's carefully organized wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601457.jpg", imageAlt: "Sophie M."
},
{
id: "2", name: "Catherine L.", handle: "Visitor", testimonial: "Found this gem while visiting Sanary. The owner Muriel was so warm and helpful. I left with pieces I absolutely love and felt genuinely cared for.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-girl_1398-1532.jpg?_wi=1", imageAlt: "Catherine L."},
id: "2", name: "Catherine L.", handle: "Visitor", testimonial: "Found this gem while visiting Sanary. The owner Muriel was so warm and helpful. I left with pieces I absolutely love and felt genuinely cared for.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-girl_1398-1532.jpg", imageAlt: "Catherine L."
},
{
id: "3", name: "Nicole D.", handle: "Personal Shopper Client", testimonial: "The personal styling service transformed my wardrobe. Muriel took time to understand my style and put together looks I feel confident wearing every day.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "Nicole D."},
id: "3", name: "Nicole D.", handle: "Personal Shopper Client", testimonial: "The personal styling service transformed my wardrobe. Muriel took time to understand my style and put together looks I feel confident wearing every day.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "Nicole D."
},
{
id: "4", name: "Isabelle R.", handle: "Loyal Customer", testimonial: "Mush is more than a boutique—it's a place where you're welcomed like family. The quality of pieces and expert advice make every visit worthwhile.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-against-unfocused-building_1187-5171.jpg", imageAlt: "Isabelle R."},
id: "4", name: "Isabelle R.", handle: "Loyal Customer", testimonial: "Mush is more than a boutique—it's a place where you're welcomed like family. The quality of pieces and expert advice make every visit worthwhile.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-against-unfocused-building_1187-5171.jpg", imageAlt: "Isabelle R."
},
{
id: "5", name: "Marie T.", handle: "Fashion Enthusiast", testimonial: "I've visited many boutiques, but Mush stands out. The curation is impeccable, and Muriel's passion for fashion and customer care is evident in every interaction.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601457.jpg?_wi=2", imageAlt: "Marie T."},
id: "5", name: "Marie T.", handle: "Fashion Enthusiast", testimonial: "I've visited many boutiques, but Mush stands out. The curation is impeccable, and Muriel's passion for fashion and customer care is evident in every interaction.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601457.jpg", imageAlt: "Marie T."
},
{
id: "6", name: "Aline P.", handle: "Recent Visitor", testimonial: "What a delightful discovery! Pieces for every budget, expert styling tips, and genuine warmth. I'm already planning my next visit to Mush.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-girl_1398-1532.jpg?_wi=2", imageAlt: "Aline P."},
id: "6", name: "Aline P.", handle: "Recent Visitor", testimonial: "What a delightful discovery! Pieces for every budget, expert styling tips, and genuine warmth. I'm already planning my next visit to Mush.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-girl_1398-1532.jpg", imageAlt: "Aline P."
},
]}
/>
</div>
@@ -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"