From 3165c98575f56fc36857fa603513b0a57afd1752 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:17:37 +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 48aa915..de00ffd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,23 +65,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cutlery-setting-restaurant_268835-3408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cutlery-setting-restaurant_268835-3408.jpg?_wi=1", imageAlt: "Luxurious dining atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368931.jpg?_wi=1", imageAlt: "Gourmet tapas presentation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fish-pastry-arugula-white-plate_140725-2958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fish-pastry-arugula-white-plate_140725-2958.jpg?_wi=1", imageAlt: "Fine dining restaurant interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pear-slices-served-with-green-olives-herbs_114579-76345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pear-slices-served-with-green-olives-herbs_114579-76345.jpg?_wi=1", imageAlt: "Shared culinary plates", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-grapes-served-with-wine_140725-8373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-grapes-served-with-wine_140725-8373.jpg?_wi=1", imageAlt: "Elegant restaurant decor", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { quote: "I've been wanting to try this place for a long time, and now I wonder why I didn't come sooner. The tapas sharing style is just perfect.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cutlery-setting-restaurant_268835-3408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cutlery-setting-restaurant_268835-3408.jpg?_wi=2", imageAlt: "luxury restaurant dining table setup", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { quote: "Everything we ate was very good, portions were just right, and the service was professional and very attentive.", tag: "Highly Recommend", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-curly-woman-talking-by-phone_171337-16735.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368931.jpg?_wi=2", imageAlt: "modern tapas gourmet dish presentation", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { quote: "The bravas were perfectly made, and the foie croquettes are a 10! The service is correct and the atmosphere is very calm. Excellent quality-price.", tag: "Fantastic", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fish-pastry-arugula-white-plate_140725-2958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fish-pastry-arugula-white-plate_140725-2958.jpg?_wi=2", imageAlt: "fine dining restaurant mood lighting", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { quote: "Great food, pleasant environment, and the waitresses were very attentive. A must-visit place in Igualada.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pear-slices-served-with-green-olives-herbs_114579-76345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pear-slices-served-with-green-olives-herbs_114579-76345.jpg?_wi=2", imageAlt: "gourmet food sharing style tapas", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { quote: "Very decent food, the sushi is delicious and the chicken fingers are definitely a highlight. Great spot for casual fine dining.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-grapes-served-with-wine_140725-8373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-grapes-served-with-wine_140725-8373.jpg?_wi=2", imageAlt: "professional restaurant interior design", }, ]} -- 2.49.1