Merge version_1 into main #2
289
src/app/page.tsx
289
src/app/page.tsx
@@ -32,93 +32,58 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Practices",
|
||||
id: "#practices",
|
||||
},
|
||||
name: "Practices", id: "#practices"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Stats",
|
||||
id: "#stats",
|
||||
},
|
||||
name: "Stats", id: "#stats"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/cow-farm-logo-vector-design-logo_474888-4255.jpg"
|
||||
logoAlt="Karensminde Farm Logo"
|
||||
brandName="Karensminde"
|
||||
button={{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Visit Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Karensminde: Organic Jersey Dairy Farm"
|
||||
description="Experience the pure taste of nature from our happy Jersey cows. Committed to sustainable farming and premium organic produce."
|
||||
tag="Taste the Difference"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Farm",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Explore Our Farm", href: "#about"},
|
||||
{
|
||||
text: "Shop Our Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Our Products", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brown-cow-grazing-yellow-field_169016-4865.jpg?_wi=1",
|
||||
imageAlt: "Jersey cows grazing in a lush green pasture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brown-cow-grazing-yellow-field_169016-4865.jpg", imageAlt: "Jersey cows grazing in a lush green pasture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-34746.jpg?_wi=1",
|
||||
imageAlt: "Close-up of a friendly Jersey cow",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-34746.jpg", imageAlt: "Close-up of a friendly Jersey cow"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-field-with-sunset-background_181624-23974.jpg",
|
||||
imageAlt: "Karensminde farm at sunset",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-field-with-sunset-background_181624-23974.jpg", imageAlt: "Karensminde farm at sunset"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circular-frame-with-dairy-products_23-2148601728.jpg",
|
||||
imageAlt: "Fresh organic milk bottles on a wooden table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circular-frame-with-dairy-products_23-2148601728.jpg", imageAlt: "Fresh organic milk bottles on a wooden table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-herd-donkeys-standing-together-valley_493961-1056.jpg",
|
||||
imageAlt: "A Jersey calf playing in a field",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-herd-donkeys-standing-together-valley_493961-1056.jpg", imageAlt: "A Jersey calf playing in a field"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-ecofriendly-people_23-2149125162.jpg",
|
||||
imageAlt: "A farmer walking through a field on Karensminde farm",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-ecofriendly-people_23-2149125162.jpg", imageAlt: "A farmer walking through a field on Karensminde farm"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,17 +95,11 @@ export default function LandingPage() {
|
||||
description="At Karensminde, we are dedicated to organic farming practices and the well-being of our beautiful Jersey cows. Nestled in the heart of the countryside, our farm has been producing high-quality dairy products for generations, with a strong commitment to sustainability and natural processes."
|
||||
metrics={[
|
||||
{
|
||||
value: "150+",
|
||||
title: "Acres of Pasture",
|
||||
},
|
||||
value: "150+", title: "Acres of Pasture"},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Happy Jersey Cows",
|
||||
},
|
||||
value: "50+", title: "Happy Jersey Cows"},
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years Organic Certified",
|
||||
},
|
||||
value: "20+", title: "Years Organic Certified"},
|
||||
]}
|
||||
tag="Our Story"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/senior-holding-little-boy-play-with-goats_23-2148673019.jpg"
|
||||
@@ -157,46 +116,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Rotational Grazing",
|
||||
description: "Our cows enjoy fresh pastures daily, promoting healthy soil and diverse ecosystems. This method enriches the land and ensures our cows have the best feed.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-down-aerial-shot-river-wales_181624-3581.jpg",
|
||||
imageAlt: "Aerial view of a rotational grazing system",
|
||||
},
|
||||
title: "Rotational Grazing", description: "Our cows enjoy fresh pastures daily, promoting healthy soil and diverse ecosystems. This method enriches the land and ensures our cows have the best feed.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-down-aerial-shot-river-wales_181624-3581.jpg", imageAlt: "Aerial view of a rotational grazing system"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-field-with-water-sprinklers-surrounded-by-trees-canary-islands-spain_181624-12448.jpg",
|
||||
imageAlt: "Irrigation system watering a lush green field",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cow-farm-logo-vector-design-logo_474888-4255.jpg",
|
||||
imageAlt: "lush green pasture rotation aerial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-field-with-water-sprinklers-surrounded-by-trees-canary-islands-spain_181624-12448.jpg", imageAlt: "Irrigation system watering a lush green field"}
|
||||
},
|
||||
{
|
||||
title: "Holistic Animal Health",
|
||||
description: "We prioritize the natural health and well-being of our Jersey herd, ensuring they live stress-free lives with ample space and excellent care, avoiding routine antibiotics.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-horse-feelings-care-affection-tenderness-woman-hugs-kisses-horse-close-up-happy-young-woman-hugging-her-horse_1321-3730.jpg",
|
||||
imageAlt: "Veterinarian checking a Jersey cow's health",
|
||||
},
|
||||
title: "Holistic Animal Health", description: "We prioritize the natural health and well-being of our Jersey herd, ensuring they live stress-free lives with ample space and excellent care, avoiding routine antibiotics.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-horse-feelings-care-affection-tenderness-woman-hugs-kisses-horse-close-up-happy-young-woman-hugging-her-horse_1321-3730.jpg", imageAlt: "Veterinarian checking a Jersey cow's health"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sheep-farm_23-2151468568.jpg",
|
||||
imageAlt: "A Jersey cow resting comfortably in a clean barn stall",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brown-cow-grazing-yellow-field_169016-4865.jpg?_wi=2",
|
||||
imageAlt: "lush green pasture rotation aerial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sheep-farm_23-2151468568.jpg", imageAlt: "A Jersey cow resting comfortably in a clean barn stall"}
|
||||
},
|
||||
{
|
||||
title: "Biodiversity Cultivation",
|
||||
description: "We foster a thriving farm ecosystem, encouraging natural habitats for pollinators and wildlife, which is essential for a balanced and sustainable environment.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-shot-pink-sea-thrift-flowers-field-sunlight_181624-30258.jpg",
|
||||
imageAlt: "Wildflower meadow on an organic farm",
|
||||
},
|
||||
title: "Biodiversity Cultivation", description: "We foster a thriving farm ecosystem, encouraging natural habitats for pollinators and wildlife, which is essential for a balanced and sustainable environment.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-shot-pink-sea-thrift-flowers-field-sunlight_181624-30258.jpg", imageAlt: "Wildflower meadow on an organic farm"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-blank-slate-moss-shovel-black-dirt_23-2148044459.jpg",
|
||||
imageAlt: "Organic farm compost pile",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-producing-milk-gruyere-cheese-france-spring_181624-34746.jpg?_wi=2",
|
||||
imageAlt: "lush green pasture rotation aerial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-blank-slate-moss-shovel-black-dirt_23-2148044459.jpg", imageAlt: "Organic farm compost pile"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -214,65 +149,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
brand: "Karensminde",
|
||||
name: "Organic Whole Milk",
|
||||
price: "€3.50 / L",
|
||||
rating: 5,
|
||||
reviewCount: "120 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lemon-tea-with-lime-cinnamon-apples-with-copy-space_141793-7017.jpg",
|
||||
imageAlt: "Bottle of Karensminde Organic Whole Milk",
|
||||
},
|
||||
id: "product-1", brand: "Karensminde", name: "Organic Whole Milk", price: "€3.50 / L", rating: 5,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lemon-tea-with-lime-cinnamon-apples-with-copy-space_141793-7017.jpg", imageAlt: "Bottle of Karensminde Organic Whole Milk"},
|
||||
{
|
||||
id: "product-2",
|
||||
brand: "Karensminde",
|
||||
name: "Aged Jersey Cheese",
|
||||
price: "€12.99 / 250g",
|
||||
rating: 5,
|
||||
reviewCount: "85 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-goat-brie-cheese_658428-26.jpg",
|
||||
imageAlt: "Wheel of Karensminde Aged Jersey Cheese",
|
||||
},
|
||||
id: "product-2", brand: "Karensminde", name: "Aged Jersey Cheese", price: "€12.99 / 250g", rating: 5,
|
||||
reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/fresh-goat-brie-cheese_658428-26.jpg", imageAlt: "Wheel of Karensminde Aged Jersey Cheese"},
|
||||
{
|
||||
id: "product-3",
|
||||
brand: "Karensminde",
|
||||
name: "Natural Jersey Yogurt",
|
||||
price: "€4.20 / 500g",
|
||||
rating: 5,
|
||||
reviewCount: "95 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-bowl-with-berries_123827-36205.jpg",
|
||||
imageAlt: "Jar of Karensminde Natural Jersey Yogurt with berries",
|
||||
},
|
||||
id: "product-3", brand: "Karensminde", name: "Natural Jersey Yogurt", price: "€4.20 / 500g", rating: 5,
|
||||
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/healthy-smoothie-bowl-with-berries_123827-36205.jpg", imageAlt: "Jar of Karensminde Natural Jersey Yogurt with berries"},
|
||||
{
|
||||
id: "product-4",
|
||||
brand: "Karensminde",
|
||||
name: "Farmhouse Butter",
|
||||
price: "€5.99 / 200g",
|
||||
rating: 5,
|
||||
reviewCount: "60 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-jar-with-baby-food_23-2149512832.jpg",
|
||||
imageAlt: "Stick of Karensminde Farmhouse Butter",
|
||||
},
|
||||
id: "product-4", brand: "Karensminde", name: "Farmhouse Butter", price: "€5.99 / 200g", rating: 5,
|
||||
reviewCount: "60 reviews", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-jar-with-baby-food_23-2149512832.jpg", imageAlt: "Stick of Karensminde Farmhouse Butter"},
|
||||
{
|
||||
id: "product-5",
|
||||
brand: "Karensminde",
|
||||
name: "Jersey Heavy Cream",
|
||||
price: "€6.50 / 250ml",
|
||||
rating: 5,
|
||||
reviewCount: "70 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-wooden-board-black-pepper-wooden-spoon-oil-bottle-garlic-green-onions-turmeric-table_140725-147696.jpg",
|
||||
imageAlt: "Jug of Karensminde Jersey Heavy Cream",
|
||||
},
|
||||
id: "product-5", brand: "Karensminde", name: "Jersey Heavy Cream", price: "€6.50 / 250ml", rating: 5,
|
||||
reviewCount: "70 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-wooden-board-black-pepper-wooden-spoon-oil-bottle-garlic-green-onions-turmeric-table_140725-147696.jpg", imageAlt: "Jug of Karensminde Jersey Heavy Cream"},
|
||||
{
|
||||
id: "product-6",
|
||||
brand: "Karensminde",
|
||||
name: "Homemade Vanilla Ice Cream",
|
||||
price: "€8.75 / 500ml",
|
||||
rating: 5,
|
||||
reviewCount: "45 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618916.jpg",
|
||||
imageAlt: "Scoops of Karensminde Homemade Vanilla Ice Cream",
|
||||
},
|
||||
id: "product-6", brand: "Karensminde", name: "Homemade Vanilla Ice Cream", price: "€8.75 / 500ml", rating: 5,
|
||||
reviewCount: "45 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618916.jpg", imageAlt: "Scoops of Karensminde Homemade Vanilla Ice Cream"},
|
||||
]}
|
||||
title="Our Organic Dairy Products"
|
||||
description="From our Jersey cows to your table, discover a range of delicious and wholesome organic dairy products crafted with care and passion."
|
||||
@@ -287,20 +180,11 @@ export default function LandingPage() {
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "99%",
|
||||
description: "Pasture-raised for a happier herd",
|
||||
},
|
||||
id: "metric-1", value: "99%", description: "Pasture-raised for a happier herd"},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "100%",
|
||||
description: "Organic feed, free from GMOs & pesticides",
|
||||
},
|
||||
id: "metric-2", value: "100%", description: "Organic feed, free from GMOs & pesticides"},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "500+",
|
||||
description: "Happy customers enjoying our produce",
|
||||
},
|
||||
id: "metric-3", value: "500+", description: "Happy customers enjoying our produce"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -314,25 +198,15 @@ export default function LandingPage() {
|
||||
author="Sarah Johnson, Local Enthusiast"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-girl-relaxing-outdoor-cafe-sunny-day_273609-12538.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/image-indecisive-sad-africanamerican-woman-looking-upset-cannot-eat-cake-standing-yellow_1258-137640.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/image-indecisive-sad-africanamerican-woman-looking-upset-cannot-eat-cake-standing-yellow_1258-137640.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/you-can-this-beautiful-cheerful-brunette-girl-winking-smiling-pointing-fingers-camera-prai_1258-118819.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/you-can-this-beautiful-cheerful-brunette-girl-winking-smiling-pointing-fingers-camera-prai_1258-118819.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/long-haired-woman-with-copyspace_1398-1356.jpg",
|
||||
alt: "Olivia Green, Organic Food Lover",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/long-haired-woman-with-copyspace_1398-1356.jpg", alt: "Olivia Green, Organic Food Lover"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -345,20 +219,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What makes Jersey cows special?",
|
||||
content: "Jersey cows are known for their rich, high-fat milk, perfect for cheese and butter. They are also gentle, efficient grazers and adapt well to diverse environments, making them ideal for organic farming.",
|
||||
},
|
||||
id: "faq-1", title: "What makes Jersey cows special?", content: "Jersey cows are known for their rich, high-fat milk, perfect for cheese and butter. They are also gentle, efficient grazers and adapt well to diverse environments, making them ideal for organic farming."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Is Karensminde certified organic?",
|
||||
content: "Yes, Karensminde Farm is fully certified organic by [Relevant Certification Body], adhering to strict standards for animal welfare, pasture management, and feed quality. We believe in transparency and sustainable practices.",
|
||||
},
|
||||
id: "faq-2", title: "Is Karensminde certified organic?", content: "Yes, Karensminde Farm is fully certified organic by [Relevant Certification Body], adhering to strict standards for animal welfare, pasture management, and feed quality. We believe in transparency and sustainable practices."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I visit Karensminde Farm?",
|
||||
content: "We periodically host open farm days and educational tours. Please check our contact section or social media for upcoming events and visitor information. We love sharing our farm with the community!",
|
||||
},
|
||||
id: "faq-3", title: "Can I visit Karensminde Farm?", content: "We periodically host open farm days and educational tours. Please check our contact section or social media for upcoming events and visitor information. We love sharing our farm with the community!"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/green-farmland-wooden-fence_181624-49545.jpg"
|
||||
imageAlt="Karensminde farm landscape with fields and cows in the distance"
|
||||
@@ -376,8 +241,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Connect with Karensminde"
|
||||
description="Have questions about our farm, products, or organic practices? We'd love to hear from you. Send us a message or find us on social media."
|
||||
@@ -391,54 +255,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Farm",
|
||||
items: [
|
||||
title: "Farm", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Practices",
|
||||
href: "#practices",
|
||||
},
|
||||
label: "Our Practices", href: "#practices"},
|
||||
{
|
||||
label: "Farm Stats",
|
||||
href: "#stats",
|
||||
},
|
||||
label: "Farm Stats", href: "#stats"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Dairy",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Dairy", href: "#products"},
|
||||
{
|
||||
label: "Shop Online",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop Online", href: "#products"},
|
||||
{
|
||||
label: "Wholesale Inquiries",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Wholesale Inquiries", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user