From 38e755c84ed08ea22b3b05048addd5864a842636 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:02:26 +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 5050465..c6c5bf7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { testimonials={[ { name: "Petra Dubová", handle: "Food Critic, Bratislava Times", testimonial: "Absolutely outstanding! The attention to detail in every dish is remarkable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg?_wi=1" }, { name: "Marián Novotný", handle: "Travel Blogger", testimonial: "Best dining experience I've had this year. The service is impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg?_wi=1" }, { name: "Elena Horváthová", handle: "Restaurant Reviewer", testimonial: "A hidden gem that deserves all five stars. Truly exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg?_wi=1" }, ]} testimonialRotationInterval={5000} @@ -142,13 +142,13 @@ export default function LandingPage() {