Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-04 16:55:59 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}