Merge version_1 into main #1
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user