From 8e1af7628764e59426fa60753e519a37cbc4a59b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 02:32:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9873e79..575c0db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" },