From 51ef67672280c5c45e7480e17adb1a946462dde2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 22:50:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87ec5bc..29434c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,6 +69,9 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + buttons={[ + { text: "Buy Now", href: "#" } + ]} products={[ { id: "p1", brand: "E-Book", name: "Freelance Mastery", price: "$29", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/white-credit-card-usb-flash-drive_187299-47897.jpg" }, { id: "p2", brand: "Template", name: "SaaS Dashboard UI", price: "$49", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039373.jpg" }, -- 2.49.1