From 41570491dee1212a8d7d92bacc9eed65131a4169 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:04:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1afd08..8c29e3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,17 +82,17 @@ export default function LandingPage() { name: "Sarah Mitchell", handle: "Regular Client", testimonial: "The best salon experience I've had. The team truly understands what I need.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg"}, + "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg?_wi=1"}, { name: "Emma Thompson", handle: "Bridal Client", testimonial: "My wedding day hair was absolutely perfect. Highly recommended!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg"}, + "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=1"}, { name: "James Wilson", handle: "Groom", testimonial: "Professional service from start to finish. Great attention to detail.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg"}, + "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} background={{ variant: "grid" }} @@ -198,15 +198,15 @@ export default function LandingPage() { { id: "1", name: "Victoria Chen", role: "Regular Client", testimonial: "Absolutely fantastic! My hair has never looked better. The team is so welcoming and professional. I've been coming here for 3 years.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "Victoria Chen"}, + "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg?_wi=2", imageAlt: "Victoria Chen"}, { id: "2", name: "Jessica Martinez", role: "Bridal Client", testimonial: "My wedding day hair was perfection! The stylist listened to exactly what I wanted and made it even better. Thank you!", imageSrc: - "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", imageAlt: "Jessica Martinez"}, + "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=2", imageAlt: "Jessica Martinez"}, { id: "3", name: "David Thompson", role: "Corporate Client", testimonial: "Professional, reliable, and always delivers. I trust them with my look for important business events.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg", imageAlt: "David Thompson"}, + "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg?_wi=2", imageAlt: "David Thompson"}, { id: "4", name: "Amanda Foster", role: "Color Transformation", testimonial: "I was nervous about my hair transformation, but the colorist was so knowledgeable and supportive. I love the new me!", imageSrc: -- 2.49.1