From a6cd38ccf8ca32188d34da66b1a7633e3cf74509 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:28:32 +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 d605008..751273e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,10 +50,10 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+919876543210" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-with-potherbs-table_23-2147852332.jpg", imageAlt: "Perfectly marinated Changezi chicken" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board-tablejpg_140725-11482.jpg", imageAlt: "Grilled mutton seekh kebab" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805470.jpg", imageAlt: "Butter chicken wrap roll" }, - { imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-lavash-with-grilled-green-pepper-tomatoes-red-sauce_114579-2968.jpg", imageAlt: "Angara charcoal shawarma" } + { imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-with-potherbs-table_23-2147852332.jpg?_wi=1", imageAlt: "Perfectly marinated Changezi chicken" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board-tablejpg_140725-11482.jpg?_wi=1", imageAlt: "Grilled mutton seekh kebab" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805470.jpg?_wi=1", imageAlt: "Butter chicken wrap roll" }, + { imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-lavash-with-grilled-green-pepper-tomatoes-red-sauce_114579-2968.jpg?_wi=1", imageAlt: "Angara charcoal shawarma" } ]} autoplayDelay={3000} /> @@ -71,16 +71,16 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Changezi Chicken", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-with-potherbs-table_23-2147852332.jpg", imageAlt: "Perfectly marinated Changezi chicken" + id: "1", name: "Changezi Chicken", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/meat-shish-kebabs-with-potherbs-table_23-2147852332.jpg?_wi=2", imageAlt: "Perfectly marinated Changezi chicken" }, { - id: "2", name: "Mutton Seekh Kebab", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board-tablejpg_140725-11482.jpg", imageAlt: "Grilled mutton seekh kebab" + id: "2", name: "Mutton Seekh Kebab", price: "₹400", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lula-kebab-with-red-onions-sumakh-grilled-green-chili-peppers-wooden-board-tablejpg_140725-11482.jpg?_wi=2", imageAlt: "Grilled mutton seekh kebab" }, { - id: "3", name: "Butter Chicken Roll", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805470.jpg", imageAlt: "Butter chicken wrap roll" + id: "3", name: "Butter Chicken Roll", price: "₹280", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805470.jpg?_wi=2", imageAlt: "Butter chicken wrap roll" }, { - id: "4", name: "Angara Chicken Shawarma", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-lavash-with-grilled-green-pepper-tomatoes-red-sauce_114579-2968.jpg", imageAlt: "Angara charcoal shawarma" + id: "4", name: "Angara Chicken Shawarma", price: "₹320", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-lavash-with-grilled-green-pepper-tomatoes-red-sauce_114579-2968.jpg?_wi=2", imageAlt: "Angara charcoal shawarma" }, { id: "5", name: "Zaatar Naan with Hummus", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-bowl-with-pita_23-2148734668.jpg", imageAlt: "Fresh zaatar naan with hummus" -- 2.49.1