Update src/app/page.tsx
This commit is contained in:
@@ -102,28 +102,28 @@ export default function LandingPage() {
|
||||
description="Scan QR at your table, select items, and place your order instantly. No login required."
|
||||
products={[
|
||||
{
|
||||
id: "espresso", name: "Espresso", price: "₹80", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flour-cookies-with-strawberry-jam-wooden-board-pieces-sesame-kozinaki-cup-coffee-black-background-with-copy-space_141793-9079.jpg", imageAlt: "Premium espresso shot"
|
||||
id: "espresso", name: "Espresso", price: "₹80", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flour-cookies-with-strawberry-jam-wooden-board-pieces-sesame-kozinaki-cup-coffee-black-background-with-copy-space_141793-9079.jpg?_wi=1", imageAlt: "Premium espresso shot"
|
||||
},
|
||||
{
|
||||
id: "cappuccino", name: "Cappuccino", price: "₹120", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flour-cookies-with-strawberry-jam-wooden-board-pieces-sesame-kozinaki-cup-coffee-black-background-with-copy-space_141793-9079.jpg", imageAlt: "Classic cappuccino"
|
||||
id: "cappuccino", name: "Cappuccino", price: "₹120", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flour-cookies-with-strawberry-jam-wooden-board-pieces-sesame-kozinaki-cup-coffee-black-background-with-copy-space_141793-9079.jpg?_wi=2", imageAlt: "Classic cappuccino"
|
||||
},
|
||||
{
|
||||
id: "latte", name: "Latte", price: "₹130", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flour-cookies-with-strawberry-jam-wooden-board-pieces-sesame-kozinaki-cup-coffee-black-background-with-copy-space_141793-9079.jpg", imageAlt: "Smooth latte"
|
||||
id: "latte", name: "Latte", price: "₹130", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flour-cookies-with-strawberry-jam-wooden-board-pieces-sesame-kozinaki-cup-coffee-black-background-with-copy-space_141793-9079.jpg?_wi=3", imageAlt: "Smooth latte"
|
||||
},
|
||||
{
|
||||
id: "green-tea", name: "Green Tea", price: "₹60", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-textured-teapot-blurred-background-closeup_169016-25246.jpg", imageAlt: "Fresh green tea"
|
||||
id: "green-tea", name: "Green Tea", price: "₹60", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-textured-teapot-blurred-background-closeup_169016-25246.jpg?_wi=1", imageAlt: "Fresh green tea"
|
||||
},
|
||||
{
|
||||
id: "herbal-tea", name: "Herbal Tea", price: "₹70", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-textured-teapot-blurred-background-closeup_169016-25246.jpg", imageAlt: "Relaxing herbal tea"
|
||||
id: "herbal-tea", name: "Herbal Tea", price: "₹70", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-textured-teapot-blurred-background-closeup_169016-25246.jpg?_wi=2", imageAlt: "Relaxing herbal tea"
|
||||
},
|
||||
{
|
||||
id: "iced-tea", name: "Iced Tea", price: "₹80", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-textured-teapot-blurred-background-closeup_169016-25246.jpg", imageAlt: "Refreshing iced tea"
|
||||
id: "iced-tea", name: "Iced Tea", price: "₹80", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-textured-teapot-blurred-background-closeup_169016-25246.jpg?_wi=3", imageAlt: "Refreshing iced tea"
|
||||
},
|
||||
{
|
||||
id: "sandwich", name: "Gourmet Sandwich", price: "₹250", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg", imageAlt: "Artisan sandwich"
|
||||
id: "sandwich", name: "Gourmet Sandwich", price: "₹250", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg?_wi=1", imageAlt: "Artisan sandwich"
|
||||
},
|
||||
{
|
||||
id: "salad", name: "Fresh Salad", price: "₹200", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg", imageAlt: "Seasonal fresh salad"
|
||||
id: "salad", name: "Fresh Salad", price: "₹200", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-cherry-jam-from-crystal-pot-into-saucer-tea-setup_140725-528.jpg?_wi=2", imageAlt: "Seasonal fresh salad"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
|
||||
Reference in New Issue
Block a user