From 42f934a9b1173006130781fa44bab250132594e8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:30:55 +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 a362df9..b23aaa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,7 @@ export default function LandingPage() { textboxLayout="split-description" gridVariant="two-columns-alternating-heights" useInvertedBackground={false} + buttons={[{ text: "Order Online", href: "#" }]} products={[ { id: "p1", name: "Hot Spanish Latte", price: "SAR 18", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-plate-high-angle_23-2149703762.jpg?_wi=2" }, { id: "p2", name: "Iced Coffee", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/cup-black-tea_1339-7162.jpg?_wi=2" }, -- 2.49.1