Update src/app/menu/page.tsx
This commit is contained in:
@@ -80,22 +80,22 @@ export default function MenuPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Yucca Signature", name: "American Coffee", price: "TND 3.500", rating: 5,
|
||||
reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg", imageAlt: "Freshly brewed American coffee"},
|
||||
reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg?_wi=2", imageAlt: "Freshly brewed American coffee"},
|
||||
{
|
||||
id: "2", brand: "Yucca Specialty", name: "Pancakes Stack", price: "TND 8.500", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg", imageAlt: "Fluffy pancake stack with toppings"},
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-white-plate-with-fruits_181624-19397.jpg?_wi=2", imageAlt: "Fluffy pancake stack with toppings"},
|
||||
{
|
||||
id: "3", brand: "Yucca Favorite", name: "Crêpes Nutella", price: "TND 7.000", rating: 5,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg", imageAlt: "Fresh crêpes with Nutella and berries"},
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg?_wi=2", imageAlt: "Fresh crêpes with Nutella and berries"},
|
||||
{
|
||||
id: "4", brand: "Yucca Classic", name: "Brunch Plate", price: "TND 12.000", rating: 5,
|
||||
reviewCount: "134", imageSrc: "http://img.b2bpic.net/free-photo/toast-egg-bacon-tomatoes-microgreens-salad_2829-4805.jpg", imageAlt: "Complete brunch plate with eggs and toast"},
|
||||
reviewCount: "134", imageSrc: "http://img.b2bpic.net/free-photo/toast-egg-bacon-tomatoes-microgreens-salad_2829-4805.jpg?_wi=2", imageAlt: "Complete brunch plate with eggs and toast"},
|
||||
{
|
||||
id: "5", brand: "Yucca Premium", name: "Cappuccino", price: "TND 4.500", rating: 5,
|
||||
reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg", imageAlt: "Creamy cappuccino with latte art"},
|
||||
reviewCount: "78", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-coffee-cup_1203-8884.jpg?_wi=3", imageAlt: "Creamy cappuccino with latte art"},
|
||||
{
|
||||
id: "6", brand: "Yucca Dessert", name: "Chocolate Brownie", price: "TND 6.000", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg", imageAlt: "Rich chocolate brownie"},
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/almond-banana-pancake_1339-5289.jpg?_wi=3", imageAlt: "Rich chocolate brownie"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user