From e20af26363442eb75a7a7cdaf5ba7219b74525f4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 02:51:56 +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 34be6a7..91c251f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,17 +63,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg?_wi=1", imageAlt: "Luxury dining", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg?_wi=1", imageAlt: "Grilled wings", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=1", imageAlt: "Fresh bread", }, { @@ -131,7 +131,7 @@ export default function LandingPage() { description: "Slow-grilled over traditional charcoal for unmatched flavor depth.", bentoComponent: "reveal-icon", icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg?_wi=2", imageAlt: "luxury turkish kebab restaurant interior warm lighting", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { description: "Premium quality ingredients sourced daily from local farmers.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg?_wi=2", imageAlt: "fresh grilled wings charcoal barbecue", }, { @@ -147,7 +147,7 @@ export default function LandingPage() { description: "Experience personalized service in an intimate, elegant setting.", bentoComponent: "reveal-icon", icon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=2", imageAlt: "artisan turkish pide bread freshly baked", }, ]} @@ -167,7 +167,7 @@ export default function LandingPage() { role: "Food Critic", title: "Incredible Atmosphere", quote: "The charcoal grill creates an atmosphere that is both warm and elegant. A true find in Tuzla.", - imageSrc: "http://img.b2bpic.net/free-photo/aged-people-maturiry-retirement-concept-charming-cheerful-european-woman-pensioner-dressed-casual-clothes-enjoying-calm-morning-indoors-being-good-mood-waiting-son-breakfast_343059-2670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aged-people-maturiry-retirement-concept-charming-cheerful-european-woman-pensioner-dressed-casual-clothes-enjoying-calm-morning-indoors-being-good-mood-waiting-son-breakfast_343059-2670.jpg?_wi=1", }, { id: "2", @@ -199,7 +199,7 @@ export default function LandingPage() { role: "Frequent Diner", title: "Exceptional Quality", quote: "Truly the best kebab I have ever had. The seasoning is refined and the meat quality is superior.", - imageSrc: "http://img.b2bpic.net/free-photo/aged-people-maturiry-retirement-concept-charming-cheerful-european-woman-pensioner-dressed-casual-clothes-enjoying-calm-morning-indoors-being-good-mood-waiting-son-breakfast_343059-2670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aged-people-maturiry-retirement-concept-charming-cheerful-european-woman-pensioner-dressed-casual-clothes-enjoying-calm-morning-indoors-being-good-mood-waiting-son-breakfast_343059-2670.jpg?_wi=2", }, ]} title="Voices of Excellence" -- 2.49.1