From d40dc07e751366fd600b86ea99db3ef5367eb619 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 09:03:49 +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 196074d..7662c0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-bbq-shish-kebab-with-vegetables-herbs-sumakh-white-plate_114579-277.jpg", imageAlt: "Sizzling prawn tikka on hot plate" }, { - imageSrc: "http://img.b2bpic.net/free-photo/stick-kebab-finely-cooked-served-with-orange-sauce_114579-1722.jpg", imageAlt: "Chicken tikka masala signature dish" + imageSrc: "http://img.b2bpic.net/free-photo/stick-kebab-finely-cooked-served-with-orange-sauce_114579-1722.jpg?_wi=1", imageAlt: "Chicken tikka masala signature dish" }, { - imageSrc: "http://img.b2bpic.net/free-photo/chicken-schnitzel-served-with-lettuce-greens_141793-569.jpg", imageAlt: "Crispy fried fish delicacy" + imageSrc: "http://img.b2bpic.net/free-photo/chicken-schnitzel-served-with-lettuce-greens_141793-569.jpg?_wi=1", imageAlt: "Crispy fried fish delicacy" } ]} autoplayDelay={4000} @@ -72,13 +72,13 @@ export default function LandingPage() { tagIcon={Flame} features={[ { - title: "Signature Chicken Sikhari Tikka", description: "Expertly marinated and tandoori-grilled chicken with aromatic spices and a perfectly charred crust.", imageSrc: "http://img.b2bpic.net/free-photo/stick-kebab-finely-cooked-served-with-orange-sauce_114579-1722.jpg", imageAlt: "Chicken tikka masala platter" + title: "Signature Chicken Sikhari Tikka", description: "Expertly marinated and tandoori-grilled chicken with aromatic spices and a perfectly charred crust.", imageSrc: "http://img.b2bpic.net/free-photo/stick-kebab-finely-cooked-served-with-orange-sauce_114579-1722.jpg?_wi=2", imageAlt: "Chicken tikka masala platter" }, { - title: "Authentic Fish Specialties", description: "Fresh coastal fish, fried to a golden crisp or prepared in rich gravies with traditional spice blends.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-schnitzel-served-with-lettuce-greens_141793-569.jpg", imageAlt: "Crispy fried fish" + title: "Authentic Fish Specialties", description: "Fresh coastal fish, fried to a golden crisp or prepared in rich gravies with traditional spice blends.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-schnitzel-served-with-lettuce-greens_141793-569.jpg?_wi=2", imageAlt: "Crispy fried fish" }, { - title: "Sizzling Prawn Favorites", description: "Premium prawns prepared with garlic, butter, and signature spices, served hot and bursting with flavor.", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg", imageAlt: "Sizzling prawns on hot plate" + title: "Sizzling Prawn Favorites", description: "Premium prawns prepared with garlic, butter, and signature spices, served hot and bursting with flavor.", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg?_wi=1", imageAlt: "Sizzling prawns on hot plate" }, { title: "Freshly Crafted Breads", description: "Traditional naan and roti baked fresh in-house, perfect for soaking up rich gravies and curries.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistani-meal-arrangement_23-2148825100.jpg", imageAlt: "Freshly baked naan bread" @@ -166,15 +166,15 @@ export default function LandingPage() { products={[ { id: "tikka", brand: "Signature", name: "Chicken Tikka Masala", price: "₹320", rating: 5, - reviewCount: "240+", imageSrc: "http://img.b2bpic.net/free-photo/stick-kebab-finely-cooked-served-with-orange-sauce_114579-1722.jpg", imageAlt: "Chicken tikka masala" + reviewCount: "240+", imageSrc: "http://img.b2bpic.net/free-photo/stick-kebab-finely-cooked-served-with-orange-sauce_114579-1722.jpg?_wi=3", imageAlt: "Chicken tikka masala" }, { id: "fish", brand: "Specialty", name: "Crispy Fried Fish", price: "₹380", rating: 5, - reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/chicken-schnitzel-served-with-lettuce-greens_141793-569.jpg", imageAlt: "Crispy fried fish" + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/chicken-schnitzel-served-with-lettuce-greens_141793-569.jpg?_wi=3", imageAlt: "Crispy fried fish" }, { id: "prawns", brand: "Premium", name: "Sizzling Prawns", price: "₹450", rating: 5, - reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg", imageAlt: "Sizzling prawns platter" + reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg?_wi=2", imageAlt: "Sizzling prawns platter" } ]} /> -- 2.49.1