Update src/app/page.tsx
This commit is contained in:
358
src/app/page.tsx
358
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Collection", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="VIRAJ COLLECTION"
|
||||
/>
|
||||
@@ -64,71 +52,46 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Discover Timeless Elegance with VIRAJ COLLECTION"
|
||||
description="Explore our meticulously curated selection of exceptional items, blending classic allure with contemporary sophistication. Each piece tells a story of craftsmanship and unique style."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/number-five-wooden-table_1162-64.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/number-five-wooden-table_1162-64.jpg"
|
||||
imageAlt="Elegant display of collection items"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-vintage-writing-love-letter_23-2150784426.jpg",
|
||||
alt: "Still life of vintage writing of a love letter",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-vintage-writing-love-letter_23-2150784426.jpg", alt: "Still life of vintage writing of a love letter"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-vintage-objects-still-life_23-2150348557.jpg",
|
||||
alt: "Top view vintage objects still life",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-vintage-objects-still-life_23-2150348557.jpg", alt: "Top view vintage objects still life"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-vintage-radio-pile-books-coffee_23-2148695235.jpg",
|
||||
alt: "Front view vintage radio on pile of books and coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-vintage-radio-pile-books-coffee_23-2148695235.jpg", alt: "Front view vintage radio on pile of books and coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/counter-floral-shop_23-2147761021.jpg",
|
||||
alt: "Counter in floral shop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/counter-floral-shop_23-2147761021.jpg", alt: "Counter in floral shop"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-elegant-shaved-head-male-dressed-light-grey-suit_613910-11361.jpg",
|
||||
alt: "Elegant person portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-elegant-shaved-head-male-dressed-light-grey-suit_613910-11361.jpg", alt: "Elegant person portrait"},
|
||||
]}
|
||||
avatarText="Trusted by discerning collectors worldwide."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Luxury Handpicked",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Luxury Handpicked", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exclusive Designs",
|
||||
type: "text", text: "Exclusive Designs"},
|
||||
{
|
||||
type: "text-icon", text: "Timeless Quality", icon: Diamond,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Timeless Quality",
|
||||
icon: Diamond,
|
||||
},
|
||||
type: "text", text: "Curated for You"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Curated for You",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Artisans",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Artisans", icon: Globe,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -143,19 +106,13 @@ export default function LandingPage() {
|
||||
description="At VIRAJ COLLECTION, we believe in the beauty of carefully selected pieces that resonate with individuality and quality. Our journey began with a passion for sourcing and creating items that stand out, ensuring every acquisition is a cherished addition to your life."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Curated Selection",
|
||||
description: "Every item is handpicked for its unique story and exceptional quality.",
|
||||
},
|
||||
title: "Curated Selection", description: "Every item is handpicked for its unique story and exceptional quality."},
|
||||
{
|
||||
title: "Timeless Design",
|
||||
description: "We focus on aesthetics that transcend trends, offering lasting appeal.",
|
||||
},
|
||||
title: "Timeless Design", description: "We focus on aesthetics that transcend trends, offering lasting appeal."},
|
||||
{
|
||||
title: "Unmatched Quality",
|
||||
description: "Committed to superior materials and meticulous craftsmanship.",
|
||||
},
|
||||
title: "Unmatched Quality", description: "Committed to superior materials and meticulous craftsmanship."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/painter-is-mixing-multiple-colors-palette-apply-perfect-shade_482257-118482.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/painter-is-mixing-multiple-colors-palette-apply-perfect-shade_482257-118482.jpg"
|
||||
imageAlt="Craftsman inspecting a collection item"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -168,80 +125,53 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Handpicked Excellence",
|
||||
description: "Our collection is a testament to quality, with each item meticulously chosen.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-hand-holding-cone_23-2149872238.jpg",
|
||||
imageAlt: "Close-up of a meticulously crafted item",
|
||||
},
|
||||
title: "Handpicked Excellence", description: "Our collection is a testament to quality, with each item meticulously chosen.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-hand-holding-cone_23-2149872238.jpg", imageAlt: "Close-up of a meticulously crafted item"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Premium Materials",
|
||||
},
|
||||
text: "Premium Materials"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Unique Designs",
|
||||
},
|
||||
text: "Unique Designs"},
|
||||
{
|
||||
icon: Award,
|
||||
text: "Quality Assured",
|
||||
},
|
||||
text: "Quality Assured"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/number-five-wooden-table_1162-64.jpg?_wi=2",
|
||||
imageAlt: "detailed product craftsmanship",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Seamless Shopping Experience",
|
||||
description: "From browsing to delivery, enjoy a smooth and secure journey with us.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891055.jpg",
|
||||
imageAlt: "Package being prepared for shipping",
|
||||
},
|
||||
title: "Seamless Shopping Experience", description: "From browsing to delivery, enjoy a smooth and secure journey with us.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891055.jpg", imageAlt: "Package being prepared for shipping"},
|
||||
items: [
|
||||
{
|
||||
icon: Truck,
|
||||
text: "Fast & Secure Shipping",
|
||||
},
|
||||
text: "Fast & Secure Shipping"},
|
||||
{
|
||||
icon: Headphones,
|
||||
text: "Dedicated Support",
|
||||
},
|
||||
text: "Dedicated Support"},
|
||||
{
|
||||
icon: RefreshCw,
|
||||
text: "Easy Returns",
|
||||
},
|
||||
text: "Easy Returns"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/painter-is-mixing-multiple-colors-palette-apply-perfect-shade_482257-118482.jpg?_wi=2",
|
||||
imageAlt: "detailed product craftsmanship",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Exclusive Community Benefits",
|
||||
description: "Join our community for early access, special offers, and personalized recommendations.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-elegant-women-with-shopping-bags-city_1157-38849.jpg",
|
||||
imageAlt: "People engaging at a community event",
|
||||
},
|
||||
title: "Exclusive Community Benefits", description: "Join our community for early access, special offers, and personalized recommendations.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-elegant-women-with-shopping-bags-city_1157-38849.jpg", imageAlt: "People engaging at a community event"},
|
||||
items: [
|
||||
{
|
||||
icon: Star,
|
||||
text: "Loyalty Rewards",
|
||||
},
|
||||
text: "Loyalty Rewards"},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
text: "Insider Updates",
|
||||
},
|
||||
text: "Insider Updates"},
|
||||
{
|
||||
icon: Gift,
|
||||
text: "Special Promotions",
|
||||
},
|
||||
text: "Special Promotions"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-human-hand-stand-display_23-2150347078.jpg?_wi=1",
|
||||
imageAlt: "detailed product craftsmanship",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Why Choose VIRAJ COLLECTION"
|
||||
description="We offer more than just products; we provide an experience built on trust, quality, and personalized service."
|
||||
@@ -257,47 +187,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Emerald Blossom Necklace",
|
||||
price: "$1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-human-hand-stand-display_23-2150347078.jpg?_wi=2",
|
||||
imageAlt: "Emerald blossom necklace",
|
||||
},
|
||||
id: "p1", name: "Emerald Blossom Necklace", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-human-hand-stand-display_23-2150347078.jpg", imageAlt: "Emerald blossom necklace"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Artisan Leather Handbag",
|
||||
price: "$750",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-asian-model-studio-creative-art-makeup-wears-sun-cap-watching-camera-closeup-makeup-texture_633478-1879.jpg",
|
||||
imageAlt: "Artisan leather handbag",
|
||||
},
|
||||
id: "p2", name: "Artisan Leather Handbag", price: "$750", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-asian-model-studio-creative-art-makeup-wears-sun-cap-watching-camera-closeup-makeup-texture_633478-1879.jpg", imageAlt: "Artisan leather handbag"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Classic Chronograph Watch",
|
||||
price: "$2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-vintage-pocket-watch-black-surface_181624-21863.jpg",
|
||||
imageAlt: "Classic chronograph watch",
|
||||
},
|
||||
id: "p3", name: "Classic Chronograph Watch", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-vintage-pocket-watch-black-surface_181624-21863.jpg", imageAlt: "Classic chronograph watch"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Serenity Evening Gown",
|
||||
price: "$1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman-with-skateboard_158538-4286.jpg",
|
||||
imageAlt: "Serenity evening gown",
|
||||
},
|
||||
id: "p4", name: "Serenity Evening Gown", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman-with-skateboard_158538-4286.jpg", imageAlt: "Serenity evening gown"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tailored Silk Suit",
|
||||
price: "$3,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2653.jpg",
|
||||
imageAlt: "Tailored silk suit",
|
||||
},
|
||||
id: "p5", name: "Tailored Silk Suit", price: "$3,000", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2653.jpg", imageAlt: "Tailored silk suit"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Abstract Canvas Art",
|
||||
price: "$950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-oil-painting-texture_23-2149360533.jpg",
|
||||
imageAlt: "Abstract canvas art",
|
||||
},
|
||||
id: "p6", name: "Abstract Canvas Art", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/close-up-oil-painting-texture_23-2149360533.jpg", imageAlt: "Abstract canvas art"},
|
||||
]}
|
||||
title="Our Curated Collection"
|
||||
description="Discover a diverse range of items, each chosen for its exceptional beauty and craftsmanship."
|
||||
@@ -311,29 +211,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years of Experience",
|
||||
description: "Curating and delivering exceptional collections.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hundred-percent-guarantee-badges-set_23-2148731119.jpg",
|
||||
imageAlt: "Award trophy",
|
||||
},
|
||||
id: "m1", value: "15+", title: "Years of Experience", description: "Curating and delivering exceptional collections.", imageSrc: "http://img.b2bpic.net/free-vector/hundred-percent-guarantee-badges-set_23-2148731119.jpg", imageAlt: "Award trophy"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50K+",
|
||||
title: "Happy Customers",
|
||||
description: "A growing community of satisfied collectors worldwide.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-container-cargo-freight-ship-habor-logistic-import-export_1150-18279.jpg",
|
||||
imageAlt: "World map connections",
|
||||
},
|
||||
id: "m2", value: "50K+", title: "Happy Customers", description: "A growing community of satisfied collectors worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-container-cargo-freight-ship-habor-logistic-import-export_1150-18279.jpg", imageAlt: "World map connections"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
title: "Customer Satisfaction",
|
||||
description: "Our dedication ensures a delightful shopping experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-businessman-holding-small-gift-box_1262-17801.jpg",
|
||||
imageAlt: "Smiling customer face",
|
||||
},
|
||||
id: "m3", value: "99%", title: "Customer Satisfaction", description: "Our dedication ensures a delightful shopping experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-businessman-holding-small-gift-box_1262-17801.jpg", imageAlt: "Smiling customer face"},
|
||||
]}
|
||||
title="Achievements & Impact"
|
||||
description="Our commitment to excellence has been recognized, reflecting the trust and satisfaction of our global community."
|
||||
@@ -348,64 +230,28 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sophia Rodriguez",
|
||||
role: "Art Collector",
|
||||
company: "Private Collection",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-looking-notebook_23-2148346228.jpg",
|
||||
imageAlt: "Sophia Rodriguez",
|
||||
},
|
||||
id: "t1", name: "Sophia Rodriguez", role: "Art Collector", company: "Private Collection", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-looking-notebook_23-2148346228.jpg", imageAlt: "Sophia Rodriguez"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ethan Chen",
|
||||
role: "Fashion Enthusiast",
|
||||
company: "Style Savvy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg",
|
||||
imageAlt: "Ethan Chen",
|
||||
},
|
||||
id: "t2", name: "Ethan Chen", role: "Fashion Enthusiast", company: "Style Savvy", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg", imageAlt: "Ethan Chen"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Olivia Smith",
|
||||
role: "Interior Designer",
|
||||
company: "Home Aesthetics",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg",
|
||||
imageAlt: "Olivia Smith",
|
||||
},
|
||||
id: "t3", name: "Olivia Smith", role: "Interior Designer", company: "Home Aesthetics", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg", imageAlt: "Olivia Smith"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Noah Davis",
|
||||
role: "Luxury Buyer",
|
||||
company: "Exclusive Lifestyle",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-with-grey-hair-posing-with-violet-jacket_343059-76.jpg",
|
||||
imageAlt: "Noah Davis",
|
||||
},
|
||||
id: "t4", name: "Noah Davis", role: "Luxury Buyer", company: "Exclusive Lifestyle", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-with-grey-hair-posing-with-violet-jacket_343059-76.jpg", imageAlt: "Noah Davis"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ava Wilson",
|
||||
role: "Boutique Owner",
|
||||
company: "Chic Finds",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-blonde-woman-trendy-silver-wristwatch-posing-with-pleasure-her-birthday-holding-wineglass-charming-girl-with-tanned-skin-drinking-champagne-having-fun-weekend_197531-4296.jpg",
|
||||
imageAlt: "Ava Wilson",
|
||||
},
|
||||
id: "t5", name: "Ava Wilson", role: "Boutique Owner", company: "Chic Finds", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-blonde-woman-trendy-silver-wristwatch-posing-with-pleasure-her-birthday-holding-wineglass-charming-girl-with-tanned-skin-drinking-champagne-having-fun-weekend_197531-4296.jpg", imageAlt: "Ava Wilson"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5/5", label: "Average Rating"},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Positive Feedback",
|
||||
},
|
||||
value: "99%", label: "Positive Feedback"},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Luxury Brands",
|
||||
},
|
||||
value: "100+", label: "Luxury Brands"},
|
||||
]}
|
||||
title="What Our Valued Clients Say"
|
||||
description="Hear from those who have experienced the unique charm and quality of VIRAJ COLLECTION."
|
||||
@@ -417,25 +263,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What types of items are in the collection?",
|
||||
content: "Our collection features a diverse range of luxury items including exquisite jewelry, designer apparel, premium accessories, and unique art pieces, all carefully curated for quality and style.",
|
||||
},
|
||||
id: "f1", title: "What types of items are in the collection?", content: "Our collection features a diverse range of luxury items including exquisite jewelry, designer apparel, premium accessories, and unique art pieces, all carefully curated for quality and style."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we proudly offer secure international shipping to a wide range of countries. Shipping costs and delivery times vary by destination and will be calculated at checkout.",
|
||||
},
|
||||
id: "f2", title: "Do you offer international shipping?", content: "Yes, we proudly offer secure international shipping to a wide range of countries. Shipping costs and delivery times vary by destination and will be calculated at checkout."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is your return policy?",
|
||||
content: "We accept returns of unused and undamaged items within 30 days of purchase for a full refund or exchange. Please refer to our detailed return policy for specific conditions.",
|
||||
},
|
||||
id: "f3", title: "What is your return policy?", content: "We accept returns of unused and undamaged items within 30 days of purchase for a full refund or exchange. Please refer to our detailed return policy for specific conditions."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "How can I ensure the authenticity of an item?",
|
||||
content: "Every item in the VIRAJ COLLECTION is guaranteed authentic. We work directly with designers and verified suppliers, and each piece undergoes a rigorous authentication process by our experts.",
|
||||
},
|
||||
id: "f4", title: "How can I ensure the authenticity of an item?", content: "Every item in the VIRAJ COLLECTION is guaranteed authentic. We work directly with designers and verified suppliers, and each piece undergoes a rigorous authentication process by our experts."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Find quick answers to frequently asked questions about our collection, orders, and services."
|
||||
@@ -448,8 +282,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
tag="Connect With Us"
|
||||
title="Have a Question?"
|
||||
description="Reach out to the VIRAJ COLLECTION team for inquiries, support, or personalized assistance. We are here to help you."
|
||||
@@ -463,58 +296,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Collection",
|
||||
items: [
|
||||
title: "Collection", items: [
|
||||
{
|
||||
label: "Jewelry",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Jewelry", href: "#products"},
|
||||
{
|
||||
label: "Apparel",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Apparel", href: "#products"},
|
||||
{
|
||||
label: "Accessories",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Accessories", href: "#products"},
|
||||
{
|
||||
label: "Art & Decor",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Art & Decor", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Why Choose Us", href: "#features"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Shipping & Returns", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user