From f17638b20d8f0c49ea6ef517a5035b3b0fcf57bf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 08:40:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2b54d5..03a1538 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,10 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "@sarahj", testimonial: "She made me feel comfortable right away. Amazing results!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-laying-bed_23-2149341424.jpg", imageAlt: "luxury skincare studio interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-laying-bed_23-2149341424.jpg?_wi=1", imageAlt: "luxury skincare studio interior"}, { name: "Michael C.", handle: "@mchen", testimonial: "Professional, clean, and knowledgeable. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-getting-model-ready-photoshootin_23-2149305121.jpg", imageAlt: "luxury skincare studio interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-getting-model-ready-photoshootin_23-2149305121.jpg?_wi=1", imageAlt: "luxury skincare studio interior"}, { name: "Emily R.", handle: "@emilyr", testimonial: "Best laser experience I have ever had.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-friends_23-2149152887.jpg", imageAlt: "luxury skincare studio interior"}, @@ -74,7 +74,7 @@ export default function LandingPage() { { text: "Book Appointment", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-laying-bed_23-2149341424.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-laying-bed_23-2149341424.jpg?_wi=2" imageAlt="Luxury skincare studio" avatars={[ { @@ -128,7 +128,7 @@ export default function LandingPage() { title="Meet Manal" description="Manal creates a calm, welcoming space where clients feel comfortable. She walks you through every step with precision and care." subdescription="Known for professionalism, kindness, and meticulous attention to detail, your comfort is her priority." - imageSrc="http://img.b2bpic.net/free-photo/make-up-artist-getting-model-ready-photoshootin_23-2149305121.jpg" + imageSrc="http://img.b2bpic.net/free-photo/make-up-artist-getting-model-ready-photoshootin_23-2149305121.jpg?_wi=2" imageAlt="Manal at the studio" mediaAnimation="blur-reveal" icon={Sparkles} -- 2.49.1