3 Commits

Author SHA1 Message Date
8ab0b99173 Update src/app/page.tsx 2026-05-04 16:55:52 +00:00
a30fcca439 Merge version_1 into main
Merge version_1 into main
2026-05-04 16:52:49 +00:00
be0a1dac14 Merge version_1 into main
Merge version_1 into main
2026-05-04 16:52:22 +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>
);
}
}