Update src/app/page.tsx
This commit is contained in:
304
src/app/page.tsx
304
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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: "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-photo/spoon-pack-bowls-with-condiments_23-2148605274.jpg"
|
||||
brandName="Spice Haven"
|
||||
@@ -72,39 +58,23 @@ export default function LandingPage() {
|
||||
description="Discover the world's finest flavors with our premium spice collection, ethically sourced and expertly crafted for your culinary adventures."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Explore Flavors",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Flavors", href: "#features"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multicolored-flowers-leafs-bright-colorful-dark-floor_179666-126.jpg?_wi=1",
|
||||
imageAlt: "Colorful spices in bowls",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multicolored-flowers-leafs-bright-colorful-dark-floor_179666-126.jpg", imageAlt: "Colorful spices in bowls"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/writing-set-spices_23-2147773480.jpg?_wi=1",
|
||||
imageAlt: "Rustic kitchen spices",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/writing-set-spices_23-2147773480.jpg", imageAlt: "Rustic kitchen spices"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-pepper-with-garlic-tomatoes-white-space_140725-97968.jpg",
|
||||
imageAlt: "Hand reaching for spice jar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-pepper-with-garlic-tomatoes-white-space_140725-97968.jpg", imageAlt: "Hand reaching for spice jar"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seeds-jar-arrangement_23-2148917706.jpg",
|
||||
imageAlt: "Close up spice textures",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seeds-jar-arrangement_23-2148917706.jpg", imageAlt: "Close up spice textures"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-various-spices_23-2149444685.jpg",
|
||||
imageAlt: "Organized spice jars",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-various-spices_23-2149444685.jpg", imageAlt: "Organized spice jars"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetable-salad-with-greens-garlic-dark-blue-background_179666-17300.jpg",
|
||||
imageAlt: "Steam rising from spiced dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetable-salad-with-greens-garlic-dark-blue-background_179666-17300.jpg", imageAlt: "Steam rising from spiced dish"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -133,55 +103,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ethical Sourcing",
|
||||
description: "We partner directly with small farms globally, ensuring fair practices and supporting local communities while bringing you the purest spices.",
|
||||
icon: Globe,
|
||||
title: "Ethical Sourcing", description: "We partner directly with small farms globally, ensuring fair practices and supporting local communities while bringing you the purest spices.", icon: Globe,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-tiny-cranberry-rosemary-twig_9975-134405.jpg",
|
||||
imageAlt: "Globe showing spice origins",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-tiny-cranberry-rosemary-twig_9975-134405.jpg", imageAlt: "Globe showing spice origins"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/peppers-spoons-vase-with-red-pepper-flakes-side-view-wooden_176474-7471.jpg",
|
||||
imageAlt: "Traditional spice market",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spoon-pack-bowls-with-condiments_23-2148605274.jpg",
|
||||
imageAlt: "globe showing spice trade routes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/peppers-spoons-vase-with-red-pepper-flakes-side-view-wooden_176474-7471.jpg", imageAlt: "Traditional spice market"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Superior Freshness",
|
||||
description: "Our spices are carefully harvested at peak ripeness and packaged immediately to preserve their natural aroma and flavor, delivering unparalleled freshness to your kitchen.",
|
||||
icon: Sparkles,
|
||||
title: "Superior Freshness", description: "Our spices are carefully harvested at peak ripeness and packaged immediately to preserve their natural aroma and flavor, delivering unparalleled freshness to your kitchen.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dry-seeds-evergreen-trees-with-blurred-background_23-2148282537.jpg",
|
||||
imageAlt: "Hand picking fresh herb",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dry-seeds-evergreen-trees-with-blurred-background_23-2148282537.jpg", imageAlt: "Hand picking fresh herb"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grain-stored-glasses-table_1220-7124.jpg",
|
||||
imageAlt: "Airtight spice packaging",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multicolored-flowers-leafs-bright-colorful-dark-floor_179666-126.jpg?_wi=2",
|
||||
imageAlt: "globe showing spice trade routes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grain-stored-glasses-table_1220-7124.jpg", imageAlt: "Airtight spice packaging"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Artisanal Blends",
|
||||
description: "Beyond single-origin spices, explore our unique, hand-crafted blends, formulated by culinary experts to elevate your dishes with complex and balanced flavor profiles.",
|
||||
icon: Award,
|
||||
title: "Artisanal Blends", description: "Beyond single-origin spices, explore our unique, hand-crafted blends, formulated by culinary experts to elevate your dishes with complex and balanced flavor profiles.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-seeds-blue-ground-with-metallic-blender-around_114579-13919.jpg",
|
||||
imageAlt: "Mortar and pestle grinding spices",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-seeds-blue-ground-with-metallic-blender-around_114579-13919.jpg", imageAlt: "Mortar and pestle grinding spices"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-bowls-full-spices-black-background_23-2148211101.jpg",
|
||||
imageAlt: "Various spice blends in bowls",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/writing-set-spices_23-2147773480.jpg?_wi=2",
|
||||
imageAlt: "globe showing spice trade routes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-bowls-full-spices-black-background_23-2148211101.jpg", imageAlt: "Various spice blends in bowls"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Uncompromising Quality & Authentic Flavor"
|
||||
@@ -199,65 +145,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
brand: "Spice Haven",
|
||||
name: "Smoked Paprika",
|
||||
price: "$8.99",
|
||||
rating: 5,
|
||||
reviewCount: "245 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cayenne-dried-pepper-glass-jar_1150-35735.jpg",
|
||||
imageAlt: "Jar of smoked paprika",
|
||||
},
|
||||
id: "p-1", brand: "Spice Haven", name: "Smoked Paprika", price: "$8.99", rating: 5,
|
||||
reviewCount: "245 reviews", imageSrc: "http://img.b2bpic.net/free-photo/cayenne-dried-pepper-glass-jar_1150-35735.jpg", imageAlt: "Jar of smoked paprika"},
|
||||
{
|
||||
id: "p-2",
|
||||
brand: "Spice Haven",
|
||||
name: "Whole Cumin Seeds",
|
||||
price: "$6.49",
|
||||
rating: 4,
|
||||
reviewCount: "180 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cereals-inside-jar-glass_1368-9204.jpg",
|
||||
imageAlt: "Jar of whole cumin seeds",
|
||||
},
|
||||
id: "p-2", brand: "Spice Haven", name: "Whole Cumin Seeds", price: "$6.49", rating: 4,
|
||||
reviewCount: "180 reviews", imageSrc: "http://img.b2bpic.net/free-photo/cereals-inside-jar-glass_1368-9204.jpg", imageAlt: "Jar of whole cumin seeds"},
|
||||
{
|
||||
id: "p-3",
|
||||
brand: "Spice Haven",
|
||||
name: "Organic Turmeric Powder",
|
||||
price: "$9.29",
|
||||
rating: 5,
|
||||
reviewCount: "310 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-condiment-powder-concept_23-2148578464.jpg",
|
||||
imageAlt: "Jar of organic turmeric powder",
|
||||
},
|
||||
id: "p-3", brand: "Spice Haven", name: "Organic Turmeric Powder", price: "$9.29", rating: 5,
|
||||
reviewCount: "310 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-condiment-powder-concept_23-2148578464.jpg", imageAlt: "Jar of organic turmeric powder"},
|
||||
{
|
||||
id: "p-4",
|
||||
brand: "Spice Haven",
|
||||
name: "Ceylon Cinnamon Sticks",
|
||||
price: "$11.50",
|
||||
rating: 5,
|
||||
reviewCount: "200 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cinnamon-sticks-cinnamon-powders-pinecone-anises-wood-board-spoon-with-cinnamon-powder-dark_140725-105513.jpg",
|
||||
imageAlt: "Bag of Ceylon cinnamon sticks",
|
||||
},
|
||||
id: "p-4", brand: "Spice Haven", name: "Ceylon Cinnamon Sticks", price: "$11.50", rating: 5,
|
||||
reviewCount: "200 reviews", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cinnamon-sticks-cinnamon-powders-pinecone-anises-wood-board-spoon-with-cinnamon-powder-dark_140725-105513.jpg", imageAlt: "Bag of Ceylon cinnamon sticks"},
|
||||
{
|
||||
id: "p-5",
|
||||
brand: "Spice Haven",
|
||||
name: "Garam Masala Blend",
|
||||
price: "$7.99",
|
||||
rating: 4,
|
||||
reviewCount: "150 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-various-spices_23-2149444680.jpg",
|
||||
imageAlt: "Jar of Garam Masala blend",
|
||||
},
|
||||
id: "p-5", brand: "Spice Haven", name: "Garam Masala Blend", price: "$7.99", rating: 4,
|
||||
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-various-spices_23-2149444680.jpg", imageAlt: "Jar of Garam Masala blend"},
|
||||
{
|
||||
id: "p-6",
|
||||
brand: "Spice Haven",
|
||||
name: "Dried Oregano Leaves",
|
||||
price: "$5.75",
|
||||
rating: 4,
|
||||
reviewCount: "120 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/organic-dried-tea-leaves-purple-bowl_114579-66409.jpg",
|
||||
imageAlt: "Jar of dried oregano leaves",
|
||||
},
|
||||
id: "p-6", brand: "Spice Haven", name: "Dried Oregano Leaves", price: "$5.75", rating: 4,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/organic-dried-tea-leaves-purple-bowl_114579-66409.jpg", imageAlt: "Jar of dried oregano leaves"},
|
||||
]}
|
||||
title="Our Exquisite Spice Collection"
|
||||
description="Explore a diverse range of single-origin spices and expertly crafted blends, perfect for every culinary adventure. Each spice is a journey in itself."
|
||||
@@ -269,14 +173,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Gourmet Chefs United",
|
||||
"Culinary Arts Academy",
|
||||
"Organic Grocers Guild",
|
||||
"The Food Bloggers Hub",
|
||||
"Home Cooks Collective",
|
||||
"Flavor Masters Society",
|
||||
"Sustainable Kitchens",
|
||||
]}
|
||||
"Gourmet Chefs United", "Culinary Arts Academy", "Organic Grocers Guild", "The Food Bloggers Hub", "Home Cooks Collective", "Flavor Masters Society", "Sustainable Kitchens"]}
|
||||
title="Trusted by Culinary Professionals"
|
||||
description="Our premium spices are chosen by renowned chefs, respected culinary institutes, and passionate home cooks alike for their unmatched quality and exceptional flavor."
|
||||
speed={30}
|
||||
@@ -290,45 +187,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Sarah J.",
|
||||
handle: "@GourmetHomeCook",
|
||||
testimonial: "Spice Haven has transformed my kitchen! The freshness and aroma of their spices are unmatched. My dishes have never tasted this vibrant and authentic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-young-blonde-male-cook-chef-uniform-cap-touching-frying-pan-with-ladle-looking-it-isolated-white-wall_141793-113849.jpg",
|
||||
imageAlt: "Happy woman cooking",
|
||||
},
|
||||
id: "t-1", name: "Sarah J.", handle: "@GourmetHomeCook", testimonial: "Spice Haven has transformed my kitchen! The freshness and aroma of their spices are unmatched. My dishes have never tasted this vibrant and authentic.", imageSrc: "http://img.b2bpic.net/free-photo/excited-young-blonde-male-cook-chef-uniform-cap-touching-frying-pan-with-ladle-looking-it-isolated-white-wall_141793-113849.jpg", imageAlt: "Happy woman cooking"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Chef David K.",
|
||||
handle: "@ProChefNYC",
|
||||
testimonial: "As a professional chef, I demand the best. Spice Haven delivers consistently high-quality spices that truly stand out. They are now a staple in my restaurant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-male-chef-smelling-tasty-soup-ladle_23-2147863710.jpg",
|
||||
imageAlt: "Male chef in kitchen",
|
||||
},
|
||||
id: "t-2", name: "Chef David K.", handle: "@ProChefNYC", testimonial: "As a professional chef, I demand the best. Spice Haven delivers consistently high-quality spices that truly stand out. They are now a staple in my restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/professional-male-chef-smelling-tasty-soup-ladle_23-2147863710.jpg", imageAlt: "Male chef in kitchen"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Emily R.",
|
||||
handle: "@FlavorExplorer",
|
||||
testimonial: "Their unique blends are incredible! I've experimented with so many new recipes, and every one turns out fantastic. Highly recommend for any food enthusiast!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-photo-meal-her-phone_1303-18328.jpg",
|
||||
imageAlt: "Food blogger",
|
||||
},
|
||||
id: "t-3", name: "Emily R.", handle: "@FlavorExplorer", testimonial: "Their unique blends are incredible! I've experimented with so many new recipes, and every one turns out fantastic. Highly recommend for any food enthusiast!", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-photo-meal-her-phone_1303-18328.jpg", imageAlt: "Food blogger"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "Michael S.",
|
||||
handle: "@HomeCookHero",
|
||||
testimonial: "I was skeptical, but the difference in flavor is astounding. My family can't get enough! Spice Haven has made me a much better cook.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-preparing-meal-kitchen_23-2148954236.jpg",
|
||||
imageAlt: "Older couple cooking",
|
||||
},
|
||||
id: "t-4", name: "Michael S.", handle: "@HomeCookHero", testimonial: "I was skeptical, but the difference in flavor is astounding. My family can't get enough! Spice Haven has made me a much better cook.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-preparing-meal-kitchen_23-2148954236.jpg", imageAlt: "Older couple cooking"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Jessica L.",
|
||||
handle: "@WellnessEats",
|
||||
testimonial: "I appreciate the ethical sourcing and pure ingredients. It's great to know I'm using spices that are good for me and good for the planet. Delicious!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-vegetarian-lunch_1398-4123.jpg",
|
||||
imageAlt: "Young woman smiling with food",
|
||||
},
|
||||
id: "t-5", name: "Jessica L.", handle: "@WellnessEats", testimonial: "I appreciate the ethical sourcing and pure ingredients. It's great to know I'm using spices that are good for me and good for the planet. Delicious!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-vegetarian-lunch_1398-4123.jpg", imageAlt: "Young woman smiling with food"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our satisfied customers who have elevated their cooking and culinary creations with Spice Haven's premium selections and artisanal blends."
|
||||
@@ -341,30 +208,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Where do you source your spices from?",
|
||||
content: "We meticulously source our spices from various regions around the world known for their unique terroir and traditional cultivation methods. We prioritize direct relationships with local farmers to ensure ethical practices and exceptional quality.",
|
||||
},
|
||||
id: "faq-1", title: "Where do you source your spices from?", content: "We meticulously source our spices from various regions around the world known for their unique terroir and traditional cultivation methods. We prioritize direct relationships with local farmers to ensure ethical practices and exceptional quality."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How do you ensure the freshness of your spices?",
|
||||
content: "Our commitment to freshness starts at harvest. Spices are hand-picked at their peak, carefully processed, and immediately sealed in airtight packaging to preserve their natural aroma, potency, and vibrant color.",
|
||||
},
|
||||
id: "faq-2", title: "How do you ensure the freshness of your spices?", content: "Our commitment to freshness starts at harvest. Spices are hand-picked at their peak, carefully processed, and immediately sealed in airtight packaging to preserve their natural aroma, potency, and vibrant color."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you offer organic or fair-trade spices?",
|
||||
content: "Yes, we are proud to offer a growing selection of certified organic and fair-trade spices. We believe in sustainable practices that benefit both the environment and the communities we work with.",
|
||||
},
|
||||
id: "faq-3", title: "Do you offer organic or fair-trade spices?", content: "Yes, we are proud to offer a growing selection of certified organic and fair-trade spices. We believe in sustainable practices that benefit both the environment and the communities we work with."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What is your shipping policy?",
|
||||
content: "We offer various shipping options to meet your needs, including standard and expedited services. Shipping costs and delivery times vary based on your location and the selected method. Please refer to our detailed shipping policy page for more information.",
|
||||
},
|
||||
id: "faq-4", title: "What is your shipping policy?", content: "We offer various shipping options to meet your needs, including standard and expedited services. Shipping costs and delivery times vary based on your location and the selected method. Please refer to our detailed shipping policy page for more information."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Can I return or exchange a product?",
|
||||
content: "Your satisfaction is our priority. If you are not completely happy with your purchase, please contact our customer service team within 30 days of receipt. We will gladly assist you with returns or exchanges as per our policy.",
|
||||
},
|
||||
id: "faq-5", title: "Can I return or exchange a product?", content: "Your satisfaction is our priority. If you are not completely happy with your purchase, please contact our customer service team within 30 days of receipt. We will gladly assist you with returns or exchanges as per our policy."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our products, sourcing, ordering process, and more. If you can't find what you're looking for, feel free to contact us."
|
||||
@@ -376,18 +228,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to elevate your culinary creations? Contact us for wholesale inquiries, recipe ideas, or any questions about our premium spices. We're here to help!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:info@spicehaven.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:info@spicehaven.com"},
|
||||
{
|
||||
text: "Wholesale Inquiries",
|
||||
href: "mailto:wholesale@spicehaven.com",
|
||||
},
|
||||
text: "Wholesale Inquiries", href: "mailto:wholesale@spicehaven.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -399,54 +246,33 @@ export default function LandingPage() {
|
||||
logoText="Spice Haven"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Spices",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All Spices", href: "#products"},
|
||||
{
|
||||
label: "Blends",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Blends", href: "#products"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
label: "New Arrivals", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Sourcing",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Sourcing", href: "#features"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping & Returns", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user