From b0a9d88a04b088fb1cec27e9a9c0736c828f5819 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 14:18:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a11c2e..0160736 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,22 +67,22 @@ export default function LandingPage() { carouselItems={[ { id: "carousel-1", imageSrc: - "http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg", imageAlt: "Taksim Turkish Iskender Kebap"}, + "http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg?_wi=1", imageAlt: "Taksim Turkish Iskender Kebap"}, { id: "carousel-2", imageSrc: - "http://img.b2bpic.net/free-photo/two-herbs-gutabs-served-with-yogurt_140725-2677.jpg", imageAlt: "Traditional Turkish Pide"}, + "http://img.b2bpic.net/free-photo/two-herbs-gutabs-served-with-yogurt_140725-2677.jpg?_wi=1", imageAlt: "Traditional Turkish Pide"}, { id: "carousel-3", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-fried-vegetables-chopped-onion-ayran-knife-white-plate_176474-3443.jpg", imageAlt: "Turkish Grilled Specialties"}, + "http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-fried-vegetables-chopped-onion-ayran-knife-white-plate_176474-3443.jpg?_wi=1", imageAlt: "Turkish Grilled Specialties"}, { id: "carousel-4", imageSrc: - "http://img.b2bpic.net/free-photo/woman-dipping-bread-into-egg-sausage-dish_140725-7117.jpg", imageAlt: "Turkish Breakfast Spread"}, + "http://img.b2bpic.net/free-photo/woman-dipping-bread-into-egg-sausage-dish_140725-7117.jpg?_wi=1", imageAlt: "Turkish Breakfast Spread"}, { id: "carousel-5", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-sliced-whole-such-as-onions-green-bell-pepper-tomatoes-grey-floor_140725-13436.jpg", imageAlt: "Restaurant Interior"}, + "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-sliced-whole-such-as-onions-green-bell-pepper-tomatoes-grey-floor_140725-13436.jpg?_wi=1", imageAlt: "Restaurant Interior"}, { id: "carousel-6", imageSrc: - "http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg", imageAlt: "Authentic Turkish Cuisine"}, + "http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg?_wi=2", imageAlt: "Authentic Turkish Cuisine"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -104,7 +104,7 @@ export default function LandingPage() { tag="Women-Owned Business" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-sliced-whole-such-as-onions-green-bell-pepper-tomatoes-grey-floor_140725-13436.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-sliced-whole-such-as-onions-green-bell-pepper-tomatoes-grey-floor_140725-13436.jpg?_wi=2" imageAlt="Taksim Turkish Restaurant warm hospitality" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -125,19 +125,19 @@ export default function LandingPage() { products={[ { id: "iskender", name: "Iskender Kebap", price: "₪120 / $6.50", imageSrc: - "http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg", imageAlt: + "http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg?_wi=3", imageAlt: "Taksim Iskender Kebap - sliced lamb over pita with yogurt sauce"}, { id: "pide", name: "Cheese & Herb Pide", price: "₪95 / $5.20", imageSrc: - "http://img.b2bpic.net/free-photo/two-herbs-gutabs-served-with-yogurt_140725-2677.jpg", imageAlt: + "http://img.b2bpic.net/free-photo/two-herbs-gutabs-served-with-yogurt_140725-2677.jpg?_wi=2", imageAlt: "Traditional Turkish Pide with melted cheese and fresh herbs"}, { id: "grill-platter", name: "Mixed Grill Platter", price: "₪180 / $9.50", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-fried-vegetables-chopped-onion-ayran-knife-white-plate_176474-3443.jpg", imageAlt: + "http://img.b2bpic.net/free-photo/top-view-shish-kebab-with-fried-vegetables-chopped-onion-ayran-knife-white-plate_176474-3443.jpg?_wi=2", imageAlt: "Turkish grilled lamb, chicken skewers with vegetables"}, { id: "breakfast", name: "Turkish Breakfast Set", price: "₪85 / $4.50", imageSrc: - "http://img.b2bpic.net/free-photo/woman-dipping-bread-into-egg-sausage-dish_140725-7117.jpg", imageAlt: + "http://img.b2bpic.net/free-photo/woman-dipping-bread-into-egg-sausage-dish_140725-7117.jpg?_wi=2", imageAlt: "Generous Turkish breakfast with cheese, bread, eggs, honey"}, ]} gridVariant="two-columns-alternating-heights" -- 2.49.1