From 575aa99fd0e891a1de19a67a819f2dcbfc22fae7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:10:29 +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 1199efc..e5442ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,35 +67,35 @@ export default function LandingPage() { handle: "@carlosr", testimonial: "The best grilled octopus in Castile and León. A must-visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-red-hair-green-dress-smiling-holding-glass-sitting-with-positive-girl-t-shirt-skirt-outdoor_197531-24721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-red-hair-green-dress-smiling-holding-glass-sitting-with-positive-girl-t-shirt-skirt-outdoor_197531-24721.jpg?_wi=1", }, { name: "Maria Lopez", handle: "@marialop", testimonial: "Charming atmosphere, fantastic price-to-quality ratio. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-pumpkin_141793-47294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-pumpkin_141793-47294.jpg?_wi=1", }, { name: "Javier Gomez", handle: "@javigomez", testimonial: "Excellent service and perfectly seasoned meats. I will be back soon.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg?_wi=1", }, { name: "Elena Torres", handle: "@elenator", testimonial: "A hidden gem in Plaza Constitución. Truly authentic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg?_wi=1", }, { name: "Luis Martinez", handle: "@luismart", testimonial: "Perfect for family celebrations. The staff is so welcoming.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg?_wi=1", }, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-food-packaged-can_23-2151206970.jpg" @@ -213,27 +213,27 @@ export default function LandingPage() { { id: "1", name: "Carlos Ruiz", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-red-hair-green-dress-smiling-holding-glass-sitting-with-positive-girl-t-shirt-skirt-outdoor_197531-24721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-red-hair-green-dress-smiling-holding-glass-sitting-with-positive-girl-t-shirt-skirt-outdoor_197531-24721.jpg?_wi=2", }, { id: "2", name: "Maria Lopez", - imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-pumpkin_141793-47294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-pumpkin_141793-47294.jpg?_wi=2", }, { id: "3", name: "Javier Gomez", - imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg?_wi=2", }, { id: "4", name: "Elena Torres", - imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg?_wi=2", }, { id: "5", name: "Luis Martinez", - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg?_wi=2", }, ]} cardTitle="What our guests say" -- 2.49.1