Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| baba03e641 | |||
| cea03846f8 |
294
src/app/page.tsx
294
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Collections",
|
name: "Collections", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Laxmi Jewellers"
|
brandName="Laxmi Jewellers"
|
||||||
/>
|
/>
|
||||||
@@ -59,74 +51,39 @@ export default function LandingPage() {
|
|||||||
description="Experience the artistry of Laxmi Jewellers. Exquisite collections designed for life’s most cherished moments."
|
description="Experience the artistry of Laxmi Jewellers. Exquisite collections designed for life’s most cherished moments."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Anita R.",
|
name: "Anita R.", handle: "@anitaroy", testimonial: "The best place for authentic gold jewelry. Exquisite quality!", rating: 5,
|
||||||
handle: "@anitaroy",
|
imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145983.jpg?_wi=1", imageAlt: "luxury gold jewelry showcase elegant"},
|
||||||
testimonial: "The best place for authentic gold jewelry. Exquisite quality!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145983.jpg?_wi=1",
|
|
||||||
imageAlt: "luxury gold jewelry showcase elegant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Priya S.",
|
name: "Priya S.", handle: "@priyas", testimonial: "Unmatched designs. Every piece feels like a masterpiece.", rating: 5,
|
||||||
handle: "@priyas",
|
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931425.jpg?_wi=1", imageAlt: "luxury gold jewelry showcase elegant"},
|
||||||
testimonial: "Unmatched designs. Every piece feels like a masterpiece.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931425.jpg?_wi=1",
|
|
||||||
imageAlt: "luxury gold jewelry showcase elegant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sunita K.",
|
name: "Sunita K.", handle: "@sunitak", testimonial: "Customer service is fantastic. Highly recommended.", rating: 5,
|
||||||
handle: "@sunitak",
|
imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-still-life-design_23-2149246340.jpg?_wi=1", imageAlt: "luxury gold jewelry showcase elegant"},
|
||||||
testimonial: "Customer service is fantastic. Highly recommended.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-still-life-design_23-2149246340.jpg?_wi=1",
|
|
||||||
imageAlt: "luxury gold jewelry showcase elegant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Rajesh M.",
|
name: "Rajesh M.", handle: "@rajeshm", testimonial: "Beautiful craftsmanship, trusted for generations.", rating: 5,
|
||||||
handle: "@rajeshm",
|
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635281.jpg?_wi=1", imageAlt: "luxury gold jewelry showcase elegant"},
|
||||||
testimonial: "Beautiful craftsmanship, trusted for generations.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635281.jpg?_wi=1",
|
|
||||||
imageAlt: "luxury gold jewelry showcase elegant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Meera D.",
|
name: "Meera D.", handle: "@meerad", testimonial: "Perfect shopping experience for my wedding jewellery.", rating: 5,
|
||||||
handle: "@meerad",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-bride-posing-against-window-hotel-room_1153-6031.jpg?_wi=1", imageAlt: "luxury gold jewelry showcase elegant"},
|
||||||
testimonial: "Perfect shopping experience for my wedding jewellery.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-bride-posing-against-window-hotel-room_1153-6031.jpg?_wi=1",
|
|
||||||
imageAlt: "luxury gold jewelry showcase elegant",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Collections",
|
text: "Explore Collections", href: "#products"},
|
||||||
href: "#products",
|
{
|
||||||
},
|
text: "View Jewelry Guide", href: "/jewelry-guide"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145983.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145983.jpg?_wi=2"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/elegant-stylish-girls-street-with-shopping-bags_1157-28126.jpg",
|
src: "http://img.b2bpic.net/free-photo/elegant-stylish-girls-street-with-shopping-bags_1157-28126.jpg", alt: "Elegant and stylish girls in the street with shopping bags"},
|
||||||
alt: "Elegant and stylish girls in the street with shopping bags",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-short-hair-brunette-woman-with-chain-neck-accessories-green-lace-lingerie-outside-villa_343596-400.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-short-hair-brunette-woman-with-chain-neck-accessories-green-lace-lingerie-outside-villa_343596-400.jpg", alt: "Portrait of short hair brunette woman with chain on neck accessories in green lace lingerie outside villa"},
|
||||||
alt: "Portrait of short hair brunette woman with chain on neck accessories in green lace lingerie outside villa",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623388.jpg",
|
src: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623388.jpg", alt: "Women shopping and buying consumer products for customer day celebration"},
|
||||||
alt: "Women shopping and buying consumer products for customer day celebration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-hipster-woman-trendy-summer-black-dress-sexy-carefree-woman-posing-near-wall-brunette-model-with-makeup-hairstyle-sitting-chair_158538-1865.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-hipster-woman-trendy-summer-black-dress-sexy-carefree-woman-posing-near-wall-brunette-model-with-makeup-hairstyle-sitting-chair_158538-1865.jpg", alt: "Portrait of young beautiful hipster woman in trendy summer black dress. Sexy carefree woman posing near wall."},
|
||||||
alt: "Portrait of young beautiful hipster woman in trendy summer black dress. Sexy carefree woman posing near wall.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/studio-shot-elegant-girl-black-outfit-isolated-pink-background-graceful-caucasian-lady-posing-head-scarf_197531-25895.jpg",
|
src: "http://img.b2bpic.net/free-photo/studio-shot-elegant-girl-black-outfit-isolated-pink-background-graceful-caucasian-lady-posing-head-scarf_197531-25895.jpg", alt: "Studio shot of elegant girl in black outfit isolated on pink background"},
|
||||||
alt: "Studio shot of elegant girl in black outfit isolated on pink background",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -138,17 +95,11 @@ export default function LandingPage() {
|
|||||||
description="For years, Laxmi Jewellers has been a hallmark of purity and trust. We blend traditional heritage with contemporary design to deliver jewelry that resonates with your personal style."
|
description="For years, Laxmi Jewellers has been a hallmark of purity and trust. We blend traditional heritage with contemporary design to deliver jewelry that resonates with your personal style."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "40+",
|
value: "40+", title: "Years Experience"},
|
||||||
title: "Years Experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "10k+",
|
value: "10k+", title: "Happy Clients"},
|
||||||
title: "Happy Clients",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", title: "Certified Purity"},
|
||||||
title: "Certified Purity",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931425.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931425.jpg?_wi=2"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -162,32 +113,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Wedding Luxury", tags: [
|
||||||
title: "Wedding Luxury",
|
"Bridal", "Gold"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-still-life-design_23-2149246340.jpg?_wi=2"},
|
||||||
"Bridal",
|
|
||||||
"Gold",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-still-life-design_23-2149246340.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Traditional Heritage", tags: [
|
||||||
title: "Traditional Heritage",
|
"Classic", "Ornamental"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635281.jpg?_wi=2"},
|
||||||
"Classic",
|
|
||||||
"Ornamental",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635281.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Modern Fine Jewelry", tags: [
|
||||||
title: "Modern Fine Jewelry",
|
"Daily-wear", "Minimal"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-bride-posing-against-window-hotel-room_1153-6031.jpg?_wi=2"},
|
||||||
"Daily-wear",
|
|
||||||
"Minimal",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-bride-posing-against-window-hotel-room_1153-6031.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Collections"
|
title="Our Signature Collections"
|
||||||
description="Each collection is meticulously curated to embody beauty, precision, and luxury."
|
description="Each collection is meticulously curated to embody beauty, precision, and luxury."
|
||||||
@@ -202,41 +138,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Golden Bangle", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chains-leaves_23-2149836464.jpg"},
|
||||||
name: "Golden Bangle",
|
|
||||||
price: "$850",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chains-leaves_23-2149836464.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Diamond Pendant", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/side-view-sterling-silver-bracelets-with-diamonds-black-wall_140725-12841.jpg"},
|
||||||
name: "Diamond Pendant",
|
|
||||||
price: "$1,200",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-sterling-silver-bracelets-with-diamonds-black-wall_140725-12841.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Floral Gold Ring", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409252.jpg"},
|
||||||
name: "Floral Gold Ring",
|
|
||||||
price: "$450",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409252.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Traditional Earrings", price: "$600", imageSrc: "http://img.b2bpic.net/free-photo/assortment-dry-tea-golden-vintage-mini-plates-tea-types_114579-8085.jpg"},
|
||||||
name: "Traditional Earrings",
|
|
||||||
price: "$600",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-dry-tea-golden-vintage-mini-plates-tea-types_114579-8085.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Bridal Necklace Set", price: "$3,500", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg"},
|
||||||
name: "Bridal Necklace Set",
|
|
||||||
price: "$3,500",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Gemstone Ring", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/jewels-sparkle-golden-wedding-rings-lying-leather_8353-763.jpg"},
|
||||||
name: "Gemstone Ring",
|
|
||||||
price: "$950",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/jewels-sparkle-golden-wedding-rings-lying-leather_8353-763.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Jewelry Highlights"
|
title="Jewelry Highlights"
|
||||||
description="Discover our latest arrivals and timeless treasures."
|
description="Discover our latest arrivals and timeless treasures."
|
||||||
@@ -249,60 +161,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Sarah W.", date: "Jan 2024", title: "Exceptional Service", quote: "My go-to jeweler for every special occasion.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-blonde-caucasian-stylish-woman-french-cap-white-blazer_343596-2296.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145983.jpg?_wi=3", imageAlt: "elegant woman smiling luxury jewelry"},
|
||||||
name: "Sarah W.",
|
|
||||||
date: "Jan 2024",
|
|
||||||
title: "Exceptional Service",
|
|
||||||
quote: "My go-to jeweler for every special occasion.",
|
|
||||||
tag: "Verified",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-blonde-caucasian-stylish-woman-french-cap-white-blazer_343596-2296.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145983.jpg?_wi=3",
|
|
||||||
imageAlt: "elegant woman smiling luxury jewelry",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "John D.", date: "Dec 2023", title: "Stunning Designs", quote: "Craftsmanship that truly stands out.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-calm-young-caucasian-brunette-girl-with-bob-haircut-looks-away-wears-black-shiny-clothes_197531-31426.jpg", imageSrc: "http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931425.jpg?_wi=3", imageAlt: "elegant woman smiling luxury jewelry"},
|
||||||
name: "John D.",
|
|
||||||
date: "Dec 2023",
|
|
||||||
title: "Stunning Designs",
|
|
||||||
quote: "Craftsmanship that truly stands out.",
|
|
||||||
tag: "Verified",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-calm-young-caucasian-brunette-girl-with-bob-haircut-looks-away-wears-black-shiny-clothes_197531-31426.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931425.jpg?_wi=3",
|
|
||||||
imageAlt: "elegant woman smiling luxury jewelry",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Maria L.", date: "Nov 2023", title: "Timeless Pieces", quote: "I love the quality and attention to detail.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400863.jpg", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-still-life-design_23-2149246340.jpg?_wi=3", imageAlt: "elegant woman smiling luxury jewelry"},
|
||||||
name: "Maria L.",
|
|
||||||
date: "Nov 2023",
|
|
||||||
title: "Timeless Pieces",
|
|
||||||
quote: "I love the quality and attention to detail.",
|
|
||||||
tag: "Verified",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400863.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-still-life-design_23-2149246340.jpg?_wi=3",
|
|
||||||
imageAlt: "elegant woman smiling luxury jewelry",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "David B.", date: "Oct 2023", title: "Trusted Expert", quote: "Honest pricing and beautiful collections.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021814.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635281.jpg?_wi=3", imageAlt: "elegant woman smiling luxury jewelry"},
|
||||||
name: "David B.",
|
|
||||||
date: "Oct 2023",
|
|
||||||
title: "Trusted Expert",
|
|
||||||
quote: "Honest pricing and beautiful collections.",
|
|
||||||
tag: "Verified",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021814.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635281.jpg?_wi=3",
|
|
||||||
imageAlt: "elegant woman smiling luxury jewelry",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Elena C.", date: "Sep 2023", title: "Elegant Jewelry", quote: "The shopping experience was flawless.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-short-hair-brunette-woman-with-chain-neck-accessories-green-lace-lingerie-outside-villa_343596-397.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-bride-posing-against-window-hotel-room_1153-6031.jpg?_wi=3", imageAlt: "elegant woman smiling luxury jewelry"},
|
||||||
name: "Elena C.",
|
|
||||||
date: "Sep 2023",
|
|
||||||
title: "Elegant Jewelry",
|
|
||||||
quote: "The shopping experience was flawless.",
|
|
||||||
tag: "Verified",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-short-hair-brunette-woman-with-chain-neck-accessories-green-lace-lingerie-outside-villa_343596-397.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-bride-posing-against-window-hotel-room_1153-6031.jpg?_wi=3",
|
|
||||||
imageAlt: "elegant woman smiling luxury jewelry",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Client Stories"
|
title="Client Stories"
|
||||||
description="Hear from our wonderful community of patrons."
|
description="Hear from our wonderful community of patrons."
|
||||||
@@ -317,25 +184,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "100+", title: "Designs", description: "Handcrafted patterns available.", icon: Sparkles,
|
||||||
value: "100+",
|
|
||||||
title: "Designs",
|
|
||||||
description: "Handcrafted patterns available.",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "24k", title: "Gold Purity", description: "Guaranteed quality and hallmarked.", icon: Shield,
|
||||||
value: "24k",
|
|
||||||
title: "Gold Purity",
|
|
||||||
description: "Guaranteed quality and hallmarked.",
|
|
||||||
icon: Shield,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "98%", title: "Retention", description: "Clients return for every occasion.", icon: Star,
|
||||||
value: "98%",
|
|
||||||
title: "Retention",
|
|
||||||
description: "Clients return for every occasion.",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="By the Numbers"
|
title="By the Numbers"
|
||||||
@@ -349,20 +204,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Do you offer hallmarking?", content: "Yes, all our gold jewelry comes with a hallmarked certificate of purity."},
|
||||||
title: "Do you offer hallmarking?",
|
|
||||||
content: "Yes, all our gold jewelry comes with a hallmarked certificate of purity.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Can I request custom designs?", content: "Absolutely! Contact us to discuss your custom vision and requirements."},
|
||||||
title: "Can I request custom designs?",
|
|
||||||
content: "Absolutely! Contact us to discuss your custom vision and requirements.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "What is your return policy?", content: "We offer a fair return policy within 7 days for unworn items with original receipts."},
|
||||||
title: "What is your return policy?",
|
|
||||||
content: "We offer a fair return policy within 7 days for unworn items with original receipts.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914176.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914176.jpg"
|
||||||
title="Questions Answered"
|
title="Questions Answered"
|
||||||
@@ -375,8 +221,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
tag="Contact"
|
tag="Contact"
|
||||||
title="Get In Touch"
|
title="Get In Touch"
|
||||||
description="Visit our showroom or reach out for inquiries."
|
description="Visit our showroom or reach out for inquiries."
|
||||||
@@ -387,42 +232,27 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Use",
|
label: "Terms of Use", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -433,4 +263,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user