Merge version_1 into main #2
364
src/app/page.tsx
364
src/app/page.tsx
@@ -34,21 +34,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Story", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Aura Gems"
|
||||
/>
|
||||
@@ -58,102 +50,54 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Timeless Elegance, Crafted for You."
|
||||
description="Discover our exquisite collection of handcrafted jewelry, designed to illuminate your most precious moments."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sophia L.",
|
||||
handle: "@sophia.gems",
|
||||
testimonial: "The craftsmanship is unparalleled. My ring is stunning.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-462.jpg?_wi=1",
|
||||
imageAlt: "elegant diamond jewelry professional lighting",
|
||||
},
|
||||
name: "Sophia L.", handle: "@sophia.gems", testimonial: "The craftsmanship is unparalleled. My ring is stunning.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-462.jpg", imageAlt: "elegant diamond jewelry professional lighting"},
|
||||
{
|
||||
name: "Julian D.",
|
||||
handle: "@julian.lux",
|
||||
testimonial: "Absolutely beautiful pieces. Truly unique designs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-shop-with-equipment_23-2150914228.jpg?_wi=1",
|
||||
imageAlt: "elegant diamond jewelry professional lighting",
|
||||
},
|
||||
name: "Julian D.", handle: "@julian.lux", testimonial: "Absolutely beautiful pieces. Truly unique designs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-shop-with-equipment_23-2150914228.jpg", imageAlt: "elegant diamond jewelry professional lighting"},
|
||||
{
|
||||
name: "Elena M.",
|
||||
handle: "@elena.styles",
|
||||
testimonial: "Perfect gift for my anniversary. She loved it!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931447.jpg?_wi=1",
|
||||
imageAlt: "elegant diamond jewelry professional lighting",
|
||||
},
|
||||
name: "Elena M.", handle: "@elena.styles", testimonial: "Perfect gift for my anniversary. She loved it!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931447.jpg", imageAlt: "elegant diamond jewelry professional lighting"},
|
||||
{
|
||||
name: "Marcus R.",
|
||||
handle: "@marcus.collections",
|
||||
testimonial: "Superior quality that lasts a lifetime. Recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-male-holding-charm-necklace-with-silver-pendant-black-cord_181624-20034.jpg?_wi=1",
|
||||
imageAlt: "elegant diamond jewelry professional lighting",
|
||||
},
|
||||
name: "Marcus R.", handle: "@marcus.collections", testimonial: "Superior quality that lasts a lifetime. Recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-male-holding-charm-necklace-with-silver-pendant-black-cord_181624-20034.jpg", imageAlt: "elegant diamond jewelry professional lighting"},
|
||||
{
|
||||
name: "Chloe B.",
|
||||
handle: "@chloe.fine",
|
||||
testimonial: "Excellent service and gorgeous quality jewelry.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-skinned-smiling-woman-with-bushy-hairdo-holds-cup-coffee-espresso-sits-against-cafe-interior_273609-3188.jpg?_wi=1",
|
||||
imageAlt: "elegant diamond jewelry professional lighting",
|
||||
},
|
||||
name: "Chloe B.", handle: "@chloe.fine", testimonial: "Excellent service and gorgeous quality jewelry.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-skinned-smiling-woman-with-bushy-hairdo-holds-cup-coffee-espresso-sits-against-cafe-interior_273609-3188.jpg", imageAlt: "elegant diamond jewelry professional lighting"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-462.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-462.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-jewelry-closeup-bracelet-pendant-elegance_1400-28.jpg",
|
||||
alt: "fashion jewelry closeup",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-jewelry-closeup-bracelet-pendant-elegance_1400-28.jpg", alt: "fashion jewelry closeup"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/worried-ice-queen-snow-queen_329181-6527.jpg",
|
||||
alt: "ice queen concept",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/worried-ice-queen-snow-queen_329181-6527.jpg", alt: "ice queen concept"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hand-with-long-black-nails_23-2147680269.jpg",
|
||||
alt: "hand with black nails",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hand-with-long-black-nails_23-2147680269.jpg", alt: "hand with black nails"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-object-background-elegant-gift-glass_1400-26.jpg",
|
||||
alt: "elegant gift glass",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-object-background-elegant-gift-glass_1400-26.jpg", alt: "elegant gift glass"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/jewelry-maker-working-alone-atelier_23-2149025952.jpg",
|
||||
alt: "jewelry atelier background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/jewelry-maker-working-alone-atelier_23-2149025952.jpg", alt: "jewelry atelier background"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Ethically Sourced",
|
||||
},
|
||||
type: "text", text: "Ethically Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Master Craftsmanship",
|
||||
},
|
||||
type: "text", text: "Master Craftsmanship"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Timeless Design",
|
||||
},
|
||||
type: "text", text: "Timeless Design"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Lifetime Quality",
|
||||
},
|
||||
type: "text", text: "Lifetime Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Shipping",
|
||||
},
|
||||
type: "text", text: "Global Shipping"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,7 +109,7 @@ export default function LandingPage() {
|
||||
title="Legacy of Craftsmanship"
|
||||
description="Aura Gems was born from a passion for timeless beauty and precision engineering."
|
||||
subdescription="Every piece is carefully curated to reflect elegance and personal meaning."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jeweler-working-shop-with-equipment_23-2150914228.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jeweler-working-shop-with-equipment_23-2150914228.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
icon={Diamond}
|
||||
/>
|
||||
@@ -178,76 +122,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Ethical Sourcing",
|
||||
description: "We only use conflict-free materials.",
|
||||
items: [
|
||||
title: "Ethical Sourcing", description: "We only use conflict-free materials.", items: [
|
||||
{
|
||||
text: "100% Certified",
|
||||
icon: CheckCircle,
|
||||
text: "100% Certified", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
text: "Transparent Origin",
|
||||
icon: Shield,
|
||||
text: "Transparent Origin", icon: Shield,
|
||||
},
|
||||
{
|
||||
text: "Sustainable",
|
||||
icon: Leaf,
|
||||
text: "Sustainable", icon: Leaf,
|
||||
},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931447.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-s-hands-making-jewellery_23-2150931447.jpg"},
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-462.jpg?_wi=3",
|
||||
imageAlt: "high quality jewelry inspection",
|
||||
},
|
||||
{
|
||||
title: "Expert Artistry",
|
||||
description: "Master goldsmiths craft every detail.",
|
||||
items: [
|
||||
title: "Expert Artistry", description: "Master goldsmiths craft every detail.", items: [
|
||||
{
|
||||
text: "Hand-finished",
|
||||
icon: Award,
|
||||
text: "Hand-finished", icon: Award,
|
||||
},
|
||||
{
|
||||
text: "Precision Tooling",
|
||||
icon: Zap,
|
||||
text: "Precision Tooling", icon: Zap,
|
||||
},
|
||||
{
|
||||
text: "Modern Techniques",
|
||||
icon: Diamond,
|
||||
text: "Modern Techniques", icon: Diamond,
|
||||
},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-various-precious-stones_23-2148643245.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-various-precious-stones_23-2148643245.jpg"},
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-shop-with-equipment_23-2150914228.jpg?_wi=3",
|
||||
imageAlt: "high quality jewelry inspection",
|
||||
},
|
||||
{
|
||||
title: "Lifetime Warranty",
|
||||
description: "Your investment is protected forever.",
|
||||
items: [
|
||||
title: "Lifetime Warranty", description: "Your investment is protected forever.", items: [
|
||||
{
|
||||
text: "24/7 Support",
|
||||
icon: Clock,
|
||||
text: "24/7 Support", icon: Clock,
|
||||
},
|
||||
{
|
||||
text: "Free Cleaning",
|
||||
icon: Sparkles,
|
||||
text: "Free Cleaning", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
text: "Full Protection",
|
||||
icon: Lock,
|
||||
text: "Full Protection", icon: Lock,
|
||||
},
|
||||
],
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-with-liquid-leaks_23-2148253669.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-with-liquid-leaks_23-2148253669.jpg"},
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-male-holding-charm-necklace-with-silver-pendant-black-cord_181624-20034.jpg?_wi=2",
|
||||
imageAlt: "high quality jewelry inspection",
|
||||
},
|
||||
]}
|
||||
title="Why Aura Gems?"
|
||||
@@ -263,41 +183,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ethereal Ring",
|
||||
price: "$1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-male-holding-charm-necklace-with-silver-pendant-black-cord_181624-20034.jpg?_wi=3",
|
||||
},
|
||||
id: "p1", name: "Ethereal Ring", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-male-holding-charm-necklace-with-silver-pendant-black-cord_181624-20034.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Midnight Earrings",
|
||||
price: "$850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shiny-gold-necklace-with-gemstone-drop-pendant-generated-by-ai_188544-14019.jpg",
|
||||
},
|
||||
id: "p2", name: "Midnight Earrings", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/shiny-gold-necklace-with-gemstone-drop-pendant-generated-by-ai_188544-14019.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Luminous Pendant",
|
||||
price: "$1,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347030.jpg",
|
||||
},
|
||||
id: "p3", name: "Luminous Pendant", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347030.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Celestial Pendant",
|
||||
price: "$1,100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509251.jpg",
|
||||
},
|
||||
id: "p4", name: "Celestial Pendant", price: "$1,100", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509251.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Grace Bracelet",
|
||||
price: "$900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509268.jpg",
|
||||
},
|
||||
id: "p5", name: "Grace Bracelet", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-engagement-ring-with-diamonds_23-2149509268.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Regal Ring",
|
||||
price: "$1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-female-wearing-beautiful-silver-necklace-with-pendant_181624-15490.jpg",
|
||||
},
|
||||
id: "p6", name: "Regal Ring", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-female-wearing-beautiful-silver-necklace-with-pendant_181624-15490.jpg"},
|
||||
]}
|
||||
title="Signature Collection"
|
||||
description="Explore our curated selection of fine jewelry."
|
||||
@@ -311,54 +207,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "silver",
|
||||
badge: "Silver",
|
||||
price: "Free",
|
||||
subtitle: "Community Access",
|
||||
buttons: [
|
||||
id: "silver", badge: "Silver", price: "Free", subtitle: "Community Access", buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Join Now", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Early access to sales",
|
||||
"Monthly newsletter",
|
||||
],
|
||||
"Early access to sales", "Monthly newsletter"],
|
||||
},
|
||||
{
|
||||
id: "gold",
|
||||
badge: "Gold",
|
||||
price: "$199/yr",
|
||||
subtitle: "Priority Access",
|
||||
buttons: [
|
||||
id: "gold", badge: "Gold", price: "$199/yr", subtitle: "Priority Access", buttons: [
|
||||
{
|
||||
text: "Subscribe",
|
||||
href: "#",
|
||||
},
|
||||
text: "Subscribe", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Complimentary cleaning",
|
||||
"Custom design consultations",
|
||||
"VIP member events",
|
||||
],
|
||||
"Complimentary cleaning", "Custom design consultations", "VIP member events"],
|
||||
},
|
||||
{
|
||||
id: "platinum",
|
||||
badge: "Platinum",
|
||||
price: "$499/yr",
|
||||
subtitle: "Elite Concierge",
|
||||
buttons: [
|
||||
id: "platinum", badge: "Platinum", price: "$499/yr", subtitle: "Elite Concierge", buttons: [
|
||||
{
|
||||
text: "Subscribe",
|
||||
href: "#",
|
||||
},
|
||||
text: "Subscribe", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Private showroom visits",
|
||||
"Custom bespoke design",
|
||||
"Priority worldwide shipping",
|
||||
],
|
||||
"Private showroom visits", "Custom bespoke design", "Priority worldwide shipping"],
|
||||
},
|
||||
]}
|
||||
title="Membership Tiers"
|
||||
@@ -373,31 +243,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15K+",
|
||||
title: "Happy Customers",
|
||||
items: [
|
||||
"Global shipping",
|
||||
"Trusted brand",
|
||||
],
|
||||
id: "m1", value: "15K+", title: "Happy Customers", items: [
|
||||
"Global shipping", "Trusted brand"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Unique Designs",
|
||||
items: [
|
||||
"Handcrafted jewelry",
|
||||
"Exquisite quality",
|
||||
],
|
||||
id: "m2", value: "500+", title: "Unique Designs", items: [
|
||||
"Handcrafted jewelry", "Exquisite quality"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Artisanal tradition",
|
||||
"Master artisans",
|
||||
],
|
||||
id: "m3", value: "20", title: "Years Experience", items: [
|
||||
"Artisanal tradition", "Master artisans"],
|
||||
},
|
||||
]}
|
||||
title="By The Numbers"
|
||||
@@ -413,45 +268,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice W.",
|
||||
role: "Collector",
|
||||
company: "FineArts",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-skinned-smiling-woman-with-bushy-hairdo-holds-cup-coffee-espresso-sits-against-cafe-interior_273609-3188.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", name: "Alice W.", role: "Collector", company: "FineArts", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-skinned-smiling-woman-with-bushy-hairdo-holds-cup-coffee-espresso-sits-against-cafe-interior_273609-3188.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob K.",
|
||||
role: "Client",
|
||||
company: "Consulting",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-women-enjoy-shopping-with-shopping-bag-credit-card_1150-13948.jpg",
|
||||
},
|
||||
id: "t2", name: "Bob K.", role: "Client", company: "Consulting", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-women-enjoy-shopping-with-shopping-bag-credit-card_1150-13948.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Carla S.",
|
||||
role: "Advocate",
|
||||
company: "Designs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-short-hair-brunette-woman-with-chain-neck-accessories-green-lace-lingerie-outside-villa_343596-397.jpg",
|
||||
},
|
||||
id: "t3", name: "Carla S.", role: "Advocate", company: "Designs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-short-hair-brunette-woman-with-chain-neck-accessories-green-lace-lingerie-outside-villa_343596-397.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David L.",
|
||||
role: "Client",
|
||||
company: "Investments",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoor-portrait-adorable-charming-brunette-with-red-lips-posing-camera-city-lovely-cute-lady-resting-outdoors_291650-2648.jpg",
|
||||
},
|
||||
id: "t4", name: "David L.", role: "Client", company: "Investments", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoor-portrait-adorable-charming-brunette-with-red-lips-posing-camera-city-lovely-cute-lady-resting-outdoors_291650-2648.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emma H.",
|
||||
role: "Enthusiast",
|
||||
company: "Lifestyle",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-surface-office-audience_78826-2391.jpg",
|
||||
},
|
||||
id: "t5", name: "Emma H.", role: "Enthusiast", company: "Lifestyle", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-surface-office-audience_78826-2391.jpg"},
|
||||
]}
|
||||
title="Collector Experiences"
|
||||
description="See why our customers love our pieces."
|
||||
@@ -464,20 +294,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I care for my jewelry?",
|
||||
content: "Clean with a soft cloth and store in the provided velvet pouch.",
|
||||
},
|
||||
id: "f1", title: "How do I care for my jewelry?", content: "Clean with a soft cloth and store in the provided velvet pouch."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I request custom designs?",
|
||||
content: "Yes, please book a consultation via our contact page.",
|
||||
},
|
||||
id: "f2", title: "Can I request custom designs?", content: "Yes, please book a consultation via our contact page."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer worldwide shipping?",
|
||||
content: "Yes, we ship to over 50 countries globally.",
|
||||
},
|
||||
id: "f3", title: "Do you offer worldwide shipping?", content: "Yes, we ship to over 50 countries globally."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Have questions? We have the answers."
|
||||
@@ -489,16 +310,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Inquiry"
|
||||
title="Start Your Story"
|
||||
description="Let us craft a masterpiece just for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -509,37 +327,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Care Guide",
|
||||
href: "#",
|
||||
},
|
||||
label: "Care Guide", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Collection",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Collection", href: "#products"},
|
||||
{
|
||||
label: "Consultations",
|
||||
href: "#",
|
||||
},
|
||||
label: "Consultations", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user