Update src/app/page.tsx
This commit is contained in:
@@ -69,13 +69,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Chicken Momos", description: "10/10 comfort. Perfectly pleated, tender, and bursting with flavor. The dish that started it all.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg?_wi=1", imageAlt: "Chicken Momos - signature dish"
|
||||
title: "Chicken Momos", description: "10/10 comfort. Perfectly pleated, tender, and bursting with flavor. The dish that started it all.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg", imageAlt: "Chicken Momos - signature dish"
|
||||
},
|
||||
{
|
||||
title: "Chowmein", description: "Irresistibly rich & flavorful. Wok-tossed to perfection with the finest spices and ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg?_wi=1", imageAlt: "Chowmein - best in the city"
|
||||
title: "Chowmein", description: "Irresistibly rich & flavorful. Wok-tossed to perfection with the finest spices and ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg", imageAlt: "Chowmein - best in the city"
|
||||
},
|
||||
{
|
||||
title: "Pork Fried Rice", description: "Best in the city. Fluffy grains, premium pork, and a balance of flavors that keeps customers returning.", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg?_wi=1", imageAlt: "Pork Fried Rice - premium quality"
|
||||
title: "Pork Fried Rice", description: "Best in the city. Fluffy grains, premium pork, and a balance of flavors that keeps customers returning.", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg", imageAlt: "Pork Fried Rice - premium quality"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -105,13 +105,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "fresh", value: "100%", title: "Fresh Preparation", description: "Every ingredient sourced daily, nothing pre-made or compromised."
|
||||
id: "fresh", value: "100%", title: "Fresh Preparation", description: "Every ingredient sourced daily, nothing pre-made or compromised.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg", imageAlt: "Fresh ingredients daily"
|
||||
},
|
||||
{
|
||||
id: "speed", value: "Improved", title: "Smarter Service", description: "Enhanced kitchen flow means faster service without sacrificing quality."
|
||||
id: "speed", value: "Improved", title: "Smarter Service", description: "Enhanced kitchen flow means faster service without sacrificing quality.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg", imageAlt: "Kitchen service"
|
||||
},
|
||||
{
|
||||
id: "quality", value: "Premium", title: "Quality First", description: "Taste and texture perfected before every plate leaves the kitchen."
|
||||
id: "quality", value: "Premium", title: "Quality First", description: "Taste and texture perfected before every plate leaves the kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg", imageAlt: "Premium quality food"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -129,13 +129,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "momos-chicken", name: "Chicken Momos", price: "₹180", variant: "Steamed / Fried", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg?_wi=2", imageAlt: "Chicken Momos"
|
||||
id: "momos-chicken", name: "Chicken Momos", price: "₹180", variant: "Steamed / Fried", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2150535868.jpg", imageAlt: "Chicken Momos"
|
||||
},
|
||||
{
|
||||
id: "chowmein-classic", name: "Chowmein", price: "₹150", variant: "Classic Recipe", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg?_wi=2", imageAlt: "Chowmein Classic"
|
||||
id: "chowmein-classic", name: "Chowmein", price: "₹150", variant: "Classic Recipe", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg", imageAlt: "Chowmein Classic"
|
||||
},
|
||||
{
|
||||
id: "fried-rice-pork", name: "Pork Fried Rice", price: "₹200", variant: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg?_wi=2", imageAlt: "Pork Fried Rice"
|
||||
id: "fried-rice-pork", name: "Pork Fried Rice", price: "₹200", variant: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg", imageAlt: "Pork Fried Rice"
|
||||
},
|
||||
{
|
||||
id: "rolls-chicken", name: "Chicken Rolls", price: "₹120", variant: "Fresh Daily", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-thin-pita-high-view_23-2148651103.jpg", imageAlt: "Chicken Rolls"
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
id: "fried-rice-veg", name: "Vegetable Fried Rice", price: "₹130", variant: "Fresh Vegetables", imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-with-mushroom-lentil-soups-salads-chicken-with-french-fries-rice_140725-7829.jpg", imageAlt: "Vegetable Fried Rice"
|
||||
},
|
||||
{
|
||||
id: "chowmein-veg", name: "Vegetable Chowmein", price: "₹140", variant: "House Special", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg?_wi=3", imageAlt: "Vegetable Chowmein"
|
||||
id: "chowmein-veg", name: "Vegetable Chowmein", price: "₹140", variant: "House Special", imageSrc: "http://img.b2bpic.net/free-photo/side-view-frying-onions-with-pan-human-hand-stove_176474-3097.jpg", imageAlt: "Vegetable Chowmein"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user