From 8ab0b9917338307113780ccb365e921ed2fe52c7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:55:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54105bd..f987570 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,6 +78,7 @@ export default function LandingPage() { { id: "5", name: "Grilled Vegetables", price: "30 MAD", rating: 4, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg", brand: "Vegetarian" }, { id: "6", name: "Traditional Sandwich", price: "35 MAD", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-smoked-sausage_140725-2061.jpg", brand: "Street-Style" }, ]} + buttons={[{ text: "View Full Menu", href: "#menu" }]} title="Our Signature Grill Menu" description="Explore our delicious selection of grilled meats and traditional accompaniments prepared fresh to order." /> @@ -160,4 +161,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1