Update src/app/page.tsx

This commit is contained in:
2026-06-03 13:52:34 +00:00
parent 5c60a700f9
commit 5ff5c8d155

View File

@@ -34,33 +34,19 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/20-onsolid-glyph-shopping-solid-glyph-icon-pack-like-shopping-online-shop-shop-ecommerce_1142-24155.jpg"
logoAlt="Luxuria Bazaar Logo"
@@ -72,112 +58,60 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Discover Exquisite Collections"
description="Curated luxury watches, phones, clothing, and home electronics delivered to your doorstep. Experience unparalleled quality and sophisticated design."
testimonials={[
{
name: "Olivia Smith",
handle: "@olivia.s",
testimonial: "Luxuria Bazaar has redefined my shopping experience. Every item is a masterpiece.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-model-has-gone-shopping_23-2147645045.jpg?_wi=1",
imageAlt: "Olivia Smith",
},
name: "Olivia Smith", handle: "@olivia.s", testimonial: "Luxuria Bazaar has redefined my shopping experience. Every item is a masterpiece.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-model-has-gone-shopping_23-2147645045.jpg", imageAlt: "Olivia Smith"},
{
name: "Ethan Johnson",
handle: "@ethan.j",
testimonial: "The selection is unmatched, and the service is truly world-class. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-lifting-up-shopping-bags_23-2148316604.jpg",
imageAlt: "Ethan Johnson",
},
name: "Ethan Johnson", handle: "@ethan.j", testimonial: "The selection is unmatched, and the service is truly world-class. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-lifting-up-shopping-bags_23-2148316604.jpg", imageAlt: "Ethan Johnson"},
{
name: "Sophia Lee",
handle: "@sophia.l",
testimonial: "From watches to home tech, Luxuria Bazaar delivers luxury and reliability every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367134.jpg",
imageAlt: "Sophia Lee",
},
name: "Sophia Lee", handle: "@sophia.l", testimonial: "From watches to home tech, Luxuria Bazaar delivers luxury and reliability every time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367134.jpg", imageAlt: "Sophia Lee"},
{
name: "Liam Brown",
handle: "@liam.b",
testimonial: "I'm consistently impressed by the unique and high-quality products available here.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/green-check-mark-gold-circle_84443-94487.jpg",
imageAlt: "Liam Brown",
},
name: "Liam Brown", handle: "@liam.b", testimonial: "I'm consistently impressed by the unique and high-quality products available here.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/green-check-mark-gold-circle_84443-94487.jpg", imageAlt: "Liam Brown"},
{
name: "Ava Garcia",
handle: "@ava.g",
testimonial: "A truly premium shopping destination. The attention to detail is remarkable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-girls-street-with-shopping-bags_1157-28126.jpg",
imageAlt: "Ava Garcia",
},
name: "Ava Garcia", handle: "@ava.g", testimonial: "A truly premium shopping destination. The attention to detail is remarkable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-girls-street-with-shopping-bags_1157-28126.jpg", imageAlt: "Ava Garcia"},
]}
buttons={[
{
text: "Explore Collections",
href: "#products",
},
text: "Explore Collections", href: "#products"},
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "#about"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/global-business-meeting-webpage_53876-94827.jpg",
alt: "User 1",
},
src: "http://img.b2bpic.net/free-photo/global-business-meeting-webpage_53876-94827.jpg", alt: "User 1"},
{
src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134256.jpg",
alt: "User 2",
},
src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134256.jpg", alt: "User 2"},
{
src: "http://img.b2bpic.net/free-photo/businessman-with-icons-floating-around-his-finger_1134-260.jpg",
alt: "User 3",
},
src: "http://img.b2bpic.net/free-photo/businessman-with-icons-floating-around-his-finger_1134-260.jpg", alt: "User 3"},
{
src: "http://img.b2bpic.net/free-photo/laptop-with-illuminated-message-icon_1134-306.jpg",
alt: "User 4",
},
src: "http://img.b2bpic.net/free-photo/laptop-with-illuminated-message-icon_1134-306.jpg", alt: "User 4"},
{
src: "http://img.b2bpic.net/free-photo/worker-with-laptop-three-applications_1134-309.jpg",
alt: "Worker with laptop",
},
src: "http://img.b2bpic.net/free-photo/worker-with-laptop-three-applications_1134-309.jpg", alt: "Worker with laptop"},
]}
avatarText="Join our community of luxury enthusiasts"
imageSrc="http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347090.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347090.jpg"
imageAlt="Collection of luxury products: watch, phone, and clothing"
marqueeItems={[
{
type: "text-icon",
text: "Quality Assured",
icon: ShieldCheck,
type: "text-icon", text: "Quality Assured", icon: ShieldCheck,
},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/online-shopping-25-solid-glyph-icon-pack-including-trust-location-shopping-delivery-online_1142-21430.jpg",
alt: "Online Shopping Icon",
type: "image", src: "http://img.b2bpic.net/free-vector/online-shopping-25-solid-glyph-icon-pack-including-trust-location-shopping-delivery-online_1142-21430.jpg", alt: "Online Shopping Icon"},
{
type: "text-icon", text: "Global Delivery", icon: Truck,
},
{
type: "text-icon",
text: "Global Delivery",
icon: Truck,
},
type: "image", src: "http://img.b2bpic.net/free-vector/20-shopping-commerce-blue-color-icon-presentation-vector-icons-illustration_1142-17829.jpg", alt: "Shopping And Commerce Icon"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/20-shopping-commerce-blue-color-icon-presentation-vector-icons-illustration_1142-17829.jpg",
alt: "Shopping And Commerce Icon",
},
{
type: "text-icon",
text: "24/7 Support",
icon: Headphones,
type: "text-icon", text: "24/7 Support", icon: Headphones,
},
]}
/>
@@ -200,46 +134,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Unrivaled Quality Selection",
description: "Every item at Luxuria Bazaar is hand-picked for its superior craftsmanship, durable materials, and exceptional design. We ensure only the best reaches your hands.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241140.jpg",
imageAlt: "Luxury watch close-up",
},
title: "Unrivaled Quality Selection", description: "Every item at Luxuria Bazaar is hand-picked for its superior craftsmanship, durable materials, and exceptional design. We ensure only the best reaches your hands.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241140.jpg", imageAlt: "Luxury watch close-up"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg",
imageAlt: "Premium smartphone display",
},
imageSrc: "http://img.b2bpic.net/free-vector/20-onsolid-glyph-shopping-solid-glyph-icon-pack-like-shopping-online-shop-shop-ecommerce_1142-24155.jpg",
imageAlt: "luxury watch on wrist elegant",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg", imageAlt: "Premium smartphone display"},
imageAlt: "luxury watch on wrist elegant"
},
{
title: "Diverse Premium Categories",
description: "Explore an extensive range of luxury items, from cutting-edge electronics to exclusive fashion apparel and sophisticated home essentials, all in one place.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shirt-shop_1303-19863.jpg",
imageAlt: "Designer clothing display",
},
title: "Diverse Premium Categories", description: "Explore an extensive range of luxury items, from cutting-edge electronics to exclusive fashion apparel and sophisticated home essentials, all in one place.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shirt-shop_1303-19863.jpg", imageAlt: "Designer clothing display"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736802.jpg",
imageAlt: "Elegant home electronics setup",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-items_23-2150347090.jpg?_wi=2",
imageAlt: "luxury watch on wrist elegant",
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736802.jpg", imageAlt: "Elegant home electronics setup"},
imageAlt: "luxury watch on wrist elegant"
},
{
title: "Seamless Global Shopping",
description: "Enjoy a hassle-free shopping experience with secure payment options, fast worldwide shipping, and a dedicated customer support team ready to assist you.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-cardboard-box_23-2149445747.jpg",
imageAlt: "Global shipping package",
},
title: "Seamless Global Shopping", description: "Enjoy a hassle-free shopping experience with secure payment options, fast worldwide shipping, and a dedicated customer support team ready to assist you.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-cardboard-box_23-2149445747.jpg", imageAlt: "Global shipping package"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273757.jpg",
imageAlt: "Customer support person",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-model-has-gone-shopping_23-2147645045.jpg?_wi=2",
imageAlt: "luxury watch on wrist elegant",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-shopping-together_23-2149273757.jpg", imageAlt: "Customer support person"},
imageAlt: "luxury watch on wrist elegant"
},
]}
showStepNumbers={true}
@@ -256,53 +169,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "prod-1",
name: "Zenith Chronograph",
price: "$7,500",
variant: "Rose Gold Edition",
imageSrc: "http://img.b2bpic.net/free-photo/metal-pieces-close-up-background_23-2148882603.jpg",
imageAlt: "Luxury Automatic Watch",
},
id: "prod-1", name: "Zenith Chronograph", price: "$7,500", variant: "Rose Gold Edition", imageSrc: "http://img.b2bpic.net/free-photo/metal-pieces-close-up-background_23-2148882603.jpg", imageAlt: "Luxury Automatic Watch"},
{
id: "prod-2",
name: "Aura X Pro",
price: "$1,199",
variant: "Midnight Black",
imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033610.jpg",
imageAlt: "Premium Smartphone Aura X Pro",
},
id: "prod-2", name: "Aura X Pro", price: "$1,199", variant: "Midnight Black", imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033610.jpg", imageAlt: "Premium Smartphone Aura X Pro"},
{
id: "prod-3",
name: "Opulence Silk Gown",
price: "$2,200",
variant: "Emerald Green",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-mannequin-standing-modern-boutique-window-generated-by-ai_188544-34107.jpg",
imageAlt: "Designer Silk Gown",
},
id: "prod-3", name: "Opulence Silk Gown", price: "$2,200", variant: "Emerald Green", imageSrc: "http://img.b2bpic.net/free-photo/elegant-mannequin-standing-modern-boutique-window-generated-by-ai_188544-34107.jpg", imageAlt: "Designer Silk Gown"},
{
id: "prod-4",
name: "Harmonia Smart Hub",
price: "$349",
variant: "Lunar Silver",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2148994134.jpg",
imageAlt: "Smart Home Hub",
},
id: "prod-4", name: "Harmonia Smart Hub", price: "$349", variant: "Lunar Silver", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2148994134.jpg", imageAlt: "Smart Home Hub"},
{
id: "prod-5",
name: "Minimalist Horizon",
price: "$450",
variant: "Leather Strap",
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-time-his-wrist-watch_78826-2326.jpg",
imageAlt: "Minimalist Wristwatch",
},
id: "prod-5", name: "Minimalist Horizon", price: "$450", variant: "Leather Strap", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-time-his-wrist-watch_78826-2326.jpg", imageAlt: "Minimalist Wristwatch"},
{
id: "prod-6",
name: "Sonic Aura Elite",
price: "$599",
variant: "Graphite Grey",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-headphones-outdoor_624325-1848.jpg",
imageAlt: "Premium Wireless Headphones",
},
id: "prod-6", name: "Sonic Aura Elite", price: "$599", variant: "Graphite Grey", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-headphones-outdoor_624325-1848.jpg", imageAlt: "Premium Wireless Headphones"},
]}
title="Our Exclusive Product Range"
description="Explore a diverse selection of premium items, from luxury watches to smart home devices, all crafted for discerning tastes and a sophisticated lifestyle."
@@ -316,58 +193,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic-membership",
title: "Silver Tier Membership",
price: "$99",
period: "/year",
features: [
"Early access to new collections",
"Exclusive member discounts",
"Priority customer support",
],
id: "basic-membership", title: "Silver Tier Membership", price: "$99", period: "/year", features: [
"Early access to new collections", "Exclusive member discounts", "Priority customer support"],
button: {
text: "Join Now",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/using-credit-card_23-2151918475.jpg",
imageAlt: "Silver Tier Membership card",
},
text: "Join Now", href: "#"},
imageSrc: "http://img.b2bpic.net/free-photo/using-credit-card_23-2151918475.jpg", imageAlt: "Silver Tier Membership card"},
{
id: "premium-membership",
title: "Gold Tier Membership",
price: "$299",
period: "/year",
features: [
"All Silver Tier benefits",
"Personalized concierge service",
"Invitation to VIP events",
"Extended warranty on purchases",
],
id: "premium-membership", title: "Gold Tier Membership", price: "$299", period: "/year", features: [
"All Silver Tier benefits", "Personalized concierge service", "Invitation to VIP events", "Extended warranty on purchases"],
button: {
text: "Upgrade to Gold",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-online-shopping-experience_23-2151952976.jpg",
imageAlt: "Gold Tier Membership card",
},
text: "Upgrade to Gold", href: "#"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-online-shopping-experience_23-2151952976.jpg", imageAlt: "Gold Tier Membership card"},
{
id: "bespoke-service",
title: "Bespoke Personal Shopping",
price: "Contact Us",
period: "",
features: [
"Dedicated personal stylist",
"Custom product sourcing",
"Private virtual consultations",
"White glove delivery service",
],
id: "bespoke-service", title: "Bespoke Personal Shopping", price: "Contact Us", period: "", features: [
"Dedicated personal stylist", "Custom product sourcing", "Private virtual consultations", "White glove delivery service"],
button: {
text: "Inquire Now",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-yogurt-drink-near-laptop_23-2148100652.jpg",
imageAlt: "Bespoke personal shopping experience",
},
text: "Inquire Now", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-yogurt-drink-near-laptop_23-2148100652.jpg", imageAlt: "Bespoke personal shopping experience"},
]}
title="Luxuria Membership & Services"
description="Enhance your shopping experience with our exclusive membership tiers and premium personalized services, designed to cater to your every luxury need."
@@ -382,45 +224,15 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "t-1",
name: "Michael Sterling",
role: "CEO, Sterling Ventures",
testimonial: "The attention to detail and curated selection at Luxuria Bazaar are simply outstanding. Every purchase is an investment in quality and style. Their customer service is equally impressive.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-holding-black-frame_1149-1785.jpg",
imageAlt: "Michael Sterling",
},
id: "t-1", name: "Michael Sterling", role: "CEO, Sterling Ventures", testimonial: "The attention to detail and curated selection at Luxuria Bazaar are simply outstanding. Every purchase is an investment in quality and style. Their customer service is equally impressive.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-holding-black-frame_1149-1785.jpg", imageAlt: "Michael Sterling"},
{
id: "t-2",
name: "Jessica Albright",
role: "Fashion Editor, Vogue Luxe",
testimonial: "Luxuria Bazaar consistently features cutting-edge fashion and timeless pieces. It's my go-to for luxury recommendations. The quality truly speaks for itself.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-denim-jacket-with-letter-q_1187-1227.jpg",
imageAlt: "Jessica Albright",
},
id: "t-2", name: "Jessica Albright", role: "Fashion Editor, Vogue Luxe", testimonial: "Luxuria Bazaar consistently features cutting-edge fashion and timeless pieces. It's my go-to for luxury recommendations. The quality truly speaks for itself.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-denim-jacket-with-letter-q_1187-1227.jpg", imageAlt: "Jessica Albright"},
{
id: "t-3",
name: "David Chen",
role: "Tech Innovator",
testimonial: "As a tech enthusiast, I appreciate Luxuria Bazaar's selection of premium electronics. They always have the latest and most exclusive gadgets, delivered with care.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg",
imageAlt: "David Chen",
},
id: "t-3", name: "David Chen", role: "Tech Innovator", testimonial: "As a tech enthusiast, I appreciate Luxuria Bazaar's selection of premium electronics. They always have the latest and most exclusive gadgets, delivered with care.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", imageAlt: "David Chen"},
{
id: "t-4",
name: "Maria Rodriguez",
role: "Interior Designer",
testimonial: "For my interior projects, Luxuria Bazaar's home electronics are a perfect blend of functionality and aesthetic appeal. Their unique items elevate any space.",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
imageAlt: "Maria Rodriguez",
},
id: "t-4", name: "Maria Rodriguez", role: "Interior Designer", testimonial: "For my interior projects, Luxuria Bazaar's home electronics are a perfect blend of functionality and aesthetic appeal. Their unique items elevate any space.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageAlt: "Maria Rodriguez"},
{
id: "t-5",
name: "Benjamin Foster",
role: "Luxury Watch Collector",
testimonial: "The rare and exquisite watches available through Luxuria Bazaar are a collector's dream. Authenticity and provenance are always guaranteed, which is paramount to me.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
imageAlt: "Benjamin Foster",
},
id: "t-5", name: "Benjamin Foster", role: "Luxury Watch Collector", testimonial: "The rare and exquisite watches available through Luxuria Bazaar are a collector's dream. Authenticity and provenance are always guaranteed, which is paramount to me.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg", imageAlt: "Benjamin Foster"},
]}
title="What Our Esteemed Clients Say"
description="Hear from customers who have elevated their lifestyle and found unparalleled value with products and services from Luxuria Bazaar."
@@ -432,14 +244,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Forbes",
"Vogue",
"TechCrunch",
"Bloomberg",
"GQ",
"Robb Report",
"Architectural Digest",
]}
"Forbes", "Vogue", "TechCrunch", "Bloomberg", "GQ", "Robb Report", "Architectural Digest"]}
title="Trusted by Luxury Enthusiasts"
description="Proudly featured alongside leading brands in prestigious publications and recognized for our commitment to excellence in premium retail."
/>
@@ -451,20 +256,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq-1",
title: "What is your return policy for luxury items?",
content: "We offer a 30-day return policy for most items, provided they are in their original condition with all packaging and authenticity certificates. Custom-made or personalized items may have different return conditions. Please refer to our full return policy for details.",
},
id: "faq-1", title: "What is your return policy for luxury items?", content: "We offer a 30-day return policy for most items, provided they are in their original condition with all packaging and authenticity certificates. Custom-made or personalized items may have different return conditions. Please refer to our full return policy for details."},
{
id: "faq-2",
title: "Do you offer international shipping?",
content: "Yes, Luxuria Bazaar provides secure international shipping to a wide range of countries. Shipping costs and delivery times vary by destination. Duties and taxes may apply upon delivery, which are the responsibility of the recipient. Please see our shipping information page for more details.",
},
id: "faq-2", title: "Do you offer international shipping?", content: "Yes, Luxuria Bazaar provides secure international shipping to a wide range of countries. Shipping costs and delivery times vary by destination. Duties and taxes may apply upon delivery, which are the responsibility of the recipient. Please see our shipping information page for more details."},
{
id: "faq-3",
title: "Are all your products authenticated?",
content: "Absolutely. Every product sold on Luxuria Bazaar undergoes a rigorous authentication process by our team of experts. We guarantee the authenticity of all our items, providing you with complete peace of mind.",
},
id: "faq-3", title: "Are all your products authenticated?", content: "Absolutely. Every product sold on Luxuria Bazaar undergoes a rigorous authentication process by our team of experts. We guarantee the authenticity of all our items, providing you with complete peace of mind."},
]}
title="Frequently Asked Questions"
description="Find answers to common inquiries about our premium products, shipping, returns, and exclusive services."
@@ -479,27 +275,16 @@ export default function LandingPage() {
description="Our dedicated customer service team is here to assist you with any questions, inquiries, or personalized requests you may have."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "subject",
type: "text",
placeholder: "Subject",
},
name: "subject", type: "text", placeholder: "Subject"},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 5,
name: "message", placeholder: "Your Message", rows: 5,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/intelligence-officer-secure-line-answering-phone-call-cia-safe-house_482257-118719.jpg"
@@ -513,66 +298,39 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "Watches",
href: "#products",
},
label: "Watches", href: "#products"},
{
label: "Phones",
href: "#products",
},
label: "Phones", href: "#products"},
{
label: "Clothing",
href: "#products",
},
label: "Clothing", href: "#products"},
{
label: "Electronics",
href: "#products",
},
label: "Electronics", href: "#products"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Shipping & Returns",
href: "#",
},
label: "Shipping & Returns", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}