4 Commits

Author SHA1 Message Date
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

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>