Merge version_1 into main #3
437
src/app/page.tsx
437
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Shield, CheckCircle, Star, Award } from 'lucide-react';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
@@ -26,335 +27,127 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "My Story",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Work With Me",
|
||||
id: "#benefits",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
]}
|
||||
brandName="Healthily Nourished"
|
||||
button={{
|
||||
text: "Contact",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "My Story", id: "about" },
|
||||
{ name: "Work With Me", id: "benefits" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "quote" }
|
||||
]}
|
||||
brandName="Healthily Nourished"
|
||||
button={{ text: "Contact", href: "#quote" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Helping career moms restore energy, improve digestion, and conquer stress — without adding more to their plate."
|
||||
description="Certified Health Coaching designed for the high-end, highly educated career mom who needs effective, sustainable wellness."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "Marketing Director",
|
||||
testimonial: "Finally, a plan that respects my schedule and actually works.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena P.",
|
||||
handle: "Pediatrician",
|
||||
testimonial: "Mara helped me find balance in the chaos of residency and motherhood.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-business-woman-standing-with-coffee-cup_23-2148095744.jpg",
|
||||
},
|
||||
{
|
||||
name: "Maya K.",
|
||||
handle: "Software Engineer",
|
||||
testimonial: "My energy levels are consistent for the first time in years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-young-female-posing-outdoor_181624-33014.jpg",
|
||||
},
|
||||
{
|
||||
name: "Julia V.",
|
||||
handle: "Architect",
|
||||
testimonial: "Practical, science-backed advice that I can actually implement.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
|
||||
},
|
||||
{
|
||||
name: "Chloe M.",
|
||||
handle: "Attorney",
|
||||
testimonial: "I no longer feel like I am failing at health to be successful at work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
]}
|
||||
tag="CERTIFIED HEALTH COACHING FOR CAREER MOMS"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Free Discovery Call",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2527.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
alt: "Happy client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-successful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-10036.jpg",
|
||||
alt: "Satisfied client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "Professional client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
alt: "Successful client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
|
||||
alt: "Content client",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Energy Restoration",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gut Health Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Stress Resilience",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Nutrition",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mindful Living",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{ variant: "plain" }}
|
||||
title="Helping career moms restore energy, improve digestion, and conquer stress — without adding more to their plate."
|
||||
description="Certified Health Coaching designed for the high-end, highly educated career mom who needs effective, sustainable wellness."
|
||||
testimonials={[
|
||||
{ name: "Sarah J.", handle: "Marketing Director", testimonial: "Finally, a plan that respects my schedule and actually works.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-arms-crossed_23-2148170961.jpg" },
|
||||
{ name: "Elena P.", handle: "Pediatrician", testimonial: "Mara helped me find balance in the chaos of residency and motherhood.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-business-woman-standing-with-coffee-cup_23-2148095744.jpg" },
|
||||
{ name: "Maya K.", handle: "Software Engineer", testimonial: "My energy levels are consistent for the first time in years.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-young-female-posing-outdoor_181624-33014.jpg" },
|
||||
{ name: "Julia V.", handle: "Architect", testimonial: "Practical, science-backed advice that I can actually implement.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg" },
|
||||
{ name: "Chloe M.", handle: "Attorney", testimonial: "I no longer feel like I am failing at health to be successful at work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }
|
||||
]}
|
||||
tag="CERTIFIED HEALTH COACHING FOR CAREER MOMS"
|
||||
buttons={[{ text: "Schedule a Free Discovery Call", href: "#quote" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2527.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", alt: "Happy client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-successful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-10036.jpg", alt: "Satisfied client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Professional client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", alt: "Successful client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", alt: "Content client" }
|
||||
]}
|
||||
marqueeItems={[{ type: "text", text: "Energy Restoration" }, { type: "text", text: "Gut Health Support" }, { type: "text", text: "Stress Resilience" }, { type: "text", text: "Sustainable Nutrition" }, { type: "text", text: "Mindful Living" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Welcome! I'm Mara Mazzarotto, Certified Health Coach, Montessori Educator & Career Nanny"
|
||||
description={[
|
||||
"I blend science-backed wellness coaching with the calm, structured philosophy of Montessori to help you reclaim your energy and focus. As a dedicated nanny and educator, I understand the unique pressures of the career-mom lifestyle.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Welcome! I'm Mara Mazzarotto, Certified Health Coach, Montessori Educator & Career Nanny"
|
||||
description={["I blend science-backed wellness coaching with the calm, structured philosophy of Montessori to help you reclaim your energy and focus. As a dedicated nanny and educator, I understand the unique pressures of the career-mom lifestyle."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="benefits" data-section="benefits">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Regain Energy & Focus",
|
||||
description: "Optimize your daily rhythm to sustain peak performance through the demands of your professional and personal life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stacked-zen-stones-sand-background-art-balance-concept_53876-124300.jpg",
|
||||
titleIconSrc: "Zap",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Improve Digestion & Stress Resilience",
|
||||
description: "Targeted support to settle your gut and strengthen your physical response to stress, guided by clinical health coaching.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-yellow-cloth-nature_23-2148170283.jpg",
|
||||
titleIconSrc: "Shield",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Simplify Healthy Eating",
|
||||
description: "Practical strategies to make nutrition effortless, moving away from complex rules and toward intuitive, whole-food nourishment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-foodstuff-assortment_23-2149224294.jpg",
|
||||
titleIconSrc: "CheckCircle",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Manage Stress & Mood Naturally",
|
||||
description: "Leverage natural wellness techniques to balance your emotional landscape and foster consistent, calm focus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-romantic-garden_23-2150316924.jpg",
|
||||
titleIconSrc: "Star",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Sustainable Wellness for You & Your Family",
|
||||
description: "Build a health foundation that radiates throughout your family, creating a supportive environment for everyone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-flower_23-2149513257.jpg",
|
||||
titleIconSrc: "Award",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
]}
|
||||
title="Benefits of Working With Me"
|
||||
description="Real results designed for real life — no crash diets, no overwhelm."
|
||||
tag="WHAT WE WORK ON TOGETHER"
|
||||
/>
|
||||
</div>
|
||||
<div id="benefits" data-section="benefits">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Regain Energy & Focus", description: "Optimize your daily rhythm to sustain peak performance through the demands of your professional and personal life.", imageSrc: "http://img.b2bpic.net/free-photo/stacked-zen-stones-sand-background-art-balance-concept_53876-124300.jpg", titleIconSrc: "Zap", buttonText: "Learn More" },
|
||||
{ title: "Improve Digestion & Stress Resilience", description: "Targeted support to settle your gut and strengthen your physical response to stress, guided by clinical health coaching.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-yellow-cloth-nature_23-2148170283.jpg", titleIconSrc: "Shield", buttonText: "Learn More" },
|
||||
{ title: "Simplify Healthy Eating", description: "Practical strategies to make nutrition effortless, moving away from complex rules and toward intuitive, whole-food nourishment.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-foodstuff-assortment_23-2149224294.jpg", titleIconSrc: "CheckCircle", buttonText: "Learn More" },
|
||||
{ title: "Manage Stress & Mood Naturally", description: "Leverage natural wellness techniques to balance your emotional landscape and foster consistent, calm focus.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-romantic-garden_23-2150316924.jpg", titleIconSrc: "Star", buttonText: "Learn More" },
|
||||
{ title: "Sustainable Wellness for You & Your Family", description: "Build a health foundation that radiates throughout your family, creating a supportive environment for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-flower_23-2149513257.jpg", titleIconSrc: "Award", buttonText: "Learn More" }
|
||||
]}
|
||||
title="Benefits of Working With Me"
|
||||
description="Real results designed for real life — no crash diets, no overwhelm."
|
||||
tag="WHAT WE WORK ON TOGETHER"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="lead-magnet" data-section="lead-magnet">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What's inside the guide?",
|
||||
content: "10 practical, science-backed tips.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is it for everyone?",
|
||||
content: "Designed specifically for busy, high-end career moms.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do I get it?",
|
||||
content: "Simply download via the link below.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-bowls-oatmeal-granola-with-blueberries-apple-honey-mint-rustic-wooden-background_127032-2623.jpg"
|
||||
title="Support Your Gut & Feel Better — Without the Sugar Crash"
|
||||
description="Download '10 Simple Tips to Reduce Sugar' — a free, practical guide to help you lower sugar intake in a way that supports digestion, boosts energy, and brings balance back to your body."
|
||||
tag="FREE RESOURCE"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="lead-magnet" data-section="lead-magnet">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "What's inside the guide?", content: "10 practical, science-backed tips." },
|
||||
{ id: "2", title: "Is it for everyone?", content: "Designed specifically for busy, high-end career moms." },
|
||||
{ id: "3", title: "How do I get it?", content: "Simply download via the link below." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-bowls-oatmeal-granola-with-blueberries-apple-honey-mint-rustic-wooden-background_127032-2623.jpg"
|
||||
title="Support Your Gut & Feel Better — Without the Sugar Crash"
|
||||
description="Download '10 Simple Tips to Reduce Sugar' — a free, practical guide to help you lower sugar intake in a way that supports digestion, boosts energy, and brings balance back to your body."
|
||||
tag="FREE RESOURCE"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Janine Charles",
|
||||
handle: "Preschool Teacher",
|
||||
testimonial: "Mara changed my perspective on energy. No more midday crashes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Johanna Solano",
|
||||
handle: "Licensed Therapist",
|
||||
testimonial: "I've learned to nourish my body to support my demanding career.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-16454.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Geraldine McBrearty",
|
||||
handle: "House Manager",
|
||||
testimonial: "Practical, realistic advice that actually fits into a busy nanny's life.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Miller",
|
||||
handle: "Career Mom",
|
||||
testimonial: "The balance I was searching for is finally here.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "Architect",
|
||||
testimonial: "Finally felt like someone really listened to my specific lifestyle challenges.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What People Are Saying"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Janine Charles", handle: "Preschool Teacher", testimonial: "Mara changed my perspective on energy. No more midday crashes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg" },
|
||||
{ id: "2", name: "Johanna Solano", handle: "Licensed Therapist", testimonial: "I've learned to nourish my body to support my demanding career.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-16454.jpg" },
|
||||
{ id: "3", name: "Geraldine McBrearty", handle: "House Manager", testimonial: "Practical, realistic advice that actually fits into a busy nanny's life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg" },
|
||||
{ id: "4", name: "Sarah Miller", handle: "Career Mom", testimonial: "The balance I was searching for is finally here.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg" },
|
||||
{ id: "5", name: "Elena Rodriguez", handle: "Architect", testimonial: "Finally felt like someone really listened to my specific lifestyle challenges.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="What People Are Saying"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="quote" data-section="quote">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
text="\"All diseases begin in the gut.\" — Hippocrates"
|
||||
/>
|
||||
</div>
|
||||
<div id="quote" data-section="quote">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
text="\"All diseases begin in the gut.\" — Hippocrates"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dried-copper-lily-leaf-textured-background_53876-98352.jpg"
|
||||
logoText="Healthily Nourished"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Disclaimer",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "mara@healthilynourished.com",
|
||||
href: "mailto:mara@healthilynourished.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dried-copper-lily-leaf-textured-background_53876-98352.jpg"
|
||||
logoText="Healthily Nourished"
|
||||
columns={[
|
||||
{ title: "Explore", items: [{ label: "Home", href: "#" }, { label: "About", href: "#" }, { label: "Services", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Disclaimer", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "mara@healthilynourished.com", href: "mailto:mara@healthilynourished.com" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user