diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b06802..f73549c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function HomePage() { { text: "Order Online", href: "/orders" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/photo-christmas-table-decoration-with-festive-dinnerware-with-candles-new-year-eve-concept_132075-11250.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photo-christmas-table-decoration-with-festive-dinnerware-with-candles-new-year-eve-concept_132075-11250.jpg?_wi=1" imageAlt="El Chico Restaurant elegant dining ambience" frameStyle="card" mediaAnimation="slide-up" @@ -115,7 +115,7 @@ export default function HomePage() { name: "Pan Fried Noodles", price: "₹350", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg", + "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=1", imageAlt: "Pan Fried Noodles signature dish", }, { @@ -123,7 +123,7 @@ export default function HomePage() { name: "Cappuccino", price: "₹180", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg", + "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?_wi=1", imageAlt: "Cappuccino coffee beverage", }, { @@ -131,7 +131,7 @@ export default function HomePage() { name: "Lasagna", price: "₹420", imageSrc: - "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg", + "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg?_wi=1", imageAlt: "Lasagna Italian pasta dish", }, { @@ -139,7 +139,7 @@ export default function HomePage() { name: "Chocolate Brownie", price: "₹280", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg", + "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg?_wi=1", imageAlt: "Chocolate Brownie dessert", }, { @@ -147,7 +147,7 @@ export default function HomePage() { name: "Garlic Naan", price: "₹120", imageSrc: - "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg", + "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=1", imageAlt: "Garlic Naan Indian bread", }, ]} @@ -169,7 +169,7 @@ export default function HomePage() { title: "Indian Classics", tags: ["Traditional", "Flavorful"], imageSrc: - "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg", + "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=2", imageAlt: "Indian Classics cuisine", }, { @@ -177,7 +177,7 @@ export default function HomePage() { title: "Italian Favorites", tags: ["Authentic", "Fresh"], imageSrc: - "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg", + "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg?_wi=2", imageAlt: "Italian Favorites cuisine", }, { @@ -185,7 +185,7 @@ export default function HomePage() { title: "Chinese Delights", tags: ["Wok-Tossed", "Bold"], imageSrc: - "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg", + "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=2", imageAlt: "Chinese Delights cuisine", }, { @@ -193,7 +193,7 @@ export default function HomePage() { title: "Mexican Spice", tags: ["Vibrant", "Fresh"], imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg", + "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?_wi=2", imageAlt: "Mexican Spice cuisine", }, { @@ -201,7 +201,7 @@ export default function HomePage() { title: "Bakery & Desserts", tags: ["Artisan", "Decadent"], imageSrc: - "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg", + "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg?_wi=2", imageAlt: "Bakery & Desserts selection", }, ]} @@ -294,7 +294,7 @@ export default function HomePage() { {/* Footer */}