5 Commits

Author SHA1 Message Date
fcb16f41b7 Merge version_4 into main
Merge version_4 into main
2026-05-09 16:18:35 +00:00
f04a668e00 Update src/app/page.tsx 2026-05-09 16:18:32 +00:00
71dfa70add Merge version_3 into main
Merge version_3 into main
2026-05-09 16:17:18 +00:00
1223a76846 Update src/app/page.tsx 2026-05-09 16:17:12 +00:00
65f4761869 Merge version_2 into main
Merge version_2 into main
2026-05-09 16:16:28 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
title="Elegance for Your Special Day" title="Elegance for Your Special Day"
description="Exquisite handcrafted South Indian bridal jewellery. Discover timeless luxury for your wedding collection." description="Exquisite handcrafted South Indian bridal jewellery. Discover timeless luxury for your wedding collection."
tag="Bridal Collection 2024" tag="Bridal Collection 2024"
buttons={[{ text: "Explore Collection", href: "/shop" }]} buttons={[{ text: "View Bridal Collection", href: "/shop" }]}
mediaItems={[ mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-black-dress-wearing-luxury-rich-necklace-jewelry-summer-style-fashion-trend-vacation-stylish-accessories-posing-tropical-villa-bali_285396-5716.jpg", imageAlt: "Luxury Jewelry Hero" }, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-black-dress-wearing-luxury-rich-necklace-jewelry-summer-style-fashion-trend-vacation-stylish-accessories-posing-tropical-villa-bali_285396-5716.jpg", imageAlt: "Luxury Jewelry Hero" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400878.jpg", imageAlt: "Luxury Jewelry Hero" } { imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400878.jpg", imageAlt: "Luxury Jewelry Hero" }
@@ -63,9 +63,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "p1", name: "Royal Temple Choker", price: "Enquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/bust-showcase-jewelry-display-necklace-pendant-jewelry-lifestyle-fashion-accessories-mockup_460848-14344.jpg" }, { id: "p1", name: "Royal Temple Choker", price: "Start Consultation", imageSrc: "http://img.b2bpic.net/free-photo/bust-showcase-jewelry-display-necklace-pendant-jewelry-lifestyle-fashion-accessories-mockup_460848-14344.jpg" },
{ id: "p2", name: "Antique Gold Jhumkas", price: "Enquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/assortment-dry-tea-golden-vintage-mini-plates-tea-types-background_114579-8074.jpg" }, { id: "p2", name: "Antique Gold Jhumkas", price: "Start Consultation", imageSrc: "http://img.b2bpic.net/free-photo/assortment-dry-tea-golden-vintage-mini-plates-tea-types-background_114579-8074.jpg" },
{ id: "p3", name: "Bridal Bangles Set", price: "Enquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/bride-lies-her-hand-groom-s-one_8353-388.jpg" } { id: "p3", name: "Bridal Bangles Set", price: "Start Consultation", imageSrc: "http://img.b2bpic.net/free-photo/bride-lies-her-hand-groom-s-one_8353-388.jpg" }
]} ]}
title="Featured Collections" title="Featured Collections"
description="Curated selection of our finest wedding sets." description="Curated selection of our finest wedding sets."
@@ -129,4 +129,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }