From 061c8a9feea380e8b1b3c6107cdb0c55ccd3c828 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:29:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b7d906f..dba79c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,6 +89,10 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + buttons={[ + { text: "View Details", href: "#products" }, + { text: "Add to Cart", onClick: () => console.log("Added to cart") } + ]} products={[ { id: "p1", name: "Flagship Smartphone", price: "$999", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/sleek-black-smartphone-reflective-surface_9975-134352.jpg", imageAlt: "premium smartphone black glass"},