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() {