From 82cea55d1beaa30a2b9a466c4f476aa7356f93c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:55:50 +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 a084297..1633840 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "tel:+49214000000", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg?_wi=1" imageAlt="Crispy Duck Dish" /> @@ -82,7 +82,7 @@ export default function LandingPage() { description="At Thao Asia Imbiss, we believe that great food starts with fresh, quality ingredients. Our family-owned restaurant is dedicated to bringing traditional flavors to life." subdescription="We pride ourselves on offering affordable, delicious meals served with a smile. Join us for a quick lunch or a cozy takeaway dinner." icon={Utensils} - imageSrc="http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929513.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929513.jpg?_wi=1" imageAlt="Restaurant Interior" mediaAnimation="slide-up" /> @@ -99,14 +99,14 @@ export default function LandingPage() { id: "1", name: "Knusprige Ente Curry", price: "9.90 €", - imageSrc: "http://img.b2bpic.net/free-photo/ong-chili-paste-mortar-decorated-with-beautiful-side-dishes_1150-24478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ong-chili-paste-mortar-decorated-with-beautiful-side-dishes_1150-24478.jpg?_wi=1", imageAlt: "Crispy Duck Curry", }, { id: "2", name: "Nasi Goreng", price: "7.50 €", - imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-sausage-fried-egg_1339-8078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-sausage-fried-egg_1339-8078.jpg?_wi=1", imageAlt: "Nasi Goreng", }, { @@ -218,7 +218,7 @@ export default function LandingPage() { handle: "@sarah_foodie", testimonial: "Very kind service and authentic Vietnamese dishes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529845.jpg?_wi=2", imageAlt: "Top view over chinese hot pot", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { handle: "@jan_l", testimonial: "Always fresh, always fast. The crispy duck is amazing.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929513.jpg?_wi=2", imageAlt: "Top view over chinese hot pot", }, { @@ -236,7 +236,7 @@ export default function LandingPage() { handle: "@laura_b", testimonial: "Great vegan options available. My favorite spot.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ong-chili-paste-mortar-decorated-with-beautiful-side-dishes_1150-24478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ong-chili-paste-mortar-decorated-with-beautiful-side-dishes_1150-24478.jpg?_wi=2", imageAlt: "Top view over chinese hot pot", }, { @@ -245,7 +245,7 @@ export default function LandingPage() { handle: "@tom_h", testimonial: "Affordable and authentic Asian taste.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-sausage-fried-egg_1339-8078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-rice-with-sausage-fried-egg_1339-8078.jpg?_wi=2", imageAlt: "Top view over chinese hot pot", }, ]} -- 2.49.1