Merge version_1 into main #1
348
src/app/page.tsx
348
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
brandName="Drink Mino"
|
||||
/>
|
||||
@@ -66,83 +54,43 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Functional Hydration for Modern Living"
|
||||
description="Drink Mino delivers clean, purposeful beverages crafted for your active lifestyle. Discover what real ingredients taste like."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah L.",
|
||||
handle: "@HealthNut",
|
||||
testimonial: "Mino's Energize Elixir is my secret weapon for morning workouts! It keeps me going.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-glass-lemonade-hot-summer-day_169016-23191.jpg",
|
||||
imageAlt: "Sarah L. with Drink Mino",
|
||||
},
|
||||
name: "Sarah L.", handle: "@HealthNut", testimonial: "Mino's Energize Elixir is my secret weapon for morning workouts! It keeps me going.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-glass-lemonade-hot-summer-day_169016-23191.jpg", imageAlt: "Sarah L. with Drink Mino"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@ActiveLife",
|
||||
testimonial: "Finally, a functional drink that tastes amazing and actually works for my active lifestyle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-drinking-something-after-training_58466-11016.jpg",
|
||||
imageAlt: "David K. with Drink Mino",
|
||||
},
|
||||
name: "David K.", handle: "@ActiveLife", testimonial: "Finally, a functional drink that tastes amazing and actually works for my active lifestyle.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-man-drinking-something-after-training_58466-11016.jpg", imageAlt: "David K. with Drink Mino"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@WellnessGuru",
|
||||
testimonial: "The ingredients are so clean! I feel great drinking Mino daily, truly a game changer.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-orange-juice-feminine-wellness-vibes_169016-68814.jpg",
|
||||
imageAlt: "Emily R. with Drink Mino",
|
||||
},
|
||||
name: "Emily R.", handle: "@WellnessGuru", testimonial: "The ingredients are so clean! I feel great drinking Mino daily, truly a game changer.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-orange-juice-feminine-wellness-vibes_169016-68814.jpg", imageAlt: "Emily R. with Drink Mino"},
|
||||
{
|
||||
name: "Mark T.",
|
||||
handle: "@FitnessFuel",
|
||||
testimonial: "Switched from coffee to Mino's Focus Flow, no more jitters and sustained energy!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-shirt-pointing-into-his-wrist-pink_140725-21225.jpg",
|
||||
imageAlt: "Mark T. with Drink Mino",
|
||||
},
|
||||
name: "Mark T.", handle: "@FitnessFuel", testimonial: "Switched from coffee to Mino's Focus Flow, no more jitters and sustained energy!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-grey-shirt-pointing-into-his-wrist-pink_140725-21225.jpg", imageAlt: "Mark T. with Drink Mino"},
|
||||
{
|
||||
name: "Jessica P.",
|
||||
handle: "@CleanEats",
|
||||
testimonial: "Love that Mino is committed to sustainability, aligns perfectly with my personal values.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-women-lifestyle-young-woman-does-workout-home-sits-yoga-mat-with-smartphone-brigh_1258-182441.jpg",
|
||||
imageAlt: "Jessica P. with Drink Mino",
|
||||
},
|
||||
name: "Jessica P.", handle: "@CleanEats", testimonial: "Love that Mino is committed to sustainability, aligns perfectly with my personal values.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-women-lifestyle-young-woman-does-workout-home-sits-yoga-mat-with-smartphone-brigh_1258-182441.jpg", imageAlt: "Jessica P. with Drink Mino"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Explore Our Range",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Range", href: "#products"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/charming-confident-woman-elegant-outfit_23-2147670345.jpg",
|
||||
alt: "Sarah L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/charming-confident-woman-elegant-outfit_23-2147670345.jpg", alt: "Sarah L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", alt: "David K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-fitness-woman-with-headband-armbands-smiling-confident-with-arms-crossed-standing-green-wall_141793-100844.jpg",
|
||||
alt: "Mark T.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-fitness-woman-with-headband-armbands-smiling-confident-with-arms-crossed-standing-green-wall_141793-100844.jpg", alt: "Mark T."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-isolated-green-wall-with-copy-space_141793-103390.jpg",
|
||||
alt: "Maria C.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-isolated-green-wall-with-copy-space_141793-103390.jpg", alt: "Maria C."},
|
||||
]}
|
||||
avatarText="Join 10,000+ happy customers"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detox-with-sliced-fruits-inside_140725-6126.jpg"
|
||||
@@ -150,27 +98,17 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Pure Ingredients",
|
||||
type: "text", text: "Pure Ingredients"},
|
||||
{
|
||||
type: "text-icon", text: "Sustainable", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable",
|
||||
icon: Leaf,
|
||||
type: "text", text: "Functional Benefits"},
|
||||
{
|
||||
type: "text-icon", text: "Refreshing Taste", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Functional Benefits",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Refreshing Taste",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Active Lifestyle",
|
||||
},
|
||||
type: "text", text: "Active Lifestyle"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -192,34 +130,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Purity Guaranteed",
|
||||
title: "Natural, Clean Ingredients",
|
||||
items: [
|
||||
"No artificial flavors or colors",
|
||||
"Zero added sugars or sweeteners",
|
||||
"Vegan-friendly formulations",
|
||||
],
|
||||
id: "f1", label: "Purity Guaranteed", title: "Natural, Clean Ingredients", items: [
|
||||
"No artificial flavors or colors", "Zero added sugars or sweeteners", "Vegan-friendly formulations"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Targeted Benefits",
|
||||
title: "Functional Formulas",
|
||||
items: [
|
||||
"Boosts natural energy levels",
|
||||
"Enhances mental clarity and focus",
|
||||
"Supports a robust immune system",
|
||||
],
|
||||
id: "f2", label: "Targeted Benefits", title: "Functional Formulas", items: [
|
||||
"Boosts natural energy levels", "Enhances mental clarity and focus", "Supports a robust immune system"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Sustainable Choice",
|
||||
title: "Eco-Conscious Packaging",
|
||||
items: [
|
||||
"Crafted from recyclable materials",
|
||||
"Commitment to reduced carbon footprint",
|
||||
"Responsibly sourced ingredients worldwide",
|
||||
],
|
||||
id: "f3", label: "Sustainable Choice", title: "Eco-Conscious Packaging", items: [
|
||||
"Crafted from recyclable materials", "Commitment to reduced carbon footprint", "Responsibly sourced ingredients worldwide"],
|
||||
},
|
||||
]}
|
||||
title="Unlock Your Potential with Every Sip"
|
||||
@@ -235,47 +155,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Energize Elixir",
|
||||
price: "$3.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-orange-smoothie_23-2148527329.jpg",
|
||||
imageAlt: "Energize Elixir bottle",
|
||||
},
|
||||
id: "p1", name: "Energize Elixir", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/cup-with-orange-smoothie_23-2148527329.jpg", imageAlt: "Energize Elixir bottle"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Focus Flow",
|
||||
price: "$4.29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-drinking-coffee-standing-green-wall_141793-52890.jpg",
|
||||
imageAlt: "Focus Flow bottle",
|
||||
},
|
||||
id: "p2", name: "Focus Flow", price: "$4.29", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-drinking-coffee-standing-green-wall_141793-52890.jpg", imageAlt: "Focus Flow bottle"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Immunity Shield",
|
||||
price: "$3.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoothies-with-orange-avocado_23-2148574124.jpg",
|
||||
imageAlt: "Immunity Shield bottle",
|
||||
},
|
||||
id: "p3", name: "Immunity Shield", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoothies-with-orange-avocado_23-2148574124.jpg", imageAlt: "Immunity Shield bottle"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Calm & Restore",
|
||||
price: "$4.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-red-drink-glass-bottle-arrangement_23-2148890279.jpg",
|
||||
imageAlt: "Calm & Restore bottle",
|
||||
},
|
||||
id: "p4", name: "Calm & Restore", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/healthy-red-drink-glass-bottle-arrangement_23-2148890279.jpg", imageAlt: "Calm & Restore bottle"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Hydrate Boost",
|
||||
price: "$3.79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148935267.jpg",
|
||||
imageAlt: "Hydrate Boost bottle",
|
||||
},
|
||||
id: "p5", name: "Hydrate Boost", price: "$3.79", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148935267.jpg", imageAlt: "Hydrate Boost bottle"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Vitality Vibe",
|
||||
price: "$4.19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-tropical-fruits-with-notepad_23-2147795420.jpg",
|
||||
imageAlt: "Vitality Vibe bottle",
|
||||
},
|
||||
id: "p6", name: "Vitality Vibe", price: "$4.19", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-tropical-fruits-with-notepad_23-2147795420.jpg", imageAlt: "Vitality Vibe bottle"},
|
||||
]}
|
||||
title="Discover Your Perfect Drink"
|
||||
description="Explore our curated selection of functional beverages, each crafted to support a specific aspect of your well-being. Find your ideal companion for any moment."
|
||||
@@ -289,56 +179,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan1",
|
||||
tag: "Starter",
|
||||
price: "$22.99",
|
||||
period: "/month",
|
||||
description: "Perfect for new users exploring functional hydration.",
|
||||
button: {
|
||||
text: "Choose Starter",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Monthly 6-pack delivery",
|
||||
"Access to exclusive new flavors",
|
||||
"Standard customer support",
|
||||
],
|
||||
id: "plan1", tag: "Starter", price: "$22.99", period: "/month", description: "Perfect for new users exploring functional hydration.", button: {
|
||||
text: "Choose Starter", href: "#"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Monthly 6-pack delivery", "Access to exclusive new flavors", "Standard customer support"],
|
||||
},
|
||||
{
|
||||
id: "plan2",
|
||||
tag: "Most Popular",
|
||||
tagIcon: Sparkles,
|
||||
price: "$39.99",
|
||||
period: "/month",
|
||||
description: "Ideal for consistent daily functional hydration.",
|
||||
button: {
|
||||
text: "Choose Pro",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Everything in Starter, plus:",
|
||||
features: [
|
||||
"Monthly 12-pack delivery",
|
||||
"Priority flavor selection",
|
||||
"Premium customer support",
|
||||
],
|
||||
id: "plan2", tag: "Most Popular", tagIcon: Sparkles,
|
||||
price: "$39.99", period: "/month", description: "Ideal for consistent daily functional hydration.", button: {
|
||||
text: "Choose Pro", href: "#"},
|
||||
featuresTitle: "Everything in Starter, plus:", features: [
|
||||
"Monthly 12-pack delivery", "Priority flavor selection", "Premium customer support"],
|
||||
},
|
||||
{
|
||||
id: "plan3",
|
||||
tag: "Enterprise",
|
||||
price: "Custom",
|
||||
period: "",
|
||||
description: "Tailored solutions for businesses and large teams.",
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Custom benefits:",
|
||||
features: [
|
||||
"Bulk order discounts",
|
||||
"Personalized beverage consulting",
|
||||
"Dedicated account manager",
|
||||
],
|
||||
id: "plan3", tag: "Enterprise", price: "Custom", period: "", description: "Tailored solutions for businesses and large teams.", button: {
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
featuresTitle: "Custom benefits:", features: [
|
||||
"Bulk order discounts", "Personalized beverage consulting", "Dedicated account manager"],
|
||||
},
|
||||
]}
|
||||
title="Subscribe & Save on Your Favorite Mino Drinks"
|
||||
@@ -353,50 +210,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah L.",
|
||||
handle: "Health Enthusiast",
|
||||
testimonial: "Mino's Energize Elixir is my secret weapon for morning workouts! It provides clean energy without the jitters, helping me perform my best.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-charming-girl-with-wonderful-wide-smile-enjoying-morning-coffee-with-closed-eyes-sunlight_291650-2604.jpg",
|
||||
imageAlt: "Sarah L.",
|
||||
},
|
||||
id: "t1", name: "Sarah L.", handle: "Health Enthusiast", testimonial: "Mino's Energize Elixir is my secret weapon for morning workouts! It provides clean energy without the jitters, helping me perform my best.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-charming-girl-with-wonderful-wide-smile-enjoying-morning-coffee-with-closed-eyes-sunlight_291650-2604.jpg", imageAlt: "Sarah L."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David K.",
|
||||
handle: "Active Lifestyle Blogger",
|
||||
testimonial: "Finally, a functional drink that tastes amazing and actually works for my active lifestyle. Drink Mino has become an essential part of my daily routine.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/displeased-unshaven-youngster-points-index-finger-camera-holds-thermos-with-aromatic-beverage-has-gloomy-face-expression-wears-striped-sailor-sweater-isolated-purple-studio-background_273609-32546.jpg",
|
||||
imageAlt: "David K.",
|
||||
},
|
||||
id: "t2", name: "David K.", handle: "Active Lifestyle Blogger", testimonial: "Finally, a functional drink that tastes amazing and actually works for my active lifestyle. Drink Mino has become an essential part of my daily routine.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/displeased-unshaven-youngster-points-index-finger-camera-holds-thermos-with-aromatic-beverage-has-gloomy-face-expression-wears-striped-sailor-sweater-isolated-purple-studio-background_273609-32546.jpg", imageAlt: "David K."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "Wellness Consultant",
|
||||
testimonial: "The ingredients are so clean! I feel great drinking Mino daily, truly a game changer for my overall well-being. Highly recommend to everyone.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-pink-t-shirt-blue-jeans-mixing-milk-with-orange-grey_140725-21161.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
id: "t3", name: "Emily R.", handle: "Wellness Consultant", testimonial: "The ingredients are so clean! I feel great drinking Mino daily, truly a game changer for my overall well-being. Highly recommend to everyone.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-pink-t-shirt-blue-jeans-mixing-milk-with-orange-grey_140725-21161.jpg", imageAlt: "Emily R."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mark T.",
|
||||
handle: "Fitness Coach",
|
||||
testimonial: "Switched from coffee to Mino's Focus Flow, and I've experienced no more jitters and sustained energy throughout my busy day. Incredible product!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-guy-posing_176420-29920.jpg",
|
||||
imageAlt: "Mark T.",
|
||||
},
|
||||
id: "t4", name: "Mark T.", handle: "Fitness Coach", testimonial: "Switched from coffee to Mino's Focus Flow, and I've experienced no more jitters and sustained energy throughout my busy day. Incredible product!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-guy-posing_176420-29920.jpg", imageAlt: "Mark T."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica P.",
|
||||
handle: "Eco-Conscious Consumer",
|
||||
testimonial: "Love that Mino is committed to sustainability, from sourcing to packaging. It aligns perfectly with my personal values and provides great taste.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-brunette-sportswoman-girl-activewear-drinking-glass-orange-juice-sitting-her-kitchen_1258-183345.jpg",
|
||||
imageAlt: "Jessica P.",
|
||||
},
|
||||
id: "t5", name: "Jessica P.", handle: "Eco-Conscious Consumer", testimonial: "Love that Mino is committed to sustainability, from sourcing to packaging. It aligns perfectly with my personal values and provides great taste.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-brunette-sportswoman-girl-activewear-drinking-glass-orange-juice-sitting-her-kitchen_1258-183345.jpg", imageAlt: "Jessica P."},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Health-Conscious Community Says"
|
||||
@@ -409,14 +236,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Wellness Hub",
|
||||
"Green Leaf Co.",
|
||||
"Active Fit Nation",
|
||||
"Pure Living Market",
|
||||
"Vitality Systems",
|
||||
"Eco Thrive",
|
||||
"Mindful Living",
|
||||
]}
|
||||
"Wellness Hub", "Green Leaf Co.", "Active Fit Nation", "Pure Living Market", "Vitality Systems", "Eco Thrive", "Mindful Living"]}
|
||||
title="Trusted by Leaders in Wellness"
|
||||
description="Our commitment to quality and natural ingredients has earned us recognition across the health and wellness industry. Join the brands that trust Drink Mino."
|
||||
/>
|
||||
@@ -428,20 +248,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What makes Drink Mino different from other beverages?",
|
||||
content: "Drink Mino prioritizes natural, high-quality ingredients with targeted functional benefits, avoiding artificial additives and excessive sugars found in many mainstream options. We focus on transparency and efficacy.",
|
||||
},
|
||||
id: "q1", title: "What makes Drink Mino different from other beverages?", content: "Drink Mino prioritizes natural, high-quality ingredients with targeted functional benefits, avoiding artificial additives and excessive sugars found in many mainstream options. We focus on transparency and efficacy."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your products suitable for all dietary needs?",
|
||||
content: "Our products are vegan-friendly, gluten-free, and free from major common allergens. However, we always recommend checking individual product labels for specific ingredient lists and detailed dietary information to ensure suitability.",
|
||||
},
|
||||
id: "q2", title: "Are your products suitable for all dietary needs?", content: "Our products are vegan-friendly, gluten-free, and free from major common allergens. However, we always recommend checking individual product labels for specific ingredient lists and detailed dietary information to ensure suitability."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How does Drink Mino ensure sustainability in its production?",
|
||||
content: "We are deeply committed to sustainability. We source ingredients responsibly from ethical suppliers and utilize recyclable packaging materials wherever possible. Our goal is to minimize our carbon footprint throughout our entire production and distribution process.",
|
||||
},
|
||||
id: "q3", title: "How does Drink Mino ensure sustainability in its production?", content: "We are deeply committed to sustainability. We source ingredients responsibly from ethical suppliers and utilize recyclable packaging materials wherever possible. Our goal is to minimize our carbon footprint throughout our entire production and distribution process."},
|
||||
]}
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick answers to the most common questions about Drink Mino, our products, and our commitment to quality and sustainability."
|
||||
@@ -453,20 +264,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Connect With Us"
|
||||
title="Ready to Elevate Your Hydration?"
|
||||
description="Join the Mino movement and experience the difference of purposeful hydration crafted for your active, health-conscious lifestyle. Reach out today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get in Touch", href: "#"},
|
||||
{
|
||||
text: "Find a Retailer",
|
||||
href: "#",
|
||||
},
|
||||
text: "Find a Retailer", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -475,13 +281,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Drink Mino"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user