Update src/app/menu/page.tsx

This commit is contained in:
2026-03-02 21:07:41 +00:00
parent 6e4f1dc77c
commit 531a5539ef

View File

@@ -79,65 +79,23 @@ export default function MenuPage() {
tagIcon={UtensilsCrossed}
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?_wi=2",
imageAlt: "Freshly brewed American coffee",
},
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"},
{
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?_wi=2",
imageAlt: "Fluffy pancake stack with toppings",
},
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"},
{
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?_wi=2",
imageAlt: "Fresh crêpes with Nutella and berries",
},
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"},
{
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?_wi=2",
imageAlt: "Complete brunch plate with eggs and toast",
},
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"},
{
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?_wi=3",
imageAlt: "Creamy cappuccino with latte art",
},
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"},
{
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?_wi=3",
imageAlt: "Rich chocolate brownie",
},
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"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"