Merge version_1 into main #2
231
src/app/page.tsx
231
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Danzo07"
|
||||
/>
|
||||
@@ -55,62 +47,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Danzo07: The Essence of Purity"
|
||||
description="Experience the vibrant, aromatic power of our farm-fresh turmeric and chilli powders, crafted to elevate every dish."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Spices",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Spices", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-cabbage-salad-with-different-spices-wooden-surface_176474-183.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-cabbage-salad-with-different-spices-wooden-surface_176474-183.jpg"
|
||||
imageAlt="turmeric and chilli powder premium packaging"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/spoon-with-paprika-near-spices_23-2147773515.jpg",
|
||||
alt: "Spoon with paprika near spices",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/spoon-with-paprika-near-spices_23-2147773515.jpg", alt: "Spoon with paprika near spices"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-vegetables-bowl-lentil-tomatoes-spices-bell-peppers-garlic-onion_140725-73832.jpg",
|
||||
alt: "Top view of vegetables bowl of lentil tomatoes spices bell peppers garlic onion",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-vegetables-bowl-lentil-tomatoes-spices-bell-peppers-garlic-onion_140725-73832.jpg", alt: "Top view of vegetables bowl of lentil tomatoes spices bell peppers garlic onion"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-soup-cooked-from-fresh-tomatoes-with-seasonings-dark-background-sauce-meal-tomato-dish-soup_140725-96787.jpg",
|
||||
alt: "Top view delicious tomato soup cooked from fresh tomatoes with seasonings on a dark background sauce meal tomato dish soup",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-soup-cooked-from-fresh-tomatoes-with-seasonings-dark-background-sauce-meal-tomato-dish-soup_140725-96787.jpg", alt: "Top view delicious tomato soup cooked from fresh tomatoes with seasonings on a dark background sauce meal tomato dish soup"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88406.jpg",
|
||||
alt: "Top view of tasty vegetable salad on dark surface",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88406.jpg", alt: "Top view of tasty vegetable salad on dark surface"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-view-dried-herbs-spoons_176474-1897.jpg",
|
||||
alt: "High angle view dried herbs in spoons",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-view-dried-herbs-spoons_176474-1897.jpg", alt: "High angle view dried herbs in spoons"},
|
||||
]}
|
||||
avatarText="Loved by 500+ home chefs"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Organic",
|
||||
},
|
||||
type: "text", text: "100% Organic"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm Fresh",
|
||||
},
|
||||
type: "text", text: "Farm Fresh"},
|
||||
{
|
||||
type: "text",
|
||||
text: "No Preservatives",
|
||||
},
|
||||
type: "text", text: "No Preservatives"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
type: "text", text: "Premium Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Sourcing",
|
||||
},
|
||||
type: "text", text: "Sustainable Sourcing"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,54 +89,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Crafted with Passion"
|
||||
description={[
|
||||
"At Danzo07, we believe that great flavor starts with authentic sourcing. Our turmeric and chilli are hand-picked and ground using traditional methods to preserve maximum potency.",
|
||||
"Our mission is to bring farm-fresh quality directly to your kitchen, ensuring every meal you prepare is a masterpiece of taste and health.",
|
||||
]}
|
||||
"At Danzo07, we believe that great flavor starts with authentic sourcing. Our turmeric and chilli are hand-picked and ground using traditional methods to preserve maximum potency.", "Our mission is to bring farm-fresh quality directly to your kitchen, ensuring every meal you prepare is a masterpiece of taste and health."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Golden Turmeric Powder",
|
||||
price: "$8.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/writing-near-assorted-spices_23-2147773479.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Golden Turmeric Powder", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/writing-near-assorted-spices_23-2147773479.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Fiery Red Chilli Powder",
|
||||
price: "$7.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-sauce-with-greens-grey-table-soup-meal-dinner-vegetable-food_140725-33734.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Fiery Red Chilli Powder", price: "$7.49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-sauce-with-greens-grey-table-soup-meal-dinner-vegetable-food_140725-33734.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Spicy Masala Blend",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-jam-jar_187299-46646.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Spicy Masala Blend", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/fruit-jam-jar_187299-46646.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Organic Turmeric Root Powder",
|
||||
price: "$10.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-caucasian-khinkali-with-herbs-cup-marinated-foods_114579-34781.jpg",
|
||||
},
|
||||
id: "p4", name: "Organic Turmeric Root Powder", price: "$10.49", imageSrc: "http://img.b2bpic.net/free-photo/fried-caucasian-khinkali-with-herbs-cup-marinated-foods_114579-34781.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Smoked Chilli Seasoning",
|
||||
price: "$8.29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/peppers-wooden-spoon-with-red-pepper-flakes-high-angle-view-wooden_176474-7468.jpg",
|
||||
},
|
||||
id: "p5", name: "Smoked Chilli Seasoning", price: "$8.29", imageSrc: "http://img.b2bpic.net/free-photo/peppers-wooden-spoon-with-red-pepper-flakes-high-angle-view-wooden_176474-7468.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Gourmet Spice Trio Set",
|
||||
price: "$24.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-fresh-vegetables-black-floor-ripe-meal-color-plant-tree_140725-103980.jpg",
|
||||
},
|
||||
id: "p6", name: "Gourmet Spice Trio Set", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-fresh-vegetables-black-floor-ripe-meal-color-plant-tree_140725-103980.jpg"},
|
||||
]}
|
||||
title="Our Signature Spices"
|
||||
description="Premium grade, organic powders ground to perfection for your culinary needs."
|
||||
@@ -181,20 +125,11 @@ export default function LandingPage() {
|
||||
tag="Our Excellence"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Pure Organic Ingredients",
|
||||
},
|
||||
id: "m1", value: "100%", description: "Pure Organic Ingredients"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Satisfied Home Chefs",
|
||||
},
|
||||
id: "m2", value: "500+", description: "Satisfied Home Chefs"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12",
|
||||
description: "Years of Tradition",
|
||||
},
|
||||
id: "m3", value: "12", description: "Years of Tradition"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -205,14 +140,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Gourmet Kitchen",
|
||||
"Organic Life",
|
||||
"Culinary Weekly",
|
||||
"Fresh Foodies",
|
||||
"Daily Meal",
|
||||
"Healthy Living",
|
||||
"Elite Catering",
|
||||
]}
|
||||
"Gourmet Kitchen", "Organic Life", "Culinary Weekly", "Fresh Foodies", "Daily Meal", "Healthy Living", "Elite Catering"]}
|
||||
title="Trusted by Experts"
|
||||
description="Our spices are favored by top kitchens and food enthusiasts across the country."
|
||||
/>
|
||||
@@ -224,60 +152,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
date: "Oct 2023",
|
||||
title: "Home Chef",
|
||||
quote: "The most potent turmeric I have ever used. Simply incredible quality.",
|
||||
tag: "Verified Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-healthy-sweet-deserts-chia-puddings-made-almond-milk-blue-spirulina-extract-chia-seeds-pappaya-mango-jam-homemade-granola-wooden-table-kitchen-home_343596-1067.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-cabbage-salad-with-different-spices-wooden-surface_176474-183.jpg?_wi=2",
|
||||
imageAlt: "happy customer using spices in kitchen",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", date: "Oct 2023", title: "Home Chef", quote: "The most potent turmeric I have ever used. Simply incredible quality.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-healthy-sweet-deserts-chia-puddings-made-almond-milk-blue-spirulina-extract-chia-seeds-pappaya-mango-jam-homemade-granola-wooden-table-kitchen-home_343596-1067.jpg", imageSrc: "http://img.b2bpic.net/free-photo/red-cabbage-salad-with-different-spices-wooden-surface_176474-183.jpg", imageAlt: "happy customer using spices in kitchen"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Chen",
|
||||
date: "Nov 2023",
|
||||
title: "Professional Chef",
|
||||
quote: "Consistency is key in a professional kitchen, and Danzo07 never disappoints.",
|
||||
tag: "Verified Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle_329181-8709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-fabric-clay-pot-with-person-preparing-kielbasa-blurry_181624-9168.jpg",
|
||||
imageAlt: "happy customer using spices in kitchen",
|
||||
},
|
||||
id: "t2", name: "James Chen", date: "Nov 2023", title: "Professional Chef", quote: "Consistency is key in a professional kitchen, and Danzo07 never disappoints.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle_329181-8709.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-fabric-clay-pot-with-person-preparing-kielbasa-blurry_181624-9168.jpg", imageAlt: "happy customer using spices in kitchen"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
date: "Dec 2023",
|
||||
title: "Food Blogger",
|
||||
quote: "The aroma of their chilli powder is unmatched. A staple in my pantry now.",
|
||||
tag: "Verified Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/crop-woman-cracking-egg-bowl_23-2147809518.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/writing-near-assorted-spices_23-2147773479.jpg?_wi=2",
|
||||
imageAlt: "happy customer using spices in kitchen",
|
||||
},
|
||||
id: "t3", name: "Elena Rodriguez", date: "Dec 2023", title: "Food Blogger", quote: "The aroma of their chilli powder is unmatched. A staple in my pantry now.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/crop-woman-cracking-egg-bowl_23-2147809518.jpg", imageSrc: "http://img.b2bpic.net/free-photo/writing-near-assorted-spices_23-2147773479.jpg", imageAlt: "happy customer using spices in kitchen"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Thompson",
|
||||
date: "Jan 2024",
|
||||
title: "Food Enthusiast",
|
||||
quote: "You can taste the freshness in every single teaspoon. Highly recommended.",
|
||||
tag: "Verified Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-pouring-almond-milk-glass-bottle_343596-844.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-sauce-with-greens-grey-table-soup-meal-dinner-vegetable-food_140725-33734.jpg?_wi=2",
|
||||
imageAlt: "happy customer using spices in kitchen",
|
||||
},
|
||||
id: "t4", name: "David Thompson", date: "Jan 2024", title: "Food Enthusiast", quote: "You can taste the freshness in every single teaspoon. Highly recommended.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-pouring-almond-milk-glass-bottle_343596-844.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-sauce-with-greens-grey-table-soup-meal-dinner-vegetable-food_140725-33734.jpg", imageAlt: "happy customer using spices in kitchen"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ayesha Khan",
|
||||
date: "Feb 2024",
|
||||
title: "Home Cook",
|
||||
quote: "Finally, I found spices that actually taste like real food. Fantastic products.",
|
||||
tag: "Verified Buyer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-cooking-pizza-kitchen_158595-2050.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-jam-jar_187299-46646.jpg?_wi=2",
|
||||
imageAlt: "happy customer using spices in kitchen",
|
||||
},
|
||||
id: "t5", name: "Ayesha Khan", date: "Feb 2024", title: "Home Cook", quote: "Finally, I found spices that actually taste like real food. Fantastic products.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-cooking-pizza-kitchen_158595-2050.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fruit-jam-jar_187299-46646.jpg", imageAlt: "happy customer using spices in kitchen"},
|
||||
]}
|
||||
title="What Our Chefs Say"
|
||||
description="Danzo07 has completely transformed our kitchen flavors."
|
||||
@@ -290,20 +173,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are your spices organic?",
|
||||
content: "Yes, we source 100% organic, non-GMO ingredients.",
|
||||
},
|
||||
id: "f1", title: "Are your spices organic?", content: "Yes, we source 100% organic, non-GMO ingredients."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do you store them?",
|
||||
content: "Store in a cool, dark place away from moisture for best freshness.",
|
||||
},
|
||||
id: "f2", title: "How do you store them?", content: "Store in a cool, dark place away from moisture for best freshness."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Currently, we offer shipping within the country with plans to expand.",
|
||||
},
|
||||
id: "f3", title: "Do you ship internationally?", content: "Currently, we offer shipping within the country with plans to expand."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about Danzo07 spices."
|
||||
@@ -315,16 +189,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
title="Ready to Spice Up Your Kitchen?"
|
||||
description="Reach out to us for bulk orders or any general inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@danzo07.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@danzo07.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -335,37 +206,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Process",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Process", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Shop All",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop All", href: "#products"},
|
||||
{
|
||||
label: "Shipping Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user