From 5e2cb53a56bf0ba42290b3cc101293c8b84a2765 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:39:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a276b1e..c5f3984 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function LandingPage() { testimonials={[ { name: "Marco Rossini", handle: "Coffee Enthusiast", testimonial: "The best cappuccino in town! Perfectly crafted every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1" }, { name: "Sofia Benedetti", handle: "Local Regular", testimonial: "Their cocktails are amazing. Creative and delicious!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "Luca Marino", handle: "Food Critic", testimonial: "Authentic Italian flavors with modern presentation.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2" } ]} testimonialRotationInterval={5000} @@ -125,19 +125,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marco Rossini", handle: "Regular Customer", testimonial: "The best cappuccino in town! The baristas really know their craft. I come here every morning before work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3" }, { id: "2", name: "Sofia Benedetti", handle: "Cocktail Lover", testimonial: "Their cocktails are absolutely amazing. The mixologists are creative and the presentation is stunning. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { id: "3", name: "Luca Marino", handle: "Food Enthusiast", testimonial: "Authentic Italian flavors with modern presentation. The panini and piadine are incredible - worth every visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4" }, { id: "4", name: "Alessandra Costa", handle: "Social Media Manager", testimonial: "Amazing atmosphere, friendly staff, and delicious food. This is my new favorite spot in the city!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" } ]} showRating={true} -- 2.49.1