4 Commits

Author SHA1 Message Date
4ef56a65f0 Merge version_3 into main
Merge version_3 into main
2026-03-06 04:29:21 +00:00
a5dbfd220b Update src/app/page.tsx 2026-03-06 04:29:16 +00:00
03cd7ad6e5 Merge version_2 into main
Merge version_2 into main
2026-03-06 04:25:03 +00:00
5692b5a9c8 Update src/app/page.tsx 2026-03-06 04:24:59 +00:00

View File

@@ -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,
@@ -115,7 +118,7 @@ export default function LandingPage() {
tag="Collections"
tagIcon={Package}
tagAnimation="slide-up"
buttons={[{ text: "Browse All Products", href: "#" }]}
buttons={[{ text: "View Our Thread Collections", href: "#" }]}
buttonAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"