Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-11 10:27:34 +00:00

View File

@@ -33,30 +33,18 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
button={{ button={{
text: "Shop Now", text: "Shop Now", href: "#products"}}
href: "#products",
}}
logoSrc="http://img.b2bpic.net/free-photo/happy-new-year-2022-3d-render-transparent-psd-file_460848-6845.jpg" logoSrc="http://img.b2bpic.net/free-photo/happy-new-year-2022-3d-render-transparent-psd-file_460848-6845.jpg"
logoAlt="Elegance Emporium Logo" logoAlt="Elegance Emporium Logo"
brandName="Elegance Emporium" brandName="Elegance Emporium"
@@ -66,86 +54,55 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Discover Exquisite Style for Every Moment" title="Discover Exquisite Style for Every Moment"
description="Curated collections of premium products, designed to elevate your everyday. Experience elegance and quality with every purchase at Elegance Emporium." description="Curated collections of premium products, designed to elevate your everyday. Experience elegance and quality with every purchase at Elegance Emporium."
kpis={[ kpis={[
{ {
value: "1000+", value: "1000+", label: "Happy Customers"},
label: "Happy Customers",
},
{ {
value: "500+", value: "500+", label: "Unique Products"},
label: "Unique Products",
},
{ {
value: "100%", value: "100%", label: "Quality Guaranteed"},
label: "Quality Guaranteed",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ {
text: "Shop Now", text: "Shop Now", href: "#products"},
href: "#products",
},
{ {
text: "Learn More", text: "Learn More", href: "#about"},
href: "#about",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/empty-clothing-store-with-casual-formal-wear-items-retail-shop-with-stylish-clothes-hangers-racks-modern-boutique-inside-shopping-centre-fashionable-merchandise-sale_482257-63323.jpg" imageSrc="http://img.b2bpic.net/free-photo/empty-clothing-store-with-casual-formal-wear-items-retail-shop-with-stylish-clothes-hangers-racks-modern-boutique-inside-shopping-centre-fashionable-merchandise-sale_482257-63323.jpg"
imageAlt="Luxurious display of high-end products" imageAlt="Luxurious display of high-end products"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", src: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", alt: "Satisfied customer profile"},
alt: "Satisfied customer profile",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg", src: "http://img.b2bpic.net/free-photo/woman-with-coffee-cup-showing-thumb-up_23-2148055893.jpg", alt: "Happy customer testimonial"},
alt: "Happy customer testimonial",
},
{ {
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Client review portrait"},
alt: "Client review portrait",
},
{ {
src: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826969.jpg", src: "http://img.b2bpic.net/free-photo/business-people-working-together_23-2148826969.jpg", alt: "Professional customer"},
alt: "Professional customer",
},
{ {
src: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg", src: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg", alt: "Smiling customer"},
alt: "Smiling customer",
},
]} ]}
avatarText="Join our community of style enthusiasts!" avatarText="Join our community of style enthusiasts!"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Exquisite Quality", icon: Diamond,
text: "Exquisite Quality",
icon: Diamond,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Curated Collections", icon: Layers,
text: "Curated Collections",
icon: Layers,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Ethical Sourcing", icon: Leaf,
text: "Ethical Sourcing",
icon: Leaf,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Exceptional Service", icon: Award,
text: "Exceptional Service",
icon: Award,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Timeless Elegance", icon: Crown,
text: "Timeless Elegance",
icon: Crown,
}, },
]} ]}
/> />
@@ -158,19 +115,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Diamond, icon: Diamond,
label: "Premium Quality", label: "Premium Quality", value: "Handpicked Materials"},
value: "Handpicked Materials",
},
{ {
icon: Sparkles, icon: Sparkles,
label: "Exquisite Design", label: "Exquisite Design", value: "Artisan Craftsmanship"},
value: "Artisan Craftsmanship",
},
{ {
icon: Award, icon: Award,
label: "Customer Satisfaction", label: "Customer Satisfaction", value: "Guaranteed Excellence"},
value: "Guaranteed Excellence",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -183,29 +134,16 @@ export default function LandingPage() {
description="We meticulously select each item, ensuring superior materials and exquisite craftsmanship. Discover the difference true dedication makes in every piece from our collection." description="We meticulously select each item, ensuring superior materials and exquisite craftsmanship. Discover the difference true dedication makes in every piece from our collection."
accordionItems={[ accordionItems={[
{ {
id: "feature-1", id: "feature-1", title: "Handpicked Collections", content: "Every item in our store is carefully curated to meet the highest standards of style and quality, ensuring unique finds for discerning tastes."},
title: "Handpicked Collections",
content: "Every item in our store is carefully curated to meet the highest standards of style and quality, ensuring unique finds for discerning tastes.",
},
{ {
id: "feature-2", id: "feature-2", title: "Ethical Sourcing", content: "We partner with suppliers who uphold ethical labor practices and sustainable material sourcing, reflecting our commitment to responsibility."},
title: "Ethical Sourcing",
content: "We partner with suppliers who uphold ethical labor practices and sustainable material sourcing, reflecting our commitment to responsibility.",
},
{ {
id: "feature-3", id: "feature-3", title: "Sustainable Practices", content: "Our dedication extends to eco-friendly packaging and reduced environmental impact, contributing to a more sustainable future."},
title: "Sustainable Practices",
content: "Our dedication extends to eco-friendly packaging and reduced environmental impact, contributing to a more sustainable future.",
},
{ {
id: "feature-4", id: "feature-4", title: "Exceptional Support", content: "Our customer service team is dedicated to providing personalized assistance, ensuring a smooth and satisfying shopping journey from start to finish."},
title: "Exceptional Support",
content: "Our customer service team is dedicated to providing personalized assistance, ensuring a smooth and satisfying shopping journey from start to finish.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/overhead-view-water-droplets-white-brown-feather_23-2148114585.jpg" imageSrc="http://img.b2bpic.net/free-photo/overhead-view-water-droplets-white-brown-feather_23-2148114585.jpg"
imageAlt="Close-up of a handcrafted luxury product" imageAlt="Close-up of a handcrafted luxury product"
videoAriaLabel="Feature video illustrating craftsmanship"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -218,65 +156,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "product-1", id: "product-1", brand: "Timeless", name: "Classic Leather Handbag", price: "$299.00", rating: 5,
brand: "Timeless", reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/still-life-say-no-fast-fashion_23-2149669601.jpg", imageAlt: "Classic Leather Handbag"},
name: "Classic Leather Handbag",
price: "$299.00",
rating: 5,
reviewCount: "120 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-say-no-fast-fashion_23-2149669601.jpg",
imageAlt: "Classic Leather Handbag",
},
{ {
id: "product-2", id: "product-2", brand: "Lumina", name: "Ceramic Scented Candle", price: "$45.00", rating: 4.8,
brand: "Lumina", reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-natural-argan-product_23-2148955805.jpg", imageAlt: "Ceramic Scented Candle"},
name: "Ceramic Scented Candle",
price: "$45.00",
rating: 4.8,
reviewCount: "85 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-natural-argan-product_23-2148955805.jpg",
imageAlt: "Ceramic Scented Candle",
},
{ {
id: "product-3", id: "product-3", brand: "Artisan", name: "Hand-Carved Wooden Bowl", price: "$89.00", rating: 4.9,
brand: "Artisan", reviewCount: "60 reviews", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11195.jpg", imageAlt: "Hand-Carved Wooden Bowl"},
name: "Hand-Carved Wooden Bowl",
price: "$89.00",
rating: 4.9,
reviewCount: "60 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11195.jpg",
imageAlt: "Hand-Carved Wooden Bowl",
},
{ {
id: "product-4", id: "product-4", brand: "Serene", name: "Silk Embroidered Cushion", price: "$65.00", rating: 4.7,
brand: "Serene", reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-organic-soap-bars_23-2150533296.jpg", imageAlt: "Silk Embroidered Cushion"},
name: "Silk Embroidered Cushion",
price: "$65.00",
rating: 4.7,
reviewCount: "95 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-organic-soap-bars_23-2150533296.jpg",
imageAlt: "Silk Embroidered Cushion",
},
{ {
id: "product-5", id: "product-5", brand: "Aura", name: "Minimalist Gold Ring", price: "$150.00", rating: 5,
brand: "Aura", reviewCount: "110 reviews", imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-hair-clips_23-2149871680.jpg", imageAlt: "Minimalist Gold Ring"},
name: "Minimalist Gold Ring",
price: "$150.00",
rating: 5,
reviewCount: "110 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/silver-aesthetic-wallpaper-with-hair-clips_23-2149871680.jpg",
imageAlt: "Minimalist Gold Ring",
},
{ {
id: "product-6", id: "product-6", brand: "Veridian", name: "Botanical Room Diffuser", price: "$55.00", rating: 4.6,
brand: "Veridian", reviewCount: "75 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-piles-books_23-2147767718.jpg", imageAlt: "Botanical Room Diffuser"},
name: "Botanical Room Diffuser",
price: "$55.00",
rating: 4.6,
reviewCount: "75 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-piles-books_23-2147767718.jpg",
imageAlt: "Botanical Room Diffuser",
},
]} ]}
title="Our Featured Collections" title="Our Featured Collections"
description="Explore our handpicked selection of items, crafted with attention to detail and designed to enhance your lifestyle with timeless elegance." description="Explore our handpicked selection of items, crafted with attention to detail and designed to enhance your lifestyle with timeless elegance."
@@ -290,62 +186,30 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic", id: "basic", badge: "Standard", price: "$0 / month", subtitle: "Essential Access", buttons: [
badge: "Standard",
price: "$0 / month",
subtitle: "Essential Access",
buttons: [
{ {
text: "Sign Up", text: "Sign Up", href: "#"},
href: "#",
},
], ],
features: [ features: [
"Access to all collections", "Access to all collections", "Standard customer support", "Email newsletters", "Exclusive seasonal offers"],
"Standard customer support",
"Email newsletters",
"Exclusive seasonal offers",
],
}, },
{ {
id: "premium", id: "premium", badge: "Premium", badgeIcon: Crown,
badge: "Premium", price: "$19 / month", subtitle: "Enhanced Experience", buttons: [
badgeIcon: Crown,
price: "$19 / month",
subtitle: "Enhanced Experience",
buttons: [
{ {
text: "Choose Premium", text: "Choose Premium", href: "#"},
href: "#",
},
], ],
features: [ features: [
"All Standard features", "All Standard features", "Priority customer support", "Early access to new arrivals", "Birthday month discount", "Free shipping on all orders"],
"Priority customer support",
"Early access to new arrivals",
"Birthday month discount",
"Free shipping on all orders",
],
}, },
{ {
id: "vip", id: "vip", badge: "VIP", badgeIcon: Star,
badge: "VIP", price: "$49 / month", subtitle: "Ultimate Exclusivity", buttons: [
badgeIcon: Star,
price: "$49 / month",
subtitle: "Ultimate Exclusivity",
buttons: [
{ {
text: "Become VIP", text: "Become VIP", href: "#"},
href: "#",
},
], ],
features: [ features: [
"All Premium features", "All Premium features", "Dedicated personal shopper", "Exclusive VIP-only events", "Complimentary gift wrapping", "Annual luxury gift"],
"Dedicated personal shopper",
"Exclusive VIP-only events",
"Complimentary gift wrapping",
"Annual luxury gift",
],
}, },
]} ]}
title="Exclusive Membership Benefits" title="Exclusive Membership Benefits"
@@ -361,25 +225,15 @@ export default function LandingPage() {
author="Eleanor Vance, Loyal Customer" author="Eleanor Vance, Loyal Customer"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/close-up-shot-attractive-dark-skinned-girl-looks-joyfully_273609-28709.jpg", src: "http://img.b2bpic.net/free-photo/close-up-shot-attractive-dark-skinned-girl-looks-joyfully_273609-28709.jpg", alt: "Sarah Johnson"},
alt: "Sarah Johnson",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-pointing-with-index-figners-camera-happy-cheerful-smiling-broadly_141793-55370.jpg", src: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-pointing-with-index-figners-camera-happy-cheerful-smiling-broadly_141793-55370.jpg", alt: "Michael Chen"},
alt: "Michael Chen",
},
{ {
src: "http://img.b2bpic.net/free-photo/pretty-woman-white-blouse-looks-lace-table-brunette-lady-beige-shirt-pants-posing-designer-office_197531-27461.jpg", src: "http://img.b2bpic.net/free-photo/pretty-woman-white-blouse-looks-lace-table-brunette-lady-beige-shirt-pants-posing-designer-office_197531-27461.jpg", alt: "Emily Rodriguez"},
alt: "Emily Rodriguez",
},
{ {
src: "http://img.b2bpic.net/free-photo/closeup-content-mature-business-man-office_1262-2979.jpg", src: "http://img.b2bpic.net/free-photo/closeup-content-mature-business-man-office_1262-2979.jpg", alt: "David Kim"},
alt: "David Kim",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Jessica Lee"},
alt: "Jessica Lee",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -392,35 +246,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "faq-1", id: "faq-1", title: "What is your shipping policy?", content: "We offer worldwide shipping with various options. Standard shipping usually takes 5-7 business days, while express options are available for faster delivery. Please refer to our Shipping Policy page for more details."},
title: "What is your shipping policy?",
content: "We offer worldwide shipping with various options. Standard shipping usually takes 5-7 business days, while express options are available for faster delivery. Please refer to our Shipping Policy page for more details.",
},
{ {
id: "faq-2", id: "faq-2", title: "How do I return or exchange an item?", content: "Returns and exchanges are accepted within 30 days of purchase, provided the item is unused and in its original packaging. Simply visit our Returns Center or contact customer support to initiate the process."},
title: "How do I return or exchange an item?",
content: "Returns and exchanges are accepted within 30 days of purchase, provided the item is unused and in its original packaging. Simply visit our Returns Center or contact customer support to initiate the process.",
},
{ {
id: "faq-3", id: "faq-3", title: "Do you offer international shipping?", content: "Yes, we proudly offer international shipping to a wide range of countries. Shipping costs and delivery times may vary based on your location. Customs duties and taxes may apply."},
title: "Do you offer international shipping?",
content: "Yes, we proudly offer international shipping to a wide range of countries. Shipping costs and delivery times may vary based on your location. Customs duties and taxes may apply.",
},
{ {
id: "faq-4", id: "faq-4", title: "How can I track my order?", content: "Once your order is shipped, you will receive a confirmation email with a tracking number and a link to monitor its journey. You can also log into your account to check your order status."},
title: "How can I track my order?",
content: "Once your order is shipped, you will receive a confirmation email with a tracking number and a link to monitor its journey. You can also log into your account to check your order status.",
},
{ {
id: "faq-5", id: "faq-5", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, Amex), PayPal, and other secure payment gateways. All transactions are encrypted for your security."},
title: "What payment methods do you accept?",
content: "We accept all major credit cards (Visa, Mastercard, Amex), PayPal, and other secure payment gateways. All transactions are encrypted for your security.",
},
{ {
id: "faq-6", id: "faq-6", title: "Do you offer gift cards?", content: "Yes, digital gift cards are available for purchase in various denominations. They make the perfect gift for any occasion and are delivered instantly via email."},
title: "Do you offer gift cards?",
content: "Yes, digital gift cards are available for purchase in various denominations. They make the perfect gift for any occasion and are delivered instantly via email.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find answers to common questions about our products, shipping, returns, and more. We're here to make your experience as smooth as possible." description="Find answers to common questions about our products, shipping, returns, and more. We're here to make your experience as smooth as possible."
@@ -432,16 +268,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Connect With Us" tag="Connect With Us"
title="Have a Question? We're Here to Help" title="Have a Question? We're Here to Help"
description="Reach out to our dedicated customer support team for personalized assistance. We're committed to ensuring your complete satisfaction with every aspect of your shopping experience." description="Reach out to our dedicated customer support team for personalized assistance. We're committed to ensuring your complete satisfaction with every aspect of your shopping experience."
buttons={[ buttons={[
{ {
text: "Get in Touch", text: "Get in Touch", href: "mailto:support@eleganceemporium.com"},
href: "mailto:support@eleganceemporium.com",
},
]} ]}
/> />
</div> </div>
@@ -454,61 +287,37 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Shop", label: "Shop", href: "#"},
href: "#",
},
{ {
label: "All Products", label: "All Products", href: "#products"},
href: "#products",
},
{ {
label: "New Arrivals", label: "New Arrivals", href: "#products"},
href: "#products",
},
{ {
label: "Best Sellers", label: "Best Sellers", href: "#products"},
href: "#products",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Company", label: "Company", href: "#"},
href: "#",
},
{ {
label: "Our Story", label: "Our Story", href: "#about"},
href: "#about",
},
{ {
label: "Memberships", label: "Memberships", href: "#pricing"},
href: "#pricing",
},
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Support", label: "Support", href: "#"},
href: "#",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Shipping & Returns", label: "Shipping & Returns", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}