Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fcb16f41b7 | |||
| f04a668e00 | |||
| 71dfa70add | |||
| 1223a76846 | |||
| 65f4761869 | |||
| 8f4bc19901 | |||
| 5b904244b7 |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
title="Elegance for Your Special Day"
|
||||
description="Exquisite handcrafted South Indian bridal jewellery. Discover timeless luxury for your wedding collection."
|
||||
tag="Bridal Collection 2024"
|
||||
buttons={[{ text: "Explore Collection", href: "/shop" }]}
|
||||
buttons={[{ text: "View Bridal Collection", href: "/shop" }]}
|
||||
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/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"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Royal Temple Choker", price: "Request on WhatsApp", 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: "Request on WhatsApp", 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: "Request on WhatsApp", imageSrc: "http://img.b2bpic.net/free-photo/bride-lies-her-hand-groom-s-one_8353-388.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: "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: "Start Consultation", imageSrc: "http://img.b2bpic.net/free-photo/bride-lies-her-hand-groom-s-one_8353-388.jpg" }
|
||||
]}
|
||||
title="Featured Collections"
|
||||
description="Curated selection of our finest wedding sets."
|
||||
@@ -129,4 +129,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user