Update src/app/page.tsx

This commit is contained in:
2026-05-09 02:32:41 +00:00
parent 3bfa8e1829
commit 8e1af76287

View File

@@ -67,6 +67,7 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
buttons={[{ text: "Commander", href: "https://wa.me/212623232758" }]}
products={[
{ id: "1", brand: "Signature", name: "Burger Gourmet", price: "75 DH", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg" },
{ id: "2", brand: "Signature", name: "Pizza Royale", price: "95 DH", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/italian-fast-food-pizza-with-full-vegetables-greenery_114579-1960.jpg" },