Update src/app/menu/page.tsx
This commit is contained in:
@@ -49,27 +49,27 @@ export default function FullMenuPage() {
|
||||
products={[
|
||||
{
|
||||
id: "p-croissant", brand: "Alfredo's Bakery", name: "Buttery Croissant", price: "$3.50", rating: 5,
|
||||
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bagels-with-cakes-light-white-background_140725-50217.jpg", imageAlt: "fresh buttery croissant plate"
|
||||
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bagels-with-cakes-light-white-background_140725-50217.jpg?_wi=2", imageAlt: "fresh buttery croissant plate"
|
||||
},
|
||||
{
|
||||
id: "p-sandwich", brand: "Alfredo's Kitchen", name: "Gourmet Chicken Sandwich", price: "$12.00", rating: 4,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salad-sandwich-with-tomato_23-2148640135.jpg", imageAlt: "gourmet sandwich fresh ingredients"
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salad-sandwich-with-tomato_23-2148640135.jpg?_wi=2", imageAlt: "gourmet sandwich fresh ingredients"
|
||||
},
|
||||
{
|
||||
id: "p-smoothie", brand: "Alfredo's Refreshments", name: "Berry Blast Smoothie", price: "$7.00", rating: 5,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-with-fruits-dryfruits-white-background_23-2147907019.jpg", imageAlt: "refreshing fruit smoothie glass"
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-with-fruits-dryfruits-white-background_23-2147907019.jpg?_wi=2", imageAlt: "refreshing fruit smoothie glass"
|
||||
},
|
||||
{
|
||||
id: "p-cake", brand: "Alfredo's Sweets", name: "Chocolate Fudge Cake", price: "$6.50", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/slice-medovic-cake-black-platter_114579-17495.jpg", imageAlt: "decadent chocolate cake slice dessert"
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/slice-medovic-cake-black-platter_114579-17495.jpg?_wi=2", imageAlt: "decadent chocolate cake slice dessert"
|
||||
},
|
||||
{
|
||||
id: "p-tea", brand: "Alfredo's Brews", name: "English Breakfast Tea", price: "$4.00", rating: 4,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-cup-cocoa-cinnamon-sticks-knitted-element_169016-27055.jpg", imageAlt: "warm cup of tea herbal"
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-cup-cocoa-cinnamon-sticks-knitted-element_169016-27055.jpg?_wi=2", imageAlt: "warm cup of tea herbal"
|
||||
},
|
||||
{
|
||||
id: "p-salad", brand: "Alfredo's Fresh", name: "Mediterranean Salad", price: "$11.00", rating: 4,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-poke-bowl-with-salmon-bowl-with-seaweed-sesame-seeds-cabbage-top-view-flat-lay-banner_127032-2486.jpg", imageAlt: "fresh vibrant salad bowl healthy"
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/hawaiian-poke-bowl-with-salmon-bowl-with-seaweed-sesame-seeds-cabbage-top-view-flat-lay-banner_127032-2486.jpg?_wi=2", imageAlt: "fresh vibrant salad bowl healthy"
|
||||
},
|
||||
]}
|
||||
title="Our Full Menu"
|
||||
|
||||
Reference in New Issue
Block a user