diff --git a/src/app/page.tsx b/src/app/page.tsx index f8c21b2..16ba822 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,25 +52,25 @@ export default function LandingPage() { testimonials={[ { name: "Marisela L.", handle: "@mariselal", testimonial: "Meagan is a shining star. She is now my go to person for lips and Botox! Highly recommend Meagan.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-white-bathrobe-cosmetology-studio_1157-34892.jpg", imageAlt: "luxurious medical spa interior professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-white-bathrobe-cosmetology-studio_1157-34892.jpg?_wi=1", imageAlt: "luxurious medical spa interior professional"}, { name: "Sarah J.", handle: "@sarahj", testimonial: "Absolutely love the results. My skin has never looked so fresh and radiant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-mature-age-concept-horizontal-image-good-looking-confident-female-with-short-dyed-hair-relaxing-home-sitting-comfortably-armchair-smiling-broadly_343059-4375.jpg", imageAlt: "luxurious medical spa interior professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-mature-age-concept-horizontal-image-good-looking-confident-female-with-short-dyed-hair-relaxing-home-sitting-comfortably-armchair-smiling-broadly_343059-4375.jpg?_wi=1", imageAlt: "luxurious medical spa interior professional"}, { name: "Emily R.", handle: "@emilyr", testimonial: "Professional, clean, and so welcoming. The attention to detail is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg", imageAlt: "luxurious medical spa interior professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg?_wi=1", imageAlt: "luxurious medical spa interior professional"}, { name: "David K.", handle: "@davidk", testimonial: "Finally found a place that understands men's skincare. Great experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206146.jpg", imageAlt: "luxurious medical spa interior professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206146.jpg?_wi=1", imageAlt: "luxurious medical spa interior professional"}, { name: "Anna M.", handle: "@annam", testimonial: "A sanctuary for skincare. I feel 10 years younger after my visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-communicating-while-spending-relaxing-day-spa-focus-is-man_637285-7506.jpg", imageAlt: "luxurious medical spa interior professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-communicating-while-spending-relaxing-day-spa-focus-is-man_637285-7506.jpg?_wi=1", imageAlt: "luxurious medical spa interior professional"}, ]} buttons={[ { text: "Book Consultation", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-white-bathrobe-cosmetology-studio_1157-34892.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-white-bathrobe-cosmetology-studio_1157-34892.jpg?_wi=2" imageAlt="Luxurious medical spa environment" mediaAnimation="slide-up" avatars={[ @@ -158,16 +158,16 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Marisela L.", role: "Patient", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-mature-age-concept-horizontal-image-good-looking-confident-female-with-short-dyed-hair-relaxing-home-sitting-comfortably-armchair-smiling-broadly_343059-4375.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-mature-age-concept-horizontal-image-good-looking-confident-female-with-short-dyed-hair-relaxing-home-sitting-comfortably-armchair-smiling-broadly_343059-4375.jpg?_wi=2"}, { id: "t2", name: "Sarah J.", role: "Patient", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg?_wi=2"}, { id: "t3", name: "Emily R.", role: "Patient", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206146.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206146.jpg?_wi=2"}, { id: "t4", name: "David K.", role: "Patient", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-communicating-while-spending-relaxing-day-spa-focus-is-man_637285-7506.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-communicating-while-spending-relaxing-day-spa-focus-is-man_637285-7506.jpg?_wi=2"}, { id: "t5", name: "Anna M.", role: "Patient", company: "Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021814.jpg"},