4 Commits

Author SHA1 Message Date
da3cbc79d8 Merge version_2 into main
Merge version_2 into main
2026-05-27 02:06:49 +00:00
9b679d1feb Update src/app/page.tsx 2026-05-27 02:06:46 +00:00
0884b168f2 Merge version_1 into main
Merge version_1 into main
2026-05-27 02:04:16 +00:00
660ef111a2 Merge version_1 into main
Merge version_1 into main
2026-05-27 02:03:32 +00:00

View File

@@ -107,17 +107,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "gold-jewelry", name: "Gold Jewellery", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-white-dust_23-2150329699.jpg", imageAlt: "Traditional Gold Jewellery"},
id: "gold-jewelry", name: "Gold Jewellery", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-white-dust_23-2150329699.jpg", imageAlt: "Traditional Gold Jewellery", priceButtonProps: { text: "Enquire Now", href: "#contact" }
},
{
id: "diamond-jewelry", name: "Diamond Jewellery", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-earrings-white-dress_1153-501.jpg", imageAlt: "Sparkling Diamond Jewellery"},
id: "diamond-jewelry", name: "Diamond Jewellery", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-earrings-white-dress_1153-501.jpg", imageAlt: "Sparkling Diamond Jewellery", priceButtonProps: { text: "Enquire Now", href: "#contact" }
},
{
id: "bridal-rings", name: "Luxury Rings", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-kissing-his-wife-s-hand_1153-274.jpg", imageAlt: "Luxury Bridal Rings"},
id: "luxury-rings", name: "Luxury Rings", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/close-up-groom-kissing-his-wife-s-hand_1153-274.jpg", imageAlt: "Luxury Bridal Rings", priceButtonProps: { text: "Enquire Now", href: "#contact" }
},
{
id: "temple-jewelry", name: "Temple Jewellery", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/indian-couple-celebrating-propose-day-by-being-romantic-with-each-other_23-2151110909.jpg", imageAlt: "Exquisite Temple Jewellery"},
id: "temple-jewelry", name: "Temple Jewellery", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/indian-couple-celebrating-propose-day-by-being-romantic-with-each-other_23-2151110909.jpg", imageAlt: "Exquisite Temple Jewellery", priceButtonProps: { text: "Enquire Now", href: "#contact" }
},
{
id: "earrings-bangles", name: "Earrings & Bangles", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599058.jpg", imageAlt: "Elegant Earrings and Bangles"},
id: "earrings-bangles", name: "Earrings & Bangles", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599058.jpg", imageAlt: "Elegant Earrings and Bangles", priceButtonProps: { text: "Enquire Now", href: "#contact" }
},
{
id: "personalized", name: "Personalized Designs", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/woman-sits-stairs-house-looks-up_8353-11393.jpg", imageAlt: "Custom Designed Jewellery"},
id: "personalized", name: "Personalized Designs", price: "Enquire", imageSrc: "http://img.b2bpic.net/free-photo/woman-sits-stairs-house-looks-up_8353-11393.jpg", imageAlt: "Custom Designed Jewellery", priceButtonProps: { text: "Enquire Now", href: "#contact" }
},
]}
title="Exquisite Collections"
description="Browse our curated selection of luxury jewelry, meticulously designed to captivate and celebrate every occasion."