Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 04:17:57 +00:00

View File

@@ -36,7 +36,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Get Started", href: "#cta"}}
text: "Get Started", href: "#cta"
}}
/>
</div>
@@ -53,17 +54,23 @@ export default function LandingPage() {
]}
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=1", imageAlt: "Premium Product 1"},
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 1"
},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=2", imageAlt: "Premium Product 2"},
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 2"
},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=3", imageAlt: "Premium Product 3"},
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 3"
},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=4", imageAlt: "Premium Product 4"},
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 4"
},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=5", imageAlt: "Premium Product 5"},
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 5"
},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=6", imageAlt: "Premium Product 6"},
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium Product 6"
},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -76,7 +83,8 @@ export default function LandingPage() {
description="Join thousands of discerning customers who have chosen our premium offerings"
tag="Featured In"
names={[
"Vogue", "The Times", "Forbes", "Luxury Magazine", "Elite Daily", "Prestige"]}
"Vogue", "The Times", "Forbes", "Luxury Magazine", "Elite Daily", "Prestige"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -90,13 +98,17 @@ export default function LandingPage() {
description="We believe luxury is not about excess—it's about excellence in every detail"
features={[
{
id: "benefit-1", title: "Premium Quality", description: "Handcrafted with the finest materials and attention to detail", tag: "Craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186734.jpg", imageAlt: "Premium Quality Materials"},
id: "benefit-1", title: "Premium Quality", description: "Handcrafted with the finest materials and attention to detail", tag: "Craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186734.jpg", imageAlt: "Premium Quality Materials"
},
{
id: "benefit-2", title: "Effortless Experience", description: "Seamless ordering, discreet shipping, and white-glove service", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-valet-holding-key_23-2149901404.jpg", imageAlt: "Effortless Customer Experience"},
id: "benefit-2", title: "Effortless Experience", description: "Seamless ordering, discreet shipping, and white-glove service", tag: "Service", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-valet-holding-key_23-2149901404.jpg", imageAlt: "Effortless Customer Experience"
},
{
id: "benefit-3", title: "Trusted by Customers", description: "Join a community of satisfied clients who value exclusivity", tag: "Loyalty", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-with-thumbs-up-medium-shot_23-2149008932.jpg", imageAlt: "Customer Trust and Loyalty"},
id: "benefit-3", title: "Trusted by Customers", description: "Join a community of satisfied clients who value exclusivity", tag: "Loyalty", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-with-thumbs-up-medium-shot_23-2149008932.jpg", imageAlt: "Customer Trust and Loyalty"
},
{
id: "benefit-4", title: "Exceptional Support", description: "Dedicated customer success team available to assist 24/7", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-service-representative-using-computer-while-communicating-with-clients-online_637285-6679.jpg", imageAlt: "Premium Customer Support"},
id: "benefit-4", title: "Exceptional Support", description: "Dedicated customer success team available to assist 24/7", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-service-representative-using-computer-while-communicating-with-clients-online_637285-6679.jpg", imageAlt: "Premium Customer Support"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -111,11 +123,14 @@ export default function LandingPage() {
tag="Exclusively Available"
products={[
{
id: "product-1", name: "The Iconic Elegance", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=1", imageAlt: "Iconic Elegance Premium Item"},
id: "product-1", name: "The Iconic Elegance", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Iconic Elegance Premium Item"
},
{
id: "product-2", name: "Timeless Sophistication", price: "$1,750", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=2", imageAlt: "Timeless Sophistication Premium Item"},
id: "product-2", name: "Timeless Sophistication", price: "$1,750", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Timeless Sophistication Premium Item"
},
{
id: "product-3", name: "Modern Luxury", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=3", imageAlt: "Modern Luxury Premium Item"},
id: "product-3", name: "Modern Luxury", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Modern Luxury Premium Item"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -131,11 +146,14 @@ export default function LandingPage() {
description="Three elegant steps to experience luxury"
metrics={[
{
id: "step-1", value: "Step 1", title: "Select", description: "Browse our curated collection and choose your preferred piece", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31458.jpg", imageAlt: "Selection Process"},
id: "step-1", value: "Step 1", title: "Select", description: "Browse our curated collection and choose your preferred piece", imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-shopping-bags_1157-31458.jpg", imageAlt: "Selection Process"
},
{
id: "step-2", value: "Step 2", title: "Customize", description: "Personalize your selection with our bespoke customization options", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-clothing-designer_23-2150762226.jpg", imageAlt: "Customization Process"},
id: "step-2", value: "Step 2", title: "Customize", description: "Personalize your selection with our bespoke customization options", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-clothing-designer_23-2150762226.jpg", imageAlt: "Customization Process"
},
{
id: "step-3", value: "Step 3", title: "Enjoy", description: "Receive your exclusive piece and experience premium satisfaction", imageSrc: "http://img.b2bpic.net/free-photo/with-cheerful-rebellious-attitude-joking-sticking-tongue-out_1194-413868.jpg", imageAlt: "Delivery and Enjoyment"},
id: "step-3", value: "Step 3", title: "Enjoy", description: "Receive your exclusive piece and experience premium satisfaction", imageSrc: "http://img.b2bpic.net/free-photo/with-cheerful-rebellious-attitude-joking-sticking-tongue-out_1194-413868.jpg", imageAlt: "Delivery and Enjoyment"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -147,17 +165,21 @@ export default function LandingPage() {
<TestimonialCardTwelve
cardTitle="Over 50,000 satisfied customers trust us to deliver exceptional luxury experiences"
cardTag="See what our clients say"
cardAnimation="entrance-slide"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "testimonial-1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1", imageAlt: "Sarah Johnson"},
id: "testimonial-1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Sarah Johnson"
},
{
id: "testimonial-2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=2", imageAlt: "Michael Chen"},
id: "testimonial-2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Michael Chen"
},
{
id: "testimonial-3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=3", imageAlt: "Emma Davis"},
id: "testimonial-3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Emma Davis"
},
{
id: "testimonial-4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Wilson"},
id: "testimonial-4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Wilson"
},
]}
/>
</div>
@@ -167,17 +189,22 @@ export default function LandingPage() {
ctaTitle="Upgrade Your Experience Today"
ctaDescription="Join our exclusive community of luxury enthusiasts. Begin your journey toward timeless elegance and exceptional quality."
ctaButton={{
text: "Start Now", href: "#contact"}}
text: "Start Now", href: "#contact"
}}
ctaIcon={ArrowRight}
faqs={[
{
id: "faq-1", title: "What is your return policy?", content: "We offer a 60-day satisfaction guarantee on all purchases. If you're not completely satisfied, we'll arrange a full refund or exchange with complimentary return shipping."},
id: "faq-1", title: "What is your return policy?", content: "We offer a 60-day satisfaction guarantee on all purchases. If you're not completely satisfied, we'll arrange a full refund or exchange with complimentary return shipping."
},
{
id: "faq-2", title: "How long does shipping take?", content: "Premium items ship within 3-5 business days via our secure courier service. International orders arrive within 10-14 business days. We provide tracking for every shipment."},
id: "faq-2", title: "How long does shipping take?", content: "Premium items ship within 3-5 business days via our secure courier service. International orders arrive within 10-14 business days. We provide tracking for every shipment."
},
{
id: "faq-3", title: "Do you offer customization?", content: "Yes. We offer bespoke customization services for our signature collection. Contact our concierge team to discuss your specific requirements and preferences."},
id: "faq-3", title: "Do you offer customization?", content: "Yes. We offer bespoke customization services for our signature collection. Contact our concierge team to discuss your specific requirements and preferences."
},
{
id: "faq-4", title: "Is there a membership program?", content: "Our exclusive VIP membership offers early access to limited editions, personalized styling consultations, and special pricing on select items."},
id: "faq-4", title: "Is there a membership program?", content: "Our exclusive VIP membership offers early access to limited editions, personalized styling consultations, and special pricing on select items."
},
]}
useInvertedBackground={false}
animationType="slide-up"