From 0652da6e28ee1b2e6779c44fbd667f0edf3b89d0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:20:13 +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 265c92b..bdde316 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { testimonials={[ { name: "Marija S.", handle: "Zagreb", testimonial: "Najljepši miris koji sam probala! Kvaliteta je neusporediva.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-natural-pretty-woman-with-curly-hairstyle_285396-4322.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-natural-pretty-woman-with-curly-hairstyle_285396-4322.jpg?_wi=1" }, { name: "Ana K.", handle: "Split", testimonial: "Brza dostava i predivno pakiranje. Savršeno!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-studio-shot_641386-461.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-studio-shot_641386-461.jpg?_wi=1" }, { name: "Petra D.", handle: "Rijeka", testimonial: "Mirisi su autentični i dugo se drže. Preporučujem svima!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-young-businesswoman-pointing-camera_1262-5406.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/positive-young-businesswoman-pointing-camera_1262-5406.jpg?_wi=1" } ]} buttons={[ @@ -143,13 +143,13 @@ export default function LandingPage() {