Update src/app/page.tsx
This commit is contained in:
@@ -96,19 +96,19 @@ export default function HomePage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Pan Fried Noodles", price: "₹350", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg", imageAlt: "Pan Fried Noodles signature dish"},
|
||||
"http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=1", imageAlt: "Pan Fried Noodles signature dish"},
|
||||
{
|
||||
id: "2", name: "Cappuccino", price: "₹180", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg", imageAlt: "Cappuccino coffee beverage"},
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?_wi=1", imageAlt: "Cappuccino coffee beverage"},
|
||||
{
|
||||
id: "3", name: "Lasagna", price: "₹420", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg", imageAlt: "Lasagna Italian pasta dish"},
|
||||
"http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg?_wi=1", imageAlt: "Lasagna Italian pasta dish"},
|
||||
{
|
||||
id: "4", name: "Chocolate Brownie", price: "₹280", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg", imageAlt: "Chocolate Brownie dessert"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg?_wi=1", imageAlt: "Chocolate Brownie dessert"},
|
||||
{
|
||||
id: "5", name: "Garlic Naan", price: "₹120", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg", imageAlt: "Garlic Naan Indian bread"},
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=1", imageAlt: "Garlic Naan Indian bread"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -126,23 +126,23 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1", title: "Indian Classics", tags: ["Traditional", "Flavorful"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg", imageAlt: "Indian Classics cuisine"},
|
||||
"http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=2", imageAlt: "Indian Classics cuisine"},
|
||||
{
|
||||
id: "2", title: "Italian Favorites", tags: ["Authentic", "Fresh"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg", imageAlt: "Italian Favorites cuisine"},
|
||||
"http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg?_wi=2", imageAlt: "Italian Favorites cuisine"},
|
||||
{
|
||||
id: "3", title: "Chinese Delights", tags: ["Wok-Tossed", "Bold"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg", imageAlt: "Chinese Delights cuisine"},
|
||||
"http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=2", imageAlt: "Chinese Delights cuisine"},
|
||||
{
|
||||
id: "4", title: "Mexican Spice", tags: ["Vibrant", "Fresh"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg", imageAlt: "Mexican Spice cuisine"},
|
||||
"http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?_wi=2", imageAlt: "Mexican Spice cuisine"},
|
||||
{
|
||||
id: "5", title: "Bakery & Desserts", tags: ["Artisan", "Decadent"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg", imageAlt: "Bakery & Desserts selection"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg?_wi=2", imageAlt: "Bakery & Desserts selection"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user