From e794bc65ee244d1654f60e300c482fcaae1b2727 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:33:19 +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 682ee6f..711d0fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", imageAlt: "Cozy private restaurant cabin"}, { - imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg", imageAlt: "Grilled trout dish"}, + imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg?_wi=1", imageAlt: "Grilled trout dish"}, { imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Festive interior atmosphere"}, { - imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg", imageAlt: "Lamb neck with quail"}, + imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg?_wi=1", imageAlt: "Lamb neck with quail"}, { imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Private dining booth interior"}, ]} @@ -76,17 +76,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Lamb Neck Kazan-Kabob", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg"}, + id: "p1", name: "Lamb Neck Kazan-Kabob", price: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg?_wi=2"}, { - id: "p2", name: "Grilled Trout", price: "Fresh Catch", imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg"}, + id: "p2", name: "Grilled Trout", price: "Fresh Catch", imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg?_wi=2"}, { - id: "p3", name: "Sazan Fish Delicacy", price: "Chef's Selection", imageSrc: "http://img.b2bpic.net/free-photo/seafood-white-prepared-steak-background_1203-4345.jpg"}, + id: "p3", name: "Sazan Fish Delicacy", price: "Chef's Selection", imageSrc: "http://img.b2bpic.net/free-photo/seafood-white-prepared-steak-background_1203-4345.jpg?_wi=1"}, { - id: "p4", name: "Traditional Plov", price: "Community Favorite", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg"}, + id: "p4", name: "Traditional Plov", price: "Community Favorite", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg?_wi=3"}, { - id: "p5", name: "Uzbek Shish-Kebab", price: "Classic Grill", imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg"}, + id: "p5", name: "Uzbek Shish-Kebab", price: "Classic Grill", imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg?_wi=3"}, { - id: "p6", name: "Asian Fusion Salad", price: "Fresh & Healthy", imageSrc: "http://img.b2bpic.net/free-photo/seafood-white-prepared-steak-background_1203-4345.jpg"}, + id: "p6", name: "Asian Fusion Salad", price: "Fresh & Healthy", imageSrc: "http://img.b2bpic.net/free-photo/seafood-white-prepared-steak-background_1203-4345.jpg?_wi=2"}, ]} title="Signature Dishes" description="Authentic flavors crafted with passion." -- 2.49.1