Merge version_1 into main #3
@@ -115,10 +115,10 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "veg-manchurian", name: "Veg Manchurian", price: "₹120", variant: "Crispy Snack", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-sushi-rolls-with-tuna-fish-stone-background_114579-59070.jpg", imageAlt: "Veg Manchurian crispy balls"
|
||||
id: "veg-manchurian", name: "Veg Manchurian", price: "₹120", variant: "Crispy Snack", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-sushi-rolls-with-tuna-fish-stone-background_114579-59070.jpg?_wi=1", imageAlt: "Veg Manchurian crispy balls"
|
||||
},
|
||||
{
|
||||
id: "chilli-paneer", name: "Chilli Paneer", price: "₹150", variant: "Spicy Snack", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-sushi-rolls-with-tuna-fish-stone-background_114579-59070.jpg", imageAlt: "Chilli Paneer"
|
||||
id: "chilli-paneer", name: "Chilli Paneer", price: "₹150", variant: "Spicy Snack", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-sushi-rolls-with-tuna-fish-stone-background_114579-59070.jpg?_wi=2", imageAlt: "Chilli Paneer"
|
||||
},
|
||||
{
|
||||
id: "spring-rolls", name: "Spring Rolls", price: "₹100", variant: "Crispy Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/fried-nugget-with-potato-herbs_140725-6199.jpg", imageAlt: "Spring Rolls golden crispy"
|
||||
@@ -127,40 +127,40 @@ export default function LandingPage() {
|
||||
id: "french-fries", name: "French Fries", price: "₹90", variant: "Golden & Crispy", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-chiken-potatoes-chicken-wings-french-fries-lemon-three-bowls-different-types-sauces-spices-wooden-cutting-board-dark-table_140725-110687.jpg", imageAlt: "Crispy golden French fries"
|
||||
},
|
||||
{
|
||||
id: "veg-noodles", name: "Veg Noodles", price: "₹120", variant: "Chinese Special", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-plate-pasta-appetizing-pasta-with-gravy-meat-bowls-colorfull-sauces-dark-table_140725-117301.jpg", imageAlt: "Veg Noodles Chinese style"
|
||||
id: "veg-noodles", name: "Veg Noodles", price: "₹120", variant: "Chinese Special", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-plate-pasta-appetizing-pasta-with-gravy-meat-bowls-colorfull-sauces-dark-table_140725-117301.jpg?_wi=1", imageAlt: "Veg Noodles Chinese style"
|
||||
},
|
||||
{
|
||||
id: "hakka-noodles", name: "Hakka Noodles", price: "₹140", variant: "Spiced & Tasty", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-plate-pasta-appetizing-pasta-with-gravy-meat-bowls-colorfull-sauces-dark-table_140725-117301.jpg", imageAlt: "Hakka Noodles stir fry"
|
||||
id: "hakka-noodles", name: "Hakka Noodles", price: "₹140", variant: "Spiced & Tasty", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-plate-pasta-appetizing-pasta-with-gravy-meat-bowls-colorfull-sauces-dark-table_140725-117301.jpg?_wi=2", imageAlt: "Hakka Noodles stir fry"
|
||||
},
|
||||
{
|
||||
id: "fried-rice", name: "Fried Rice", price: "₹130", variant: "Golden Rice", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-with-eggs-ceramic-bowl_114579-69667.jpg", imageAlt: "Vegetable Fried Rice"
|
||||
},
|
||||
{
|
||||
id: "manchurian-noodles", name: "Manchurian Noodles", price: "₹150", variant: "Premium Combo", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-plate-pasta-appetizing-pasta-with-gravy-meat-bowls-colorfull-sauces-dark-table_140725-117301.jpg", imageAlt: "Manchurian Noodles"
|
||||
id: "manchurian-noodles", name: "Manchurian Noodles", price: "₹150", variant: "Premium Combo", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-plate-pasta-appetizing-pasta-with-gravy-meat-bowls-colorfull-sauces-dark-table_140725-117301.jpg?_wi=3", imageAlt: "Manchurian Noodles"
|
||||
},
|
||||
{
|
||||
id: "veg-burger", name: "Veg Burger", price: "₹70", variant: "Fresh & Tasty", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-beef-burger-cheese-tomato-red-onion-french-fries_2829-19547.jpg", imageAlt: "Vegetable Burger"
|
||||
id: "veg-burger", name: "Veg Burger", price: "₹70", variant: "Fresh & Tasty", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-beef-burger-cheese-tomato-red-onion-french-fries_2829-19547.jpg?_wi=1", imageAlt: "Vegetable Burger"
|
||||
},
|
||||
{
|
||||
id: "cheese-burger", name: "Cheese Burger", price: "₹90", variant: "Cheesy Delight", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-beef-burger-cheese-tomato-red-onion-french-fries_2829-19547.jpg", imageAlt: "Cheese Burger melted"
|
||||
id: "cheese-burger", name: "Cheese Burger", price: "₹90", variant: "Cheesy Delight", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-beef-burger-cheese-tomato-red-onion-french-fries_2829-19547.jpg?_wi=2", imageAlt: "Cheese Burger melted"
|
||||
},
|
||||
{
|
||||
id: "veg-sandwich", name: "Veg Sandwich", price: "₹80", variant: "Healthy Choice", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-beef-burger-cheese-tomato-red-onion-french-fries_2829-19547.jpg", imageAlt: "Vegetable Sandwich"
|
||||
id: "veg-sandwich", name: "Veg Sandwich", price: "₹80", variant: "Healthy Choice", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-beef-burger-cheese-tomato-red-onion-french-fries_2829-19547.jpg?_wi=3", imageAlt: "Vegetable Sandwich"
|
||||
},
|
||||
{
|
||||
id: "veg-wrap", name: "Veg Wrap", price: "₹100", variant: "On The Go", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-beef-burger-cheese-tomato-red-onion-french-fries_2829-19547.jpg", imageAlt: "Veg Wrap portable"
|
||||
id: "veg-wrap", name: "Veg Wrap", price: "₹100", variant: "On The Go", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-beef-burger-cheese-tomato-red-onion-french-fries_2829-19547.jpg?_wi=4", imageAlt: "Veg Wrap portable"
|
||||
},
|
||||
{
|
||||
id: "cold-drink", name: "Cold Drink", price: "₹40", variant: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/watermelon-smoothie_1339-768.jpg", imageAlt: "Cold Drink chilled"
|
||||
id: "cold-drink", name: "Cold Drink", price: "₹40", variant: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/watermelon-smoothie_1339-768.jpg?_wi=1", imageAlt: "Cold Drink chilled"
|
||||
},
|
||||
{
|
||||
id: "fresh-juice", name: "Fresh Juice", price: "₹80", variant: "Natural & Fresh", imageSrc: "http://img.b2bpic.net/free-photo/watermelon-smoothie_1339-768.jpg", imageAlt: "Fresh Juice"
|
||||
id: "fresh-juice", name: "Fresh Juice", price: "₹80", variant: "Natural & Fresh", imageSrc: "http://img.b2bpic.net/free-photo/watermelon-smoothie_1339-768.jpg?_wi=2", imageAlt: "Fresh Juice"
|
||||
},
|
||||
{
|
||||
id: "chocolate-shake", name: "Chocolate Shake", price: "₹120", variant: "Creamy & Rich", imageSrc: "http://img.b2bpic.net/free-photo/watermelon-smoothie_1339-768.jpg", imageAlt: "Chocolate Shake"
|
||||
id: "chocolate-shake", name: "Chocolate Shake", price: "₹120", variant: "Creamy & Rich", imageSrc: "http://img.b2bpic.net/free-photo/watermelon-smoothie_1339-768.jpg?_wi=3", imageAlt: "Chocolate Shake"
|
||||
},
|
||||
{
|
||||
id: "mango-shake", name: "Mango Shake", price: "₹110", variant: "Seasonal Special", imageSrc: "http://img.b2bpic.net/free-photo/watermelon-smoothie_1339-768.jpg", imageAlt: "Mango Shake"
|
||||
id: "mango-shake", name: "Mango Shake", price: "₹110", variant: "Seasonal Special", imageSrc: "http://img.b2bpic.net/free-photo/watermelon-smoothie_1339-768.jpg?_wi=4", imageAlt: "Mango Shake"
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user