diff --git a/src/app/page.tsx b/src/app/page.tsx index 60aaf06..c25cb48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,19 +57,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "CEO, StyleMedia", testimonial: "Transformed my hair in just 4 weeks. The results are remarkable.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400" + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&_wi=1" }, { name: "Emma Rodriguez", handle: "Beauty Influencer", testimonial: "Finally, a luxury product that actually delivers. I'm obsessed.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400" + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&_wi=1" }, { name: "Jessica Chen", handle: "Professional Stylist", testimonial: "My clients rave about the results. It's my go-to recommendation.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400" + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&_wi=1" }, { name: "Amanda Brooks", handle: "Wellness Director", testimonial: "Clean ingredients meet powerful results. Excellence redefined.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1517841905240-74f6b0c3f04d?w=400" + imageSrc: "https://images.unsplash.com/photo-1517841905240-74f6b0c3f04d?w=400&_wi=1" }, ]} buttons={[ @@ -228,16 +228,16 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah Mitchell", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400" + id: "1", name: "Sarah Mitchell", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&_wi=2" }, { - id: "2", name: "Emma Rodriguez", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400" + id: "2", name: "Emma Rodriguez", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&_wi=2" }, { - id: "3", name: "Jessica Chen", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400" + id: "3", name: "Jessica Chen", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&_wi=2" }, { - id: "4", name: "Amanda Brooks", imageSrc: "https://images.unsplash.com/photo-1517841905240-74f6b0c3f04d?w=400" + id: "4", name: "Amanda Brooks", imageSrc: "https://images.unsplash.com/photo-1517841905240-74f6b0c3f04d?w=400&_wi=2" }, { id: "5", name: "Olivia Thompson", imageSrc: "https://images.unsplash.com/photo-1529626455594-4ff0802cfb7e?w=400"