From 9fc272a2e00fb3437f1dbd0bb42148bcae0f10f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 07:43:00 +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 c2fdc66..f912c4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@sarah_h", testimonial: "The best manakish in the city! Reminds me of home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg?_wi=1", imageAlt: "authentic lebanese breakfast table", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@karim_m", testimonial: "Amazing grills and a very welcoming atmosphere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-preparing-dough-baking-top-view_176474-5461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-preparing-dough-baking-top-view_176474-5461.jpg?_wi=1", imageAlt: "authentic lebanese breakfast table", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@layla_a", testimonial: "Everything is fresh, authentic, and delicious.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/customs-food-wooden-board-top-view_23-2149598954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/customs-food-wooden-board-top-view_23-2149598954.jpg?_wi=1", imageAlt: "authentic lebanese breakfast table", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@omar_k", testimonial: "My go-to spot for breakfast. Great prices too!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-meals-pan-with-salad-pickles-flowers-wooden-surface_176474-6464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-meals-pan-with-salad-pickles-flowers-wooden-surface_176474-6464.jpg?_wi=1", imageAlt: "authentic lebanese breakfast table", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@jana_d", testimonial: "Love the Labneh plate and fresh veggies.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetable-barbecue-with-lavash-herbs_114579-3151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetable-barbecue-with-lavash-herbs_114579-3151.jpg?_wi=1", imageAlt: "authentic lebanese breakfast table", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg" + imageSrc="http://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg?_wi=2" imageAlt="Authentic Lebanese breakfast spread" mediaAnimation="slide-up" avatars={[ @@ -170,7 +170,7 @@ export default function LandingPage() { description: "Hospitality is at our core.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-preparing-dough-baking-top-view_176474-5461.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-preparing-dough-baking-top-view_176474-5461.jpg?_wi=2" imageAlt="Traditional Lebanese mezze table" mediaAnimation="blur-reveal" /> @@ -187,19 +187,19 @@ export default function LandingPage() { id: "p1", name: "Manakish Zaatar", price: "$1.50", - imageSrc: "http://img.b2bpic.net/free-photo/customs-food-wooden-board-top-view_23-2149598954.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/customs-food-wooden-board-top-view_23-2149598954.jpg?_wi=2", }, { id: "p2", name: "Hummus Plate", price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-meals-pan-with-salad-pickles-flowers-wooden-surface_176474-6464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-meals-pan-with-salad-pickles-flowers-wooden-surface_176474-6464.jpg?_wi=2", }, { id: "p3", name: "Mixed Grill", price: "$10.00", - imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetable-barbecue-with-lavash-herbs_114579-3151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetable-barbecue-with-lavash-herbs_114579-3151.jpg?_wi=2", }, { id: "p4", -- 2.49.1