From 245ede00746ce5c56703502c9a2e90a4efe1b66c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:48:44 +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 fd9a664..75175c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -232,6 +232,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttonAnimation="slide-up" + buttons={[ + { text: "Shop Now", href: "tel:+919978525458" } + ]} /> -- 2.49.1