From 6417d84f0a6b0aa7ffdc8d0dee5a71c66da20c8f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:59:36 +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 95fd069..013ef80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,13 +59,13 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Regular Guest", testimonial: "A pretty little place designed with the tiniest detail in mind. Everything is chic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=1"}, { name: "James Chen", handle: "Food Enthusiast", testimonial: "Le Artisan is a place I have been to multiple times. A cozy escape in the heart of the city.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-hairy-guy_158595-153.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-hairy-guy_158595-153.jpg?_wi=1"}, { name: "Emma Rodriguez", handle: "Daily Visitor", testimonial: "Superb decor and an ambiance that makes you want to stay all day.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-adult-woman-posing-street_23-2147670487.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/charming-adult-woman-posing-street_23-2147670487.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -166,11 +166,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Regular Guest", testimonial: "A pretty little place designed with the tiniest detail in mind. Everything is chic and carefully thought out. I feel like I'm in a luxury escape every time I visit.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg"}, + id: "1", name: "Sarah Mitchell", role: "Regular Guest", testimonial: "A pretty little place designed with the tiniest detail in mind. Everything is chic and carefully thought out. I feel like I'm in a luxury escape every time I visit.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=2"}, { - id: "2", name: "James Chen", role: "Food Enthusiast", testimonial: "Le Artisan is a place I have been to multiple times. Not because the food is always perfect, but because the vibe makes you want to stay all day. It's a cozy escape.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-hairy-guy_158595-153.jpg"}, + id: "2", name: "James Chen", role: "Food Enthusiast", testimonial: "Le Artisan is a place I have been to multiple times. Not because the food is always perfect, but because the vibe makes you want to stay all day. It's a cozy escape.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-hairy-guy_158595-153.jpg?_wi=2"}, { - id: "3", name: "Emma Rodriguez", role: "Design Lover", testimonial: "Superb decor and an ambiance that makes you want to stay all day. The attention to detail in every corner—the crockery, the lighting, the arrangement—is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/charming-adult-woman-posing-street_23-2147670487.jpg"}, + id: "3", name: "Emma Rodriguez", role: "Design Lover", testimonial: "Superb decor and an ambiance that makes you want to stay all day. The attention to detail in every corner—the crockery, the lighting, the arrangement—is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/charming-adult-woman-posing-street_23-2147670487.jpg?_wi=2"}, { id: "4", name: "David Thompson", role: "Local Business Owner", testimonial: "Worth every penny. The pastries are handcrafted, the service is warm, and the space feels like stepping into a Parisian dream.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-spectacles_1303-14464.jpg"}, {