diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a1dded..a9b1aa7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,10 +49,10 @@ export default function LandingPage() { description="Premium laser and aesthetic treatments in Mississauga. Expert care, clinical excellence, and transformative results." slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-sitting-table-indoors_23-2149357062.jpg", imageAlt: "Advanced laser treatment at Emphasize Medi Spa" + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-sitting-table-indoors_23-2149357062.jpg?_wi=1", imageAlt: "Advanced laser treatment at Emphasize Medi Spa" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-doctor-explaining-anatomy_23-2149389043.jpg", imageAlt: "Professional consultation with aesthetic expert" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-doctor-explaining-anatomy_23-2149389043.jpg?_wi=1", imageAlt: "Professional consultation with aesthetic expert" } ]} buttons={[ @@ -116,10 +116,10 @@ export default function LandingPage() { title: "Skin Health & Radiance", description: "Hydrafacials and specialized facials deeply cleanse, hydrate, and resurface your skin, delivering a radiant, glowing complexion.", icon: Droplets, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/product-container-underwater-still-life_23-2150434855.jpg", imageAlt: "Hydrafacial professional skin treatment" + imageSrc: "http://img.b2bpic.net/free-photo/product-container-underwater-still-life_23-2150434855.jpg?_wi=1", imageAlt: "Hydrafacial professional skin treatment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/product-container-underwater-still-life_23-2150434855.jpg", imageAlt: "Hydrafacial professional skin treatment" + imageSrc: "http://img.b2bpic.net/free-photo/product-container-underwater-still-life_23-2150434855.jpg?_wi=2", imageAlt: "Hydrafacial professional skin treatment" } ] }, @@ -268,7 +268,7 @@ export default function LandingPage() { required: false }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-smiley-doctor-explaining-anatomy_23-2149389043.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-smiley-doctor-explaining-anatomy_23-2149389043.jpg?_wi=2" imageAlt="Consultation room at Emphasize Medi Spa" mediaAnimation="slide-up" mediaPosition="right" @@ -279,7 +279,7 @@ export default function LandingPage() {