Merge version_1 into main #1
@@ -52,7 +52,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Explore Now", href: "#products"}}
|
||||
text: "Explore Now", href: "#products"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,16 +90,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Vintage Gold Necklace", price: "$24.99", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-shot-pieces-expensive-golden-jewelry-store_181624-33812.jpg", imageAlt: "Vintage gold necklace", initialQuantity: 1,
|
||||
id: "1", name: "Vintage Gold Necklace", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pieces-expensive-golden-jewelry-store_181624-33812.jpg", imageAlt: "Vintage gold necklace", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Crystal Bracelet Set", price: "$18.99", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-shot-woman-hands-red-manicure-two-rings-wearing-beige-suit-yellow-cute-dried-flower-pocket_343596-3230.jpg", imageAlt: "Crystal bracelet set", initialQuantity: 1,
|
||||
id: "2", name: "Crystal Bracelet Set", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/close-shot-woman-hands-red-manicure-two-rings-wearing-beige-suit-yellow-cute-dried-flower-pocket_343596-3230.jpg", imageAlt: "Crystal bracelet set", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Pearl Drop Earrings", price: "$14.99", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-woman-holding-hearts_23-2148370006.jpg", imageAlt: "Pearl drop earrings", initialQuantity: 1,
|
||||
id: "3", name: "Pearl Drop Earrings", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-hearts_23-2148370006.jpg", imageAlt: "Pearl drop earrings", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -127,20 +125,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Premium Quality", description:
|
||||
"Meticulously crafted with attention to detail and durability"},
|
||||
title: "Premium Quality", description: "Meticulously crafted with attention to detail and durability"
|
||||
},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Affordable Luxury", description:
|
||||
"High-end designs at prices that won't empty your wallet"},
|
||||
title: "Affordable Luxury", description: "High-end designs at prices that won't empty your wallet"
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Trendy Styles", description:
|
||||
"Stay fashionable with our latest seasonal collections"},
|
||||
title: "Trendy Styles", description: "Stay fashionable with our latest seasonal collections"
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Guaranteed Satisfaction", description:
|
||||
"30-day money-back guarantee on all purchases"},
|
||||
title: "Guaranteed Satisfaction", description: "30-day money-back guarantee on all purchases"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -162,17 +160,20 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "$15", subtitle: "Perfect for jewellery lovers", features: [
|
||||
"Access to basic collection", "Standard shipping", "Customer support"],
|
||||
"Access to basic collection", "Standard shipping", "Customer support"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Premium", badgeIcon: Star,
|
||||
price: "$39", subtitle: "Our most popular choice", features: [
|
||||
"Full collection access", "Free shipping on all orders", "Priority customer support", "Exclusive member discounts"],
|
||||
"Full collection access", "Free shipping on all orders", "Priority customer support", "Exclusive member discounts"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", badge: "Luxury", badgeIcon: Crown,
|
||||
price: "$99", subtitle: "For the true collector", features: [
|
||||
"Unlimited collection access", "Priority international shipping", "Personal styling consultant", "VIP event invitations", "Lifetime warranty"],
|
||||
"Unlimited collection access", "Priority international shipping", "Personal styling consultant", "VIP event invitations", "Lifetime warranty"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -188,13 +189,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-african-businesswoman-near-window-eyes-closed_171337-16073.jpg", alt: "Customer 1"},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-african-businesswoman-near-window-eyes-closed_171337-16073.jpg", alt: "Customer 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-woman-choosing-outfit-shop_23-2147786808.jpg", alt: "Customer 2"},
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-woman-choosing-outfit-shop_23-2147786808.jpg", alt: "Customer 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-joyful-front-view_176474-109578.jpg", alt: "Customer 3"},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-joyful-front-view_176474-109578.jpg", alt: "Customer 3"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Customer 4"},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Customer 4"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -208,10 +213,12 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names=[
|
||||
"Vogue", "Harper's Bazaar", "Elle", "Glamour", "Cosmopolitan", "Allure", "InStyle", "Bazaar"]
|
||||
names={[
|
||||
"Vogue", "Harper's Bazaar", "Elle", "Glamour", "Cosmopolitan", "Allure", "InStyle", "Bazaar"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-psd/fashion-template-design_23-2151238679.jpg", "http://img.b2bpic.net/free-vector/flat-world-book-day-labels-collection_23-2149297686.jpg", "http://img.b2bpic.net/free-vector/wedding-monograms-pastel-colors_23-2148393376.jpg", "http://img.b2bpic.net/free-vector/creative-elegant-fashion-logo_23-2148568453.jpg", "http://img.b2bpic.net/free-vector/70s-style-self-positive-message-lettering_52683-30166.jpg", "http://img.b2bpic.net/free-psd/flat-design-beauty-poster-template_23-2151148429.jpg", "http://img.b2bpic.net/free-vector/doodle-elegant-fashion-blog-post_23-2148891204.jpg", "http://img.b2bpic.net/free-vector/fashion-logo-template_23-2150529214.jpg"]}
|
||||
"http://img.b2bpic.net/free-psd/fashion-template-design_23-2151238679.jpg", "http://img.b2bpic.net/free-vector/flat-world-book-day-labels-collection_23-2149297686.jpg", "http://img.b2bpic.net/free-vector/wedding-monograms-pastel-colors_23-2148393376.jpg", "http://img.b2bpic.net/free-vector/creative-elegant-fashion-logo_23-2148568453.jpg", "http://img.b2bpic.net/free-vector/70s-style-self-positive-message-lettering_52683-30166.jpg", "http://img.b2bpic.net/free-psd/flat-design-beauty-poster-template_23-2151148429.jpg", "http://img.b2bpic.net/free-vector/doodle-elegant-fashion-blog-post_23-2148891204.jpg", "http://img.b2bpic.net/free-vector/fashion-logo-template_23-2150529214.jpg"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -229,23 +236,23 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Are your jewellery pieces waterproof?", content:
|
||||
"Most of our artificial jewellery pieces are water-resistant, but we recommend removing them before swimming or showering to extend their lifespan. For detailed care instructions, refer to the product description."},
|
||||
id: "1", title: "Are your jewellery pieces waterproof?", content: "Most of our artificial jewellery pieces are water-resistant, but we recommend removing them before swimming or showering to extend their lifespan. For detailed care instructions, refer to the product description."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How long does delivery take?", content:
|
||||
"Standard delivery typically takes 5-7 business days. We also offer express shipping for 2-3 business days. International orders may take 10-14 business days depending on your location."},
|
||||
id: "2", title: "How long does delivery take?", content: "Standard delivery typically takes 5-7 business days. We also offer express shipping for 2-3 business days. International orders may take 10-14 business days depending on your location."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you offer returns or exchanges?", content:
|
||||
"Yes! We offer a 30-day money-back guarantee on all purchases. If you're not satisfied, simply contact our support team for a hassle-free return or exchange."},
|
||||
id: "3", title: "Do you offer returns or exchanges?", content: "Yes! We offer a 30-day money-back guarantee on all purchases. If you're not satisfied, simply contact our support team for a hassle-free return or exchange."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Will the pieces tarnish or fade?", content:
|
||||
"Our artificial jewellery is crafted to resist tarnishing and fading. However, with proper care and storage in a dry place, your pieces will maintain their shine for years."},
|
||||
id: "4", title: "Will the pieces tarnish or fade?", content: "Our artificial jewellery is crafted to resist tarnishing and fading. However, with proper care and storage in a dry place, your pieces will maintain their shine for years."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Are your items hypoallergenic?", content:
|
||||
"Many of our pieces are hypoallergenic, but sensitivities vary. We recommend checking the product description for material details or contacting our support team if you have specific concerns."},
|
||||
id: "5", title: "Are your items hypoallergenic?", content: "Many of our pieces are hypoallergenic, but sensitivities vary. We recommend checking the product description for material details or contacting our support team if you have specific concerns."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Do you have a size guide?", content:
|
||||
"Yes, we provide detailed size guides for all our products. Check the product page for measurements and fitting information. If you need assistance, our customer support team is happy to help."},
|
||||
id: "6", title: "Do you have a size guide?", content: "Yes, we provide detailed size guides for all our products. Check the product page for measurements and fitting information. If you need assistance, our customer support team is happy to help."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -269,9 +276,11 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Lumina Jewels"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
text: "Privacy Policy", href: "#"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
text: "Terms of Service", href: "#"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user