From a5dbfd220b76cc7b1cc8e11b7fb67abf223521cb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:29:16 +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 a4741c9..1c28a27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,6 +65,9 @@ export default function LandingPage() { tag="Our Story" tagIcon={Heart} tagAnimation="slide-up" + buttons={[ + { text: "Request Sample Kit", href: "contact" }, + ]} bulletPoints={[ { title: "Traditional Excellence", description: "Handpicked silk and metallic threads sourced from trusted heritage producers across India.", icon: Award, -- 2.49.1