From 453a5e4e374f8ddd64eb7a554a290765964e4d51 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:33:45 +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 c4b6d8b..fb684e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,6 +63,9 @@ export default function LandingPage() { description="Browse our latest collection of customized Indian merchandise. Each piece is crafted with attention to quality and cultural authenticity." tag="Limited Edition" tagIcon={Flame} + buttons={[ + { text: "Add to Cart", href: "#" } + ]} textboxLayout="default" useInvertedBackground={false} gridVariant="three-columns-all-equal-width" -- 2.49.1