Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-05-12 20:30:49 +00:00

View File

@@ -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>