Merge version_1 into main #1
401
src/app/page.tsx
401
src/app/page.tsx
@@ -32,154 +32,88 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "#collections",
|
||||
},
|
||||
name: "Collections", id: "#collections"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oe9sh5"
|
||||
logoAlt="Elegance Jewels Logo"
|
||||
brandName="Elegance Jewels"
|
||||
button={{
|
||||
text: "Book Visit",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Visit", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Timeless Elegance in Every Ornament"
|
||||
description="Discover handcrafted gold, diamond, bridal, and heritage jewelry collections."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-aesthetic-golden-earrings-arrangement_23-2149846593.jpg",
|
||||
imageAlt: "Luxury gold diamond necklace dark background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-aesthetic-golden-earrings-arrangement_23-2149846593.jpg", imageAlt: "Luxury gold diamond necklace dark background"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sterling-silver-earrings-with-swarovski-crystal-with-studs-black-wall_140725-12952.jpg",
|
||||
imageAlt: "Elegant female model wearing diamond earrings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sterling-silver-earrings-with-swarovski-crystal-with-studs-black-wall_140725-12952.jpg", imageAlt: "Elegant female model wearing diamond earrings"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashion-stylish-brunette-woman-model-with-evening-makeup-red-lips-white-jacket_158538-11536.jpg",
|
||||
imageAlt: "gold and diamond jewelry display luxury",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashion-stylish-brunette-woman-model-with-evening-makeup-red-lips-white-jacket_158538-11536.jpg", imageAlt: "gold and diamond jewelry display luxury"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dragonfly-tree-branch_1150-9263.jpg",
|
||||
imageAlt: "luxury gold chain and pendant dark background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dragonfly-tree-branch_1150-9263.jpg", imageAlt: "luxury gold chain and pendant dark background"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/treasure-chest_1398-2.jpg",
|
||||
imageAlt: "sparkling diamond necklace on dark velvet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/treasure-chest_1398-2.jpg", imageAlt: "sparkling diamond necklace on dark velvet"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599065.jpg",
|
||||
imageAlt: "gold jewelry showcase dark luxury background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599065.jpg", imageAlt: "gold jewelry showcase dark luxury background"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-presentation-rocks_52683-91625.jpg",
|
||||
imageAlt: "gold jewelry showcase dark luxury background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-presentation-rocks_52683-91625.jpg", imageAlt: "gold jewelry showcase dark luxury background"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-engagement-ring-with-diamond-beautiful-manicure_8353-10434.jpg",
|
||||
imageAlt: "sparkling diamond necklace on dark velvet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-engagement-ring-with-diamond-beautiful-manicure_8353-10434.jpg", imageAlt: "sparkling diamond necklace on dark velvet"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599060.jpg",
|
||||
imageAlt: "luxury gold chain and pendant dark background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599060.jpg", imageAlt: "luxury gold chain and pendant dark background"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409281.jpg",
|
||||
imageAlt: "gold and diamond jewelry display luxury",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409281.jpg", imageAlt: "gold and diamond jewelry display luxury"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tanned-fit-caucasian-woman-bronze-shiny-skin-bikini-with-coconut-oil_343596-1855.jpg",
|
||||
imageAlt: "elegant female model wearing diamond earrings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tanned-fit-caucasian-woman-bronze-shiny-skin-bikini-with-coconut-oil_343596-1855.jpg", imageAlt: "elegant female model wearing diamond earrings"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-aesthetic-golden-earrings_23-2149846571.jpg",
|
||||
imageAlt: "luxury gold diamond necklace dark background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-aesthetic-golden-earrings_23-2149846571.jpg", imageAlt: "luxury gold diamond necklace dark background"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#collections",
|
||||
},
|
||||
text: "Explore Collection", href: "#collections"},
|
||||
{
|
||||
text: "Book Store Visit",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Store Visit", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-beautiful-african-woman_23-2148747990.jpg",
|
||||
alt: "Side view beautiful african woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-beautiful-african-woman_23-2148747990.jpg", alt: "Side view beautiful african woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-lady-white-dress-standing-holding-her-earrings-garden-with-white-wall-daytime_176474-7185.jpg",
|
||||
alt: "Beautiful lady in white dress standing and holding her earrings in garden with white wall during daytime .",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-lady-white-dress-standing-holding-her-earrings-garden-with-white-wall-daytime_176474-7185.jpg", alt: "Beautiful lady in white dress standing and holding her earrings in garden with white wall during daytime ."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224640.jpg",
|
||||
alt: "Surrealist portrait of fashionable woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224640.jpg", alt: "Surrealist portrait of fashionable woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-posing-as-greek-goddess_23-2150099266.jpg",
|
||||
alt: "Front view woman posing as greek goddess",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-posing-as-greek-goddess_23-2150099266.jpg", alt: "Front view woman posing as greek goddess"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-medieval-queen-with-rosary_23-2150306025.jpg",
|
||||
alt: "Portrait of medieval queen with rosary",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-medieval-queen-with-rosary_23-2150306025.jpg", alt: "Portrait of medieval queen with rosary"},
|
||||
]}
|
||||
avatarText="Join our esteemed clientele"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/shiny-gold-necklace-with-gemstone-pendant-elegance-generated-by-ai_188544-21364.jpg",
|
||||
alt: "Shiny gold necklace with gemstone pendant elegance generated by AI",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/shiny-gold-necklace-with-gemstone-pendant-elegance-generated-by-ai_188544-21364.jpg", alt: "Shiny gold necklace with gemstone pendant elegance generated by AI"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347075.jpg",
|
||||
alt: "Expensive golden ring with white powder background",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347075.jpg", alt: "Expensive golden ring with white powder background"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599071.jpg",
|
||||
alt: "Abstract gold chain jewellery presentation",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599071.jpg", alt: "Abstract gold chain jewellery presentation"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599085.jpg",
|
||||
alt: "Abstract gold chain jewellery presentation",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599085.jpg", alt: "Abstract gold chain jewellery presentation"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-basket_23-2150329682.jpg",
|
||||
alt: "View of luxurious golden ring with basket",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-basket_23-2150329682.jpg", alt: "View of luxurious golden ring with basket"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
/>
|
||||
@@ -192,19 +126,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Diamond,
|
||||
label: "Years of Legacy",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Years of Legacy", value: "50+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Certified Purity",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Certified Purity", value: "100%"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Customer Trust",
|
||||
value: "Infinite",
|
||||
},
|
||||
label: "Customer Trust", value: "Infinite"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -216,35 +144,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "0% Deduction on Old Gold Exchange",
|
||||
description: "Exchange your old gold with absolutely zero deduction, ensuring maximum value for your precious metals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dollar-sign-white-background_23-2147931149.jpg",
|
||||
imageAlt: "Gold exchange without deduction",
|
||||
},
|
||||
title: "0% Deduction on Old Gold Exchange", description: "Exchange your old gold with absolutely zero deduction, ensuring maximum value for your precious metals.", imageSrc: "http://img.b2bpic.net/free-photo/dollar-sign-white-background_23-2147931149.jpg", imageAlt: "Gold exchange without deduction"},
|
||||
{
|
||||
title: "Vivaah Collection",
|
||||
description: "Discover our premium bridal jewelry collection, meticulously crafted for weddings and special occasions, celebrating every milestone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400864.jpg",
|
||||
imageAlt: "Premium bridal jewelry collection",
|
||||
},
|
||||
title: "Vivaah Collection", description: "Discover our premium bridal jewelry collection, meticulously crafted for weddings and special occasions, celebrating every milestone.", imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400864.jpg", imageAlt: "Premium bridal jewelry collection"},
|
||||
{
|
||||
title: "BIS Hallmarked Gold",
|
||||
description: "Rest assured with 100% certified and trusted BIS Hallmarked gold jewelry, guaranteeing purity and authenticity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-glittery-paint-white-table_23-2148263626.jpg",
|
||||
imageAlt: "BIS Hallmarked gold certificate",
|
||||
},
|
||||
title: "BIS Hallmarked Gold", description: "Rest assured with 100% certified and trusted BIS Hallmarked gold jewelry, guaranteeing purity and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/golden-glittery-paint-white-table_23-2148263626.jpg", imageAlt: "BIS Hallmarked gold certificate"},
|
||||
{
|
||||
title: "Easy Payment Options",
|
||||
description: "Enjoy seamless transactions with a wide range of payment methods: UPI, Cash, Cards, RTGS, NEFT, Wallets, and Senco Gift Cards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-young-woman-with-fair-hair-holding-smartphone_197531-22311.jpg",
|
||||
imageAlt: "Various easy payment options",
|
||||
},
|
||||
title: "Easy Payment Options", description: "Enjoy seamless transactions with a wide range of payment methods: UPI, Cash, Cards, RTGS, NEFT, Wallets, and Senco Gift Cards.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-young-woman-with-fair-hair-holding-smartphone_197531-22311.jpg", imageAlt: "Various easy payment options"},
|
||||
{
|
||||
title: "Lifetime Customer Support",
|
||||
description: "Benefit from our trusted service both before and after purchase, with dedicated support for a lifetime of satisfaction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-golden-sale-background-design_23-2147739013.jpg",
|
||||
imageAlt: "Customer support service icon",
|
||||
},
|
||||
title: "Lifetime Customer Support", description: "Benefit from our trusted service both before and after purchase, with dedicated support for a lifetime of satisfaction.", imageSrc: "http://img.b2bpic.net/free-vector/elegant-dark-golden-sale-background-design_23-2147739013.jpg", imageAlt: "Customer support service icon"},
|
||||
]}
|
||||
title="Unmatched Value, Uncompromising Quality"
|
||||
description="Experience our exceptional offerings designed to delight every jewelry connoisseur."
|
||||
@@ -259,40 +167,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "celeb-1",
|
||||
name: "Radiant Choker",
|
||||
price: "Price Upon Request",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-female-black-dress-posing-white-background_613910-14194.jpg",
|
||||
imageAlt: "Elegant model wearing a radiant choker",
|
||||
},
|
||||
id: "celeb-1", name: "Radiant Choker", price: "Price Upon Request", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-black-dress-posing-white-background_613910-14194.jpg", imageAlt: "Elegant model wearing a radiant choker"},
|
||||
{
|
||||
id: "celeb-2",
|
||||
name: "Opulent Bangle",
|
||||
price: "Price Upon Request",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-thoughtful-ice-queen-studio-shot_329181-6523.jpg",
|
||||
imageAlt: "Sophisticated model with an opulent bangle",
|
||||
},
|
||||
id: "celeb-2", name: "Opulent Bangle", price: "Price Upon Request", imageSrc: "http://img.b2bpic.net/free-photo/serious-thoughtful-ice-queen-studio-shot_329181-6523.jpg", imageAlt: "Sophisticated model with an opulent bangle"},
|
||||
{
|
||||
id: "celeb-3",
|
||||
name: "Grand Bridal Set",
|
||||
price: "Price Upon Request",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-jewelry-makeup_23-2150738238.jpg",
|
||||
imageAlt: "Classy model showcasing a grand bridal set",
|
||||
},
|
||||
id: "celeb-3", name: "Grand Bridal Set", price: "Price Upon Request", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-wearing-jewelry-makeup_23-2150738238.jpg", imageAlt: "Classy model showcasing a grand bridal set"},
|
||||
{
|
||||
id: "celeb-4",
|
||||
name: "Modern Diamond Ring",
|
||||
price: "Price Upon Request",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-asian-model-studio-creative-art-makeup-wears-sun-cap-watching-camera-closeup-makeup-texture_633478-1879.jpg",
|
||||
imageAlt: "Stylish model with a modern diamond ring",
|
||||
},
|
||||
id: "celeb-4", name: "Modern Diamond Ring", price: "Price Upon Request", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-asian-model-studio-creative-art-makeup-wears-sun-cap-watching-camera-closeup-makeup-texture_633478-1879.jpg", imageAlt: "Stylish model with a modern diamond ring"},
|
||||
{
|
||||
id: "celeb-5",
|
||||
name: "Heritage Earrings",
|
||||
price: "Price Upon Request",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-33287.jpg",
|
||||
imageAlt: "Gorgeous model wearing heritage earrings",
|
||||
},
|
||||
id: "celeb-5", name: "Heritage Earrings", price: "Price Upon Request", imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-33287.jpg", imageAlt: "Gorgeous model wearing heritage earrings"},
|
||||
]}
|
||||
title="Exquisite Creations, Celebrated Style"
|
||||
description="Adorned by those who define elegance. Discover our featured collection, captivating hearts and minds alike."
|
||||
@@ -301,52 +184,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="collections" data-section="collections">
|
||||
<ProductCardThree
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "gold-necklace",
|
||||
name: "Gold Necklace Collection",
|
||||
price: "From $5,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-book_23-2149836444.jpg",
|
||||
imageAlt: "Traditional and modern gold necklace designs",
|
||||
},
|
||||
id: "gold-necklace", name: "Gold Necklace Collection", price: "From $5,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-book_23-2149836444.jpg", imageAlt: "Traditional and modern gold necklace designs"},
|
||||
{
|
||||
id: "bridal-collection",
|
||||
name: "Bridal Collection",
|
||||
price: "From $10,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-arms-with-red-bracelet-button-up-golden-wedding-suit_8353-767.jpg",
|
||||
imageAlt: "Exquisite wedding jewelry sets",
|
||||
},
|
||||
id: "bridal-collection", name: "Bridal Collection", price: "From $10,000", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-arms-with-red-bracelet-button-up-golden-wedding-suit_8353-767.jpg", imageAlt: "Exquisite wedding jewelry sets"},
|
||||
{
|
||||
id: "earrings-collection",
|
||||
name: "Earrings Collection",
|
||||
price: "From $800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-pumpkin_23-2147687066.jpg",
|
||||
imageAlt: "Jhumka, Studs, Drops, Chandbali earrings",
|
||||
},
|
||||
id: "earrings-collection", name: "Earrings Collection", price: "From $800", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-pumpkin_23-2147687066.jpg", imageAlt: "Jhumka, Studs, Drops, Chandbali earrings"},
|
||||
{
|
||||
id: "bangles-bracelets",
|
||||
name: "Bangles & Bracelets",
|
||||
price: "From $1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sexy-woman-tropical-garden-summer-vacation-thailand-slim-skinny-tanned-body-little-black-dress-with-lace-sensual-relaxed-holding-flower-hand-close-up-details_285396-6234.jpg",
|
||||
imageAlt: "Elegant gold and diamond bangles and bracelets",
|
||||
},
|
||||
id: "bangles-bracelets", name: "Bangles & Bracelets", price: "From $1,200", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sexy-woman-tropical-garden-summer-vacation-thailand-slim-skinny-tanned-body-little-black-dress-with-lace-sensual-relaxed-holding-flower-hand-close-up-details_285396-6234.jpg", imageAlt: "Elegant gold and diamond bangles and bracelets"},
|
||||
{
|
||||
id: "diamond-collection",
|
||||
name: "Diamond Collection",
|
||||
price: "From $2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-ring-bracelet_1303-11576.jpg",
|
||||
imageAlt: "Premium diamond jewelry",
|
||||
},
|
||||
id: "diamond-collection", name: "Diamond Collection", price: "From $2,500", imageSrc: "http://img.b2bpic.net/free-photo/wedding-ring-bracelet_1303-11576.jpg", imageAlt: "Premium diamond jewelry"},
|
||||
{
|
||||
id: "temple-jewelry",
|
||||
name: "Temple Jewelry",
|
||||
price: "From $3,000",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xevi1v",
|
||||
imageAlt: "South Indian heritage temple jewelry",
|
||||
},
|
||||
id: "temple-jewelry", name: "Temple Jewelry", price: "From $3,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xevi1v", imageAlt: "South Indian heritage temple jewelry"},
|
||||
]}
|
||||
title="Our Prestigious Collections"
|
||||
description="Explore a world of finely crafted gold, diamond, and heritage jewelry, each piece a testament to artistry and tradition."
|
||||
@@ -359,59 +213,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "UPI",
|
||||
description: "Instant and secure digital payments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/erupi-erupee-accepted-here-label-design-minimal-style_1017-45220.jpg",
|
||||
imageAlt: "UPI Payment",
|
||||
},
|
||||
title: "UPI", description: "Instant and secure digital payments.", imageSrc: "http://img.b2bpic.net/free-vector/erupi-erupee-accepted-here-label-design-minimal-style_1017-45220.jpg", imageAlt: "UPI Payment"},
|
||||
{
|
||||
title: "RTGS",
|
||||
description: "Real-time large value fund transfers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893826.jpg",
|
||||
imageAlt: "RTGS Payment",
|
||||
},
|
||||
title: "RTGS", description: "Real-time large value fund transfers.", imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893826.jpg", imageAlt: "RTGS Payment"},
|
||||
{
|
||||
title: "NEFT",
|
||||
description: "Nationwide electronic fund transfer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/online-payment-concept_24908-60023.jpg",
|
||||
imageAlt: "NEFT Payment",
|
||||
},
|
||||
title: "NEFT", description: "Nationwide electronic fund transfer.", imageSrc: "http://img.b2bpic.net/free-vector/online-payment-concept_24908-60023.jpg", imageAlt: "NEFT Payment"},
|
||||
{
|
||||
title: "Cash",
|
||||
description: "Traditional payment for your convenience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/euro-banknote-closeup-finance-concept-money-background_169016-59540.jpg",
|
||||
imageAlt: "Cash Payment",
|
||||
},
|
||||
title: "Cash", description: "Traditional payment for your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/euro-banknote-closeup-finance-concept-money-background_169016-59540.jpg", imageAlt: "Cash Payment"},
|
||||
{
|
||||
title: "Debit Card",
|
||||
description: "Direct payments from your bank account.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/credit-card-front-side_187299-39233.jpg",
|
||||
imageAlt: "Debit Card Payment",
|
||||
},
|
||||
title: "Debit Card", description: "Direct payments from your bank account.", imageSrc: "http://img.b2bpic.net/free-photo/credit-card-front-side_187299-39233.jpg", imageAlt: "Debit Card Payment"},
|
||||
{
|
||||
title: "Credit Card",
|
||||
description: "Flexible payment with major card networks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/credit-card-icon_1025-369.jpg",
|
||||
imageAlt: "Credit Card Payment",
|
||||
},
|
||||
title: "Credit Card", description: "Flexible payment with major card networks.", imageSrc: "http://img.b2bpic.net/free-vector/credit-card-icon_1025-369.jpg", imageAlt: "Credit Card Payment"},
|
||||
{
|
||||
title: "Net Banking",
|
||||
description: "Secure online banking transactions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-laptop-online-shopping-with-credit-card_23-2149087152.jpg",
|
||||
imageAlt: "Net Banking Payment",
|
||||
},
|
||||
title: "Net Banking", description: "Secure online banking transactions.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-laptop-online-shopping-with-credit-card_23-2149087152.jpg", imageAlt: "Net Banking Payment"},
|
||||
{
|
||||
title: "Online Wallets",
|
||||
description: "Pay with your preferred digital wallet.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hands-holding-smartphone-with-dollar-symbol_1262-15583.jpg",
|
||||
imageAlt: "Online Wallets Payment",
|
||||
},
|
||||
title: "Online Wallets", description: "Pay with your preferred digital wallet.", imageSrc: "http://img.b2bpic.net/free-vector/hands-holding-smartphone-with-dollar-symbol_1262-15583.jpg", imageAlt: "Online Wallets Payment"},
|
||||
{
|
||||
title: "Senco Gift Card",
|
||||
description: "Redeem your exclusive Senco Gift Cards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/credit-cards-gift-luxury-financial-payment-concept_187299-47955.jpg",
|
||||
imageAlt: "Senco Gift Card Payment",
|
||||
},
|
||||
title: "Senco Gift Card", description: "Redeem your exclusive Senco Gift Cards.", imageSrc: "http://img.b2bpic.net/free-photo/credit-cards-gift-luxury-financial-payment-concept_187299-47955.jpg", imageAlt: "Senco Gift Card Payment"},
|
||||
]}
|
||||
title="Flexible & Secure Payment Options"
|
||||
description="We accept a wide range of payment methods for your convenience and peace of mind, ensuring every transaction is smooth and secure. Trust badges and secure indicators are implicitly managed by the platform."
|
||||
@@ -424,45 +242,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Is your gold BIS Hallmarked?",
|
||||
content: "Yes, all our gold jewelry is 100% BIS Hallmarked, ensuring the highest standards of purity and authenticity.",
|
||||
},
|
||||
id: "faq-1", title: "Is your gold BIS Hallmarked?", content: "Yes, all our gold jewelry is 100% BIS Hallmarked, ensuring the highest standards of purity and authenticity."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you provide old gold exchange?",
|
||||
content: "Absolutely. We offer a transparent old gold exchange program with 0% deduction, providing you the best value.",
|
||||
},
|
||||
id: "faq-2", title: "Do you provide old gold exchange?", content: "Absolutely. We offer a transparent old gold exchange program with 0% deduction, providing you the best value."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you offer bridal collections?",
|
||||
content: "Yes, we have an exquisite Vivaah Collection, featuring a wide range of premium bridal jewelry sets for your special day.",
|
||||
},
|
||||
id: "faq-3", title: "Do you offer bridal collections?", content: "Yes, we have an exquisite Vivaah Collection, featuring a wide range of premium bridal jewelry sets for your special day."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What payment methods are accepted?",
|
||||
content: "We accept various payment options including UPI, Cash, Debit/Credit Cards, RTGS, NEFT, Online Wallets, and Senco Gift Cards.",
|
||||
},
|
||||
id: "faq-4", title: "What payment methods are accepted?", content: "We accept various payment options including UPI, Cash, Debit/Credit Cards, RTGS, NEFT, Online Wallets, and Senco Gift Cards."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Can I place custom jewelry orders?",
|
||||
content: "Yes, we offer custom jewelry design services to bring your unique vision to life. Please contact us for a consultation.",
|
||||
},
|
||||
id: "faq-5", title: "Can I place custom jewelry orders?", content: "Yes, we offer custom jewelry design services to bring your unique vision to life. Please contact us for a consultation."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Do you provide purity certificates?",
|
||||
content: "Yes, for every purchase of gold or diamond jewelry, we provide a valid purity certificate.",
|
||||
},
|
||||
id: "faq-6", title: "Do you provide purity certificates?", content: "Yes, for every purchase of gold or diamond jewelry, we provide a valid purity certificate."},
|
||||
{
|
||||
id: "faq-7",
|
||||
title: "What are your store timings?",
|
||||
content: "Our store is open Monday – Saturday: 10:00 AM – 8:00 PM, and Sunday: 10:00 AM – 6:00 PM.",
|
||||
},
|
||||
id: "faq-7", title: "What are your store timings?", content: "Our store is open Monday – Saturday: 10:00 AM – 8:00 PM, and Sunday: 10:00 AM – 6:00 PM."},
|
||||
{
|
||||
id: "faq-8",
|
||||
title: "Do you provide jewelry cleaning services?",
|
||||
content: "Yes, we offer professional jewelry cleaning and maintenance services to keep your precious pieces sparkling.",
|
||||
},
|
||||
id: "faq-8", title: "Do you provide jewelry cleaning services?", content: "Yes, we offer professional jewelry cleaning and maintenance services to keep your precious pieces sparkling."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our jewelry, services, and policies, ensuring complete clarity and peace of mind."
|
||||
@@ -475,41 +269,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ananya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-beautiful-dress_1098-21953.jpg",
|
||||
imageAlt: "Ananya Sharma, satisfied customer",
|
||||
},
|
||||
id: "1", name: "Ananya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-beautiful-dress_1098-21953.jpg", imageAlt: "Ananya Sharma, satisfied customer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rohan Kapoor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
|
||||
imageAlt: "Rohan Kapoor, delighted client",
|
||||
},
|
||||
id: "2", name: "Rohan Kapoor", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "Rohan Kapoor, delighted client"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Meera Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/no-problem-friend-charming-carefree-tender-blond-european-woman-silver-dress-show-okay-ok-gesture_1258-229069.jpg",
|
||||
imageAlt: "Meera Patel, happy with purchase",
|
||||
},
|
||||
id: "3", name: "Meera Patel", imageSrc: "http://img.b2bpic.net/free-photo/no-problem-friend-charming-carefree-tender-blond-european-woman-silver-dress-show-okay-ok-gesture_1258-229069.jpg", imageAlt: "Meera Patel, happy with purchase"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-holding-tablet_23-2149722599.jpg",
|
||||
imageAlt: "Vikram Singh, trusts our brand",
|
||||
},
|
||||
id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-holding-tablet_23-2149722599.jpg", imageAlt: "Vikram Singh, trusts our brand"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Priya Reddy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-business-idea_1098-17991.jpg",
|
||||
imageAlt: "Priya Reddy, praises our service",
|
||||
},
|
||||
id: "5", name: "Priya Reddy", imageSrc: "http://img.b2bpic.net/free-photo/explaining-business-idea_1098-17991.jpg", imageAlt: "Priya Reddy, praises our service"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Arjun Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-presenting-gift-box-attractive-happy-lady_23-2148016809.jpg",
|
||||
imageAlt: "Arjun Kumar, recommends us",
|
||||
},
|
||||
id: "6", name: "Arjun Kumar", imageSrc: "http://img.b2bpic.net/free-photo/guy-presenting-gift-box-attractive-happy-lady_23-2148016809.jpg", imageAlt: "Arjun Kumar, recommends us"},
|
||||
]}
|
||||
cardTitle="What Our Valued Clients Say"
|
||||
cardTag="Customer Stories"
|
||||
@@ -521,24 +291,17 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Experience Luxury In-Store"
|
||||
description="Discover our collections and speak with our experts at our exclusive showroom. We're here to assist you with personalized service.\n\nAddress: The Grandeur Emporium, 123 Royal Avenue, Diamond District, Metropolis, 10001\nBusiness Hours: Mon-Sat: 10 AM – 8 PM, Sun: 10 AM – 6 PM\nPhone: +1-123-456-7890 | Email: info@elegancejewels.com"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=The%20Grandeur%20Emporium%2C%20123%20Royal%20Avenue%2C%20Diamond%20District%2C%20Metropolis%2C%2010001",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=The%20Grandeur%20Emporium%2C%20123%20Royal%20Avenue%2C%20Diamond%20District%2C%20Metropolis%2C%2010001"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+11234567890",
|
||||
},
|
||||
text: "Call Us", href: "tel:+11234567890"},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/11234567890",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/11234567890"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -550,13 +313,9 @@ export default function LandingPage() {
|
||||
logoAlt="Elegance Jewels Logo"
|
||||
logoText="Elegance Jewels"
|
||||
leftLink={{
|
||||
text: "Quick Links",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Quick Links", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user