From 83e27cd67f502cc35225d3ac2b1312d805c72a82 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 19:24:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50da6ae..66e00da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@elena_gourmet", testimonial: "An incredible experience. The grill flavours are unmatched and the atmosphere feels like family.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg?_wi=1", imageAlt: "luxury rustic restaurant interior fire grill", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@sophie_travels", testimonial: "Rustic luxury at its finest. The food is generous and the hospitality is truly warm and inviting.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg?_wi=1", imageAlt: "luxury rustic restaurant interior fire grill", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@jordip_food", testimonial: "Everything is made with such care. The slow-cooked grill is worth the wait every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bakery-items-wooden-table_53876-15276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bakery-items-wooden-table_53876-15276.jpg?_wi=1", imageAlt: "luxury rustic restaurant interior fire grill", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { handle: "@annak_eats", testimonial: "The perfect roadside discovery. Authentic flavours that made me feel right at home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg?_wi=1", imageAlt: "luxury rustic restaurant interior fire grill", }, ]} @@ -109,7 +109,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg" + imageSrc="http://img.b2bpic.net/free-photo/steak-with-grilled-vegetables_140725-137.jpg?_wi=2" imageAlt="Fire grilled meat at Rafa's Grill" mediaAnimation="slide-up" avatars={[ @@ -185,19 +185,19 @@ export default function LandingPage() { { title: "Fire-Grilled Meats", description: "Select cuts from local farmers, seasoned to perfection and seared over natural oak coals.", - imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg?_wi=2", imageAlt: "Fire grilled meat", }, { title: "Seasonal Calçots", description: "Harvested fresh and grilled until tender, our seasonal specialty is an authentic Catalan highlight.", - imageSrc: "http://img.b2bpic.net/free-photo/bakery-items-wooden-table_53876-15276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bakery-items-wooden-table_53876-15276.jpg?_wi=2", imageAlt: "Grilled Calçots", }, { title: "Heritage Recipes", description: "From old family cookbooks to your table, our dishes are a celebration of generations of flavour.", - imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-table-with-dishes-decorations-it-lights_181624-14078.jpg?_wi=2", imageAlt: "Heritage food", }, ]} -- 2.49.1