7 Commits

Author SHA1 Message Date
f591d9a4c4 Merge version_4 into main
Merge version_4 into main
2026-05-06 06:10:06 +00:00
7c7d1ef22c Update src/app/page.tsx 2026-05-06 06:10:03 +00:00
7c93f9f354 Merge version_3 into main
Merge version_3 into main
2026-05-06 06:08:16 +00:00
a105b9f815 Update src/app/page.tsx 2026-05-06 06:08:13 +00:00
d35194d7e4 Merge version_2 into main
Merge version_2 into main
2026-05-06 06:01:47 +00:00
6e514e7e3f Update src/app/page.tsx 2026-05-06 06:01:44 +00:00
e797281846 Merge version_1 into main
Merge version_1 into main
2026-05-06 06:00:35 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="Karigarri" brandName="Karigarri Jewelry"
button={{ text: "Contact Us", href: "#contact" }} button={{ text: "Contact Us", href: "#contact" }}
/> />
</div> </div>
@@ -122,6 +122,9 @@ export default function LandingPage() {
]} ]}
title="Curated Collections" title="Curated Collections"
description="Explore our latest handcrafted treasures, meticulously designed for those who value individuality and quality." description="Explore our latest handcrafted treasures, meticulously designed for those who value individuality and quality."
buttons={[
{ text: "View All Collections", href: "#" }
]}
/> />
</div> </div>
@@ -198,11 +201,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", title: "How are your items handmade?", content: "Our artisans use traditional techniques passed down through generations."}, id: "f1", title: "How are your items handmade?", content: "Our artisans use traditional techniques passed down through generations."
},
{ {
id: "f2", title: "Do you ship worldwide?", content: "Yes, we ship our jewelry to jewelry lovers across the globe."}, id: "f2", title: "Do you ship worldwide?", content: "We offer reliable international shipping; standard delivery takes 7-14 business days depending on your region."
},
{ {
id: "f3", title: "Can I request custom designs?", content: "Absolutely! Reach out to us for bespoke commissions."}, id: "f3", title: "Can I request custom designs?", content: "Yes! We welcome custom commissions; our design consultation and crafting process generally takes 3-5 weeks depending on complexity."
},
]} ]}
title="Common Questions" title="Common Questions"
description="Everything you need to know about our jewelry and shipping process." description="Everything you need to know about our jewelry and shipping process."
@@ -239,4 +245,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }