Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e313ce8b77 | |||
| 85eba71a1c | |||
| 44f370576d | |||
| 219be8954c | |||
| 06b79da7e6 | |||
| dcd5de0c77 | |||
| 36dd41c582 | |||
| c88ec27fdb | |||
| 04eeb585fe |
@@ -173,8 +173,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
title="Curated Luxury Collections"
|
||||
description="Explore our hand-picked selection of high-end items designed to inspire and delight, adding a touch of elegance to your everyday."
|
||||
title="Exquisite Collections: Elevate Your Lifestyle"
|
||||
description="Discover unparalleled craftsmanship and timeless design in our curated selection. Each piece is chosen for its exceptional quality and ability to transform your everyday into extraordinary."
|
||||
products={[
|
||||
{ id: "1", brand: "Aura Sounds", name: "Elegance Pro Headphones", price: "$499.00", rating: 5, reviewCount: "120 Reviews", imageSrc: resolveAsset("product-1")?.url, imageAlt: resolveAsset("product-1")?.alt },
|
||||
{ id: "2", brand: "Haute Leather", name: "Signature Tote Bag", price: "$899.00", rating: 5, reviewCount: "85 Reviews", imageSrc: resolveAsset("product-2")?.url, imageAlt: resolveAsset("product-2")?.alt },
|
||||
@@ -192,8 +192,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="Voices of Our Valued Customers"
|
||||
cardTag="Rave Reviews"
|
||||
cardTitle="Voices of Trust: What Our Patrons Say"
|
||||
cardTag="Authentic Experiences"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Eleanor V.", imageSrc: resolveAsset("testimonial-1")?.url, imageAlt: resolveAsset("testimonial-1")?.alt },
|
||||
{ id: "2", name: "Marcus R.", imageSrc: resolveAsset("testimonial-2")?.url, imageAlt: resolveAsset("testimonial-2")?.alt },
|
||||
@@ -208,8 +208,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Featured in Leading Publications"
|
||||
description="Our commitment to luxury and quality has earned us recognition and praise from top-tier lifestyle and fashion authorities."
|
||||
title="Acclaimed by Leading Luxury & Lifestyle Authorities"
|
||||
description="Our commitment to delivering unparalleled luxury and quality has earned us recognition and praise from prestigious publications and discerning critics worldwide."
|
||||
names={["Vogue Living", "GQ Style", "Luxury Insider", "Elite Lifestyle", "Design Journal", "The Style Edit", "Opulent Homes"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -221,16 +221,16 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{ id: "1", title: "What is Luxuria Finds?", content: "Luxuria Finds is an exclusive online destination for discerning customers seeking high-quality, curated luxury products from around the world, delivered directly to your door." },
|
||||
{ id: "2", title: "How does shipping work?", content: "We partner with premium logistics providers to ensure fast, secure, and trackable shipping for all orders. Delivery times vary by product and destination, but we prioritize efficiency and care." },
|
||||
{ id: "3", title: "What is your return policy?", content: "Your satisfaction is our priority. We offer a hassle-free return policy for eligible items within 30 days of purchase. Please refer to our detailed returns page for more information." },
|
||||
{ id: "4", title: "Are your products authentic?", content: "Absolutely. We guarantee the authenticity of every product we sell. We source directly from authorized distributors and reputable luxury brands to ensure genuine quality." }
|
||||
{ id: "1", title: "What is Luxuria Finds?", content: "Luxuria Finds is your exclusive online destination for discerning customers seeking high-quality, curated luxury products from around the world, delivered directly to your door. We ensure every purchase enriches your lifestyle with unparalleled craftsmanship and thoughtful curation." },
|
||||
{ id: "2", title: "How does shipping work?", content: "We partner with premium logistics providers to ensure fast, secure, and trackable shipping for all orders. Delivery times vary by product and destination, but we prioritize efficiency and white-glove care, providing estimated delivery at checkout." },
|
||||
{ id: "3", title: "What is your return policy?", content: "Your satisfaction is paramount. We offer a hassle-free return policy for eligible items within 30 days of purchase, ensuring a confident shopping experience. Please refer to our detailed returns page for full information." },
|
||||
{ id: "4", title: "Are your products authentic?", content: "Absolutely. We guarantee the authenticity of every product we sell. We source directly from authorized distributors and reputable luxury brands, ensuring genuine quality and peace of mind for our valued patrons." }
|
||||
]}
|
||||
imageSrc={resolveAsset("faq-customer-service")?.url}
|
||||
imageAlt={resolveAsset("faq-customer-service")?.alt}
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common inquiries about our products and services, ensuring a smooth and confident shopping experience."
|
||||
title="Your Journey with Luxuria Finds: Answers at Hand"
|
||||
description="Navigate your luxury shopping experience with confidence. Our comprehensive FAQ addresses common queries, ensuring clarity and peace of mind at every step."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -239,8 +239,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get in Touch with Our Concierge Team"
|
||||
description="Have a question or need assistance with an order? Our dedicated team is here to provide personalized support and ensure your experience is flawless."
|
||||
title="Connect with Our Private Concierge Service"
|
||||
description="Experience bespoke support. Whether you have an inquiry about a product, need assistance with an order, or seek personalized recommendations, our dedicated team is here to ensure your journey is seamless."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
@@ -252,7 +252,7 @@ export default function LandingPage() {
|
||||
imageAlt={resolveAsset("contact-luxury-desk")?.alt}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
buttonText="Send Personalized Inquiry"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -260,11 +260,11 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Luxuria Finds"
|
||||
columns={[
|
||||
{ title: "Shop", items: [{ label: "Collections", href: "#products" }, { label: "New Arrivals", href: "#" }, { label: "Best Sellers", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Mission", href: "#about" }, { label: "Press", href: "#social-proof" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }, { label: "Shipping & Returns", href: "#" }] }
|
||||
{ title: "Shop", items: [{ label: "Collections", href: "#products" }, { label: "New Arrivals", href: "#products" }, { label: "Best Sellers", href: "#products" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Mission", href: "#about" }, { label: "Press & Recognition", href: "#social-proof" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Our Team", href: "#contact" }, { label: "Shipping & Returns", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Luxuria Finds. All rights reserved."
|
||||
copyrightText="© 2024 Luxuria Finds. All rights reserved. Elevate Your Everyday."
|
||||
logoSrc={resolveAsset("logo-light")?.url}
|
||||
logoAlt={resolveAsset("logo-light")?.alt}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user