From ebe37ba7602bb94d98a060773c1cd9c775d29765 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 20:45:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 058f295..4266591 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,35 +67,35 @@ export default function LandingPage() { handle: "@traveler", testimonial: "The best lamb tagine I had in Agadir, truly authentic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-talking-arab-restaurant_23-2147794264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-talking-arab-restaurant_23-2147794264.jpg?_wi=1", }, { name: "Ahmed K.", handle: "@local", testimonial: "Generous portions and reminds me of home cooking.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-female-model-resting-street-cafe-outdoor-portrait-glad-brunette-girl-with-straw-hat-expressing-happiness_197531-15780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-female-model-resting-street-cafe-outdoor-portrait-glad-brunette-girl-with-straw-hat-expressing-happiness_197531-15780.jpg?_wi=1", }, { name: "Elena R.", handle: "@foodie", testimonial: "A wonderful hidden gem with perfect service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-smartphone-outdoors_1262-19163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-smartphone-outdoors_1262-19163.jpg?_wi=1", }, { name: "David K.", handle: "@visitor", testimonial: "Incredible atmosphere, felt like a true Moroccan feast.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-dushbere-with-bread-table_140725-2374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-dushbere-with-bread-table_140725-2374.jpg?_wi=1", }, { name: "Sophie M.", handle: "@expat", testimonial: "The spices are perfectly balanced. Simply perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-spanish-tortilla_23-2150168079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-spanish-tortilla_23-2150168079.jpg?_wi=1", }, ]} buttons={[ @@ -227,27 +227,27 @@ export default function LandingPage() { { id: "t1", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-talking-arab-restaurant_23-2147794264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muslim-couple-talking-arab-restaurant_23-2147794264.jpg?_wi=2", }, { id: "t2", name: "Michael B.", - imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-female-model-resting-street-cafe-outdoor-portrait-glad-brunette-girl-with-straw-hat-expressing-happiness_197531-15780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-female-model-resting-street-cafe-outdoor-portrait-glad-brunette-girl-with-straw-hat-expressing-happiness_197531-15780.jpg?_wi=2", }, { id: "t3", name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-smartphone-outdoors_1262-19163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-smartphone-outdoors_1262-19163.jpg?_wi=2", }, { id: "t4", name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-dushbere-with-bread-table_140725-2374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-dushbere-with-bread-table_140725-2374.jpg?_wi=2", }, { id: "t5", name: "Sophie M.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-spanish-tortilla_23-2150168079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-spanish-tortilla_23-2150168079.jpg?_wi=2", }, ]} cardTitle="Customer Love" -- 2.49.1