Update src/app/menu/page.tsx
This commit is contained in:
@@ -46,9 +46,9 @@ export default function MenuPage() {
|
||||
tag="Daily Menu"
|
||||
tagIcon={Coffee}
|
||||
features={[
|
||||
{ title: "Signature Steak", description: "Prime aged beef with seasonal herbs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-sauce-spicy-pepper-zucchini-tomatoes_140725-10844.jpg" }, items: [{ icon: Coffee, text: "Main Course" }] },
|
||||
{ title: "Delicate Dessert", description: "Masterfully crafted chocolate delights.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg" }, items: [{ icon: Coffee, text: "Dessert" }] },
|
||||
{ title: "Artisanal Cocktails", description: "Handcrafted drinks for a perfect evening.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-blond-hair-holding-cocktail_273609-15687.jpg" }, items: [{ icon: Coffee, text: "Beverage" }] }
|
||||
{ title: "Signature Steak", description: "Prime aged beef with seasonal herbs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-sauce-spicy-pepper-zucchini-tomatoes_140725-10844.jpg" }, items: [{ icon: Coffee, text: "Main Course" }], reverse: false },
|
||||
{ title: "Delicate Dessert", description: "Masterfully crafted chocolate delights.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg" }, items: [{ icon: Coffee, text: "Dessert" }], reverse: true },
|
||||
{ title: "Artisanal Cocktails", description: "Handcrafted drinks for a perfect evening.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-blond-hair-holding-cocktail_273609-15687.jpg" }, items: [{ icon: Coffee, text: "Beverage" }], reverse: false }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user