Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b8dabad87 | |||
| e59774f7d7 | |||
| d6c8bdbbd0 | |||
| d6b3bd9323 |
@@ -23,52 +23,52 @@ export default function MenuPage() {
|
||||
];
|
||||
|
||||
const coffeeProducts = [
|
||||
{
|
||||
{
|
||||
id: "coffee-1", brand: "Espresso", name: "Classic Espresso", price: "$3.00", rating: 5,
|
||||
reviewCount: "250 reviews", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-cup-table_23-2148737385.jpg", imageAlt: "Classic Espresso"},
|
||||
{
|
||||
{
|
||||
id: "coffee-2", brand: "Latte", name: "Vanilla Latte", price: "$4.50", rating: 4.8,
|
||||
reviewCount: "300 reviews", imageSrc: "http://img.b2bpic.net/free-photo/still-life-coffee-cup_23-2149174154.jpg", imageAlt: "Vanilla Latte"},
|
||||
{
|
||||
{
|
||||
id: "coffee-3", brand: "Cappuccino", name: "Caramel Cappuccino", price: "$4.75", rating: 4.9,
|
||||
reviewCount: "280 reviews", imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-brew-coffee-with-ice_23-2149454170.jpg", imageAlt: "Caramel Cappuccino"},
|
||||
{
|
||||
{
|
||||
id: "coffee-4", brand: "Cold Brew", name: "Nitro Cold Brew", price: "$5.00", rating: 4.7,
|
||||
reviewCount: "190 reviews", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_23-2148677651.jpg", imageAlt: "Nitro Cold Brew"},
|
||||
{
|
||||
{
|
||||
id: "coffee-5", brand: "Mocha", name: "Chocolate Mocha", price: "$4.75", rating: 4.9,
|
||||
reviewCount: "220 reviews", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-art_23-2148737383.jpg", imageAlt: "Chocolate Mocha"}
|
||||
];
|
||||
|
||||
const beverageProducts = [
|
||||
{
|
||||
{
|
||||
id: "bev-1", brand: "Tea", name: "Green Tea", price: "$3.50", rating: 4.5,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/front-view-herbal-tea-cup-with-lemon-slice-white-background-drink-tea-fruit-lemon_140725-70366.jpg", imageAlt: "Green Tea"},
|
||||
{
|
||||
{
|
||||
id: "bev-2", brand: "Juice", name: "Fresh Orange Juice", price: "$4.00", rating: 4.9,
|
||||
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/orange-juice-orange-slices-dark-background_23-2148227652.jpg", imageAlt: "Fresh Orange Juice"},
|
||||
{
|
||||
{
|
||||
id: "bev-3", brand: "Smoothie", name: "Berry Blast Smoothie", price: "$5.50", rating: 4.7,
|
||||
reviewCount: "100 reviews", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-smoothie-with-straw_23-2148187217.jpg", imageAlt: "Berry Blast Smoothie"},
|
||||
{
|
||||
{
|
||||
id: "bev-4", brand: "Soda", name: "Sparkling Water", price: "$2.50", rating: 4.2,
|
||||
reviewCount: "80 reviews", imageSrc: "http://img.b2bpic.net/free-photo/glass-cold-water-with-lemon-slice_23-2148332194.jpg", imageAlt: "Sparkling Water"}
|
||||
];
|
||||
|
||||
const foodProducts = [
|
||||
{
|
||||
{
|
||||
id: "food-1", brand: "Pastry", name: "Croissant", price: "$3.00", rating: 4.6,
|
||||
reviewCount: "200 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-croissant-cup-coffee_23-2148737387.jpg", imageAlt: "Croissant"},
|
||||
{
|
||||
{
|
||||
id: "food-2", brand: "Cake", name: "Chocolate Fudge Cake", price: "$6.00", rating: 5,
|
||||
reviewCount: "180 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cake-slice_23-2149303504.jpg", imageAlt: "Chocolate Fudge Cake"},
|
||||
{
|
||||
{
|
||||
id: "food-3", brand: "Sandwich", name: "Chicken Pesto Sandwich", price: "$7.50", rating: 4.4,
|
||||
reviewCount: "90 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-sandwich_23-2148281358.jpg", imageAlt: "Chicken Pesto Sandwich"},
|
||||
{
|
||||
{
|
||||
id: "food-4", brand: "Muffin", name: "Blueberry Muffin", price: "$3.25", rating: 4.7,
|
||||
reviewCount: "110 reviews", imageSrc: "http://img.b2bpic.net/free-photo/fresh-muffin-with-coffee_23-2148737381.jpg", imageAlt: "Blueberry Muffin"},
|
||||
{
|
||||
{
|
||||
id: "food-5", brand: "Cookies", name: "Chocolate Chip Cookies", price: "$2.75", rating: 4.8,
|
||||
reviewCount: "130 reviews", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-cookies-cup-coffee_23-2148737384.jpg", imageAlt: "Chocolate Chip Cookies"}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user