Merge version_1 into main #3
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
title: "Cafe-Style Cold Coffee", description: "Balanced flavor, strong aroma, creamy froth - the real cafe experience", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glasses_1220-3572.jpg", imageAlt: "Cafe-style cold coffee with froth"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glasses_1220-3572.jpg?_wi=1", imageAlt: "Cafe-style cold coffee with froth"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-studying-gesturing-thumb-up_23-2147860826.jpg", imageAlt: "Cold coffee being enjoyed at cafe"
|
||||
@@ -93,10 +93,10 @@ export default function LandingPage() {
|
||||
title: "Legendary Bombay Sandwiches", description: "Fresh ingredients and bold flavors inspired by Mumbai street food tradition", icon: Sandwich,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/useful-sandwich-with-ham-herbs_2829-8280.jpg", imageAlt: "Crispy toasted Bombay sandwich"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/useful-sandwich-with-ham-herbs_2829-8280.jpg?_wi=1", imageAlt: "Crispy toasted Bombay sandwich"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-served-with-french-fries-sauces_140725-5759.jpg", imageAlt: "Peri-peri fries perfect pairing"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-served-with-french-fries-sauces_140725-5759.jpg?_wi=1", imageAlt: "Peri-peri fries perfect pairing"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -104,10 +104,10 @@ export default function LandingPage() {
|
||||
title: "100% Vegetarian Menu", description: "Delicious Indian & Continental fast food - guilt-free indulgence", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-mexican-party_23-2149362777.jpg", imageAlt: "Colorful vegetarian Mexican platter"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-mexican-party_23-2149362777.jpg?_wi=1", imageAlt: "Colorful vegetarian Mexican platter"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-pancakes_23-2148367450.jpg", imageAlt: "Light delicious vegetarian crepes"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-pancakes_23-2148367450.jpg?_wi=1", imageAlt: "Light delicious vegetarian crepes"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -142,22 +142,22 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Bombay Sandwich", price: "₹180", variant: "Crispy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/useful-sandwich-with-ham-herbs_2829-8280.jpg", imageAlt: "Legendary Bombay sandwich"
|
||||
id: "1", name: "Bombay Sandwich", price: "₹180", variant: "Crispy & Flavorful", imageSrc: "http://img.b2bpic.net/free-photo/useful-sandwich-with-ham-herbs_2829-8280.jpg?_wi=2", imageAlt: "Legendary Bombay sandwich"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Cold Coffee", price: "₹150", variant: "Cafe-Style Frothy", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glasses_1220-3572.jpg", imageAlt: "Rich cafe-style cold coffee"
|
||||
id: "2", name: "Cold Coffee", price: "₹150", variant: "Cafe-Style Frothy", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glasses_1220-3572.jpg?_wi=2", imageAlt: "Rich cafe-style cold coffee"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Peri Peri Fries", price: "₹120", variant: "Spicy House Seasoning", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-served-with-french-fries-sauces_140725-5759.jpg", imageAlt: "Crispy spicy fries"
|
||||
id: "3", name: "Peri Peri Fries", price: "₹120", variant: "Spicy House Seasoning", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-served-with-french-fries-sauces_140725-5759.jpg?_wi=2", imageAlt: "Crispy spicy fries"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Mexican Platter", price: "₹280", variant: "Perfect for Sharing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-mexican-party_23-2149362777.jpg", imageAlt: "Loaded Mexican sharing platter"
|
||||
id: "4", name: "Mexican Platter", price: "₹280", variant: "Perfect for Sharing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-mexican-party_23-2149362777.jpg?_wi=2", imageAlt: "Loaded Mexican sharing platter"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Crepes", price: "₹140", variant: "Instagram-Worthy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-pancakes_23-2148367450.jpg", imageAlt: "Light delicious crepes"
|
||||
id: "5", name: "Crepes", price: "₹140", variant: "Instagram-Worthy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-breakfast-pancakes_23-2148367450.jpg?_wi=2", imageAlt: "Light delicious crepes"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Frappe Special", price: "₹160", variant: "Chilled & Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glasses_1220-3572.jpg", imageAlt: "Chilled frappe beverage"
|
||||
id: "6", name: "Frappe Special", price: "₹160", variant: "Chilled & Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glasses_1220-3572.jpg?_wi=3", imageAlt: "Chilled frappe beverage"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user