From 76542e135249e7306bbc4e79a8bd85f8fd2ecb50 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 14:17:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7dd817..2a11c2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { @@ -124,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?_wi=3", imageAlt: + "http://img.b2bpic.net/free-photo/breakfast-set-cheeses-honey-tea-azeri-traditional-kyukyu-with-pomegranate_141793-34.jpg", 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?_wi=2", imageAlt: + "http://img.b2bpic.net/free-photo/two-herbs-gutabs-served-with-yogurt_140725-2677.jpg", 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?_wi=2", imageAlt: + "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 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?_wi=2", imageAlt: + "http://img.b2bpic.net/free-photo/woman-dipping-bread-into-egg-sausage-dish_140725-7117.jpg", imageAlt: "Generous Turkish breakfast with cheese, bread, eggs, honey"}, ]} gridVariant="two-columns-alternating-heights"