Update src/app/page.tsx
This commit is contained in:
293
src/app/page.tsx
293
src/app/page.tsx
@@ -30,33 +30,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Homeschooling",
|
||||
id: "/homeschooling",
|
||||
},
|
||||
name: "Homeschooling", id: "/homeschooling"},
|
||||
{
|
||||
name: "Re-Design",
|
||||
id: "/re-design",
|
||||
},
|
||||
name: "Re-Design", id: "/re-design"},
|
||||
{
|
||||
name: "Speaking",
|
||||
id: "/speaking",
|
||||
},
|
||||
name: "Speaking", id: "/speaking"},
|
||||
{
|
||||
name: "About Niki",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Niki", id: "/about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Niki Rodrigues"
|
||||
/>
|
||||
@@ -65,121 +51,70 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Helping Families Thrive at Home, in Learning, and in Life"
|
||||
description="Homeschooling mentorship, practical family support, inspiring workshops, and affordable interior re-design with Niki Rodrigues."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-lesson-time_23-2148542786.jpg",
|
||||
imageAlt: "A happy family homeschooling together at home, smiling and engaged in learning.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-lesson-time_23-2148542786.jpg", imageAlt: "A happy family homeschooling together at home, smiling and engaged in learning."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-clapping_23-2148686532.jpg",
|
||||
imageAlt: "Niki Rodrigues speaking on stage, engaging a diverse audience with an inspiring presentation.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-clapping_23-2148686532.jpg", imageAlt: "Niki Rodrigues speaking on stage, engaging a diverse audience with an inspiring presentation."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-headphones-studio_23-2149386583.jpg",
|
||||
imageAlt: "Niki Rodrigues recording her 'Homeschooling Matters' podcast, with a microphone and headphones.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-headphones-studio_23-2149386583.jpg", imageAlt: "Niki Rodrigues recording her 'Homeschooling Matters' podcast, with a microphone and headphones."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-sisters-home_1157-18787.jpg",
|
||||
imageAlt: "A happy family homeschooling together at home, smiling and engaged in learning.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-sisters-home_1157-18787.jpg", imageAlt: "A happy family homeschooling together at home, smiling and engaged in learning."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-person-attending-theatre_23-2151184602.jpg",
|
||||
imageAlt: "Niki Rodrigues speaking on stage, engaging a diverse audience with an inspiring presentation.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-black-white-person-attending-theatre_23-2151184602.jpg", imageAlt: "Niki Rodrigues speaking on stage, engaging a diverse audience with an inspiring presentation."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-broadcasting-radio_23-2148808754.jpg",
|
||||
imageAlt: "Niki Rodrigues recording her 'Homeschooling Matters' podcast, with a microphone and headphones.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-broadcasting-radio_23-2148808754.jpg", imageAlt: "Niki Rodrigues recording her 'Homeschooling Matters' podcast, with a microphone and headphones."},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-room-design-concept_23-2148786481.jpg",
|
||||
imageAlt: "A modern, elegantly re-designed home office space with warm decor elements.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-interior-room-design-concept_23-2148786481.jpg", imageAlt: "A modern, elegantly re-designed home office space with warm decor elements."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-helping-daughter-with-her-homework_1170-2801.jpg",
|
||||
imageAlt: "Niki Rodrigues mentoring a parent, offering guidance and support in a professional setting.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-helping-daughter-with-her-homework_1170-2801.jpg", imageAlt: "Niki Rodrigues mentoring a parent, offering guidance and support in a professional setting."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898552.jpg",
|
||||
imageAlt: "A cozy, creatively styled home interior with unique decor and warm lighting.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/maximalist-interior-design_23-2151898552.jpg", imageAlt: "A cozy, creatively styled home interior with unique decor and warm lighting."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-arrangement-with-blackboards_23-2148577685.jpg",
|
||||
imageAlt: "A modern, elegantly re-designed home office space with warm decor elements.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-arrangement-with-blackboards_23-2148577685.jpg", imageAlt: "A modern, elegantly re-designed home office space with warm decor elements."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361539.jpg",
|
||||
imageAlt: "Niki Rodrigues mentoring a parent, offering guidance and support in a professional setting.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361539.jpg", imageAlt: "Niki Rodrigues mentoring a parent, offering guidance and support in a professional setting."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-moving-into-new-home_23-2149199036.jpg",
|
||||
imageAlt: "A cozy, creatively styled home interior with unique decor and warm lighting.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-moving-into-new-home_23-2149199036.jpg", imageAlt: "A cozy, creatively styled home interior with unique decor and warm lighting."},
|
||||
]}
|
||||
tag="Niki Rodrigues"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Homeschool Support",
|
||||
href: "/homeschooling",
|
||||
},
|
||||
text: "Explore Homeschool Support", href: "/homeschooling"},
|
||||
{
|
||||
text: "Book Interior Re-Design Help",
|
||||
href: "/re-design",
|
||||
},
|
||||
text: "Book Interior Re-Design Help", href: "/re-design"},
|
||||
{
|
||||
text: "Contact Niki",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Niki", href: "/contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-family-spending-quality-time-together-home_23-2149038357.jpg",
|
||||
alt: "Cute family spending quality time together at home",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-family-spending-quality-time-together-home_23-2149038357.jpg", alt: "Cute family spending quality time together at home"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-parents-kid_23-2149610835.jpg",
|
||||
alt: "Medium shot smiley parents and kid",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-parents-kid_23-2149610835.jpg", alt: "Medium shot smiley parents and kid"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662439.jpg",
|
||||
alt: "Full shot family ready to move into a new home",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-family-ready-move-into-new-home_23-2149662439.jpg", alt: "Full shot family ready to move into a new home"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/father-reading-book-daughters_23-2147737590.jpg",
|
||||
alt: "Father reading book to daughters",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/father-reading-book-daughters_23-2147737590.jpg", alt: "Father reading book to daughters"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cozy-home-interior-living-room-with-vase-flowers-candles_169016-3572.jpg",
|
||||
alt: "Cozy home interior living room with a vase of flowers and candles",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cozy-home-interior-living-room-with-vase-flowers-candles_169016-3572.jpg", alt: "Cozy home interior living room with a vase of flowers and candles"},
|
||||
]}
|
||||
avatarText="Join 1500+ thriving families!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Homeschooling Success",
|
||||
},
|
||||
type: "text", text: "Homeschooling Success"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Home Re-Design",
|
||||
},
|
||||
type: "text", text: "Home Re-Design"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Balance",
|
||||
},
|
||||
type: "text", text: "Family Balance"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Inspiring Workshops",
|
||||
},
|
||||
type: "text", text: "Inspiring Workshops"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Purpose-Driven Living",
|
||||
},
|
||||
type: "text", text: "Purpose-Driven Living"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -189,9 +124,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Your Guide to Thriving at Home, Learning, and Life"
|
||||
description={[
|
||||
"Hi! I'm Niki. Wife, Homeschooling Mom of 8, and an entrepreneur passionate about empowering families. With over 15 years of experience, I guide parents through homeschooling challenges, host inspiring workshops, and help transform homes into havens.",
|
||||
"I believe a thriving home starts with intentional living, confident parenting, and a nurturing environment. Whether you're navigating homeschooling or dreaming of a home makeover, I'm here to support your journey.",
|
||||
]}
|
||||
"Hi! I'm Niki. Wife, Homeschooling Mom of 8, and an entrepreneur passionate about empowering families. With over 15 years of experience, I guide parents through homeschooling challenges, host inspiring workshops, and help transform homes into havens.", "I believe a thriving home starts with intentional living, confident parenting, and a nurturing environment. Whether you're navigating homeschooling or dreaming of a home makeover, I'm here to support your journey."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -202,41 +135,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "homeschooling-support",
|
||||
title: "Homeschooling Support & Mentorship",
|
||||
description: "Courses, mentorship, webinars, and practical tools for parents who want confidence, clarity, and community in their homeschooling journey.",
|
||||
tags: [
|
||||
"Homeschooling",
|
||||
"Parenting",
|
||||
"Community",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-cute-daughter-drawing-lying-bed_23-2148070444.jpg",
|
||||
imageAlt: "Mother and child homeschooling with a workbook in a cozy setting.",
|
||||
},
|
||||
id: "homeschooling-support", title: "Homeschooling Support & Mentorship", description: "Courses, mentorship, webinars, and practical tools for parents who want confidence, clarity, and community in their homeschooling journey.", author: "Niki Rodrigues", tags: [
|
||||
"Homeschooling", "Parenting", "Community"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-cute-daughter-drawing-lying-bed_23-2148070444.jpg", imageAlt: "Mother and child homeschooling with a workbook in a cozy setting."},
|
||||
{
|
||||
id: "interior-re-design",
|
||||
title: "Interior Re-Design & Home Styling",
|
||||
description: "Affordable, creative room re-design guidance to help you make your house feel like home.",
|
||||
tags: [
|
||||
"Home",
|
||||
"Design",
|
||||
"Affordable",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-scandinavian-living-room-with-design-mint-sofa-furnitures-mock-up-poster-map-plants-eleg_1258-152147.jpg",
|
||||
imageAlt: "Stylish living room interior with modern design and warm decor.",
|
||||
},
|
||||
id: "interior-re-design", title: "Interior Re-Design & Home Styling", description: "Affordable, creative room re-design guidance to help you make your house feel like home.", author: "Niki Rodrigues", tags: [
|
||||
"Home", "Design", "Affordable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-scandinavian-living-room-with-design-mint-sofa-furnitures-mock-up-poster-map-plants-eleg_1258-152147.jpg", imageAlt: "Stylish living room interior with modern design and warm decor."},
|
||||
]}
|
||||
title="Empowering Your Family's Journey"
|
||||
description="Discover tailored support for homeschooling or unlock the potential of your living spaces."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Homeschooling Options",
|
||||
href: "/homeschooling",
|
||||
},
|
||||
text: "View Homeschooling Options", href: "/homeschooling"},
|
||||
{
|
||||
text: "Explore Re-Design Services",
|
||||
href: "/re-design",
|
||||
},
|
||||
text: "Explore Re-Design Services", href: "/re-design"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -250,26 +163,11 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "homeschool-success",
|
||||
name: "Homeschool Success: 6-Week Mentorship E-Course",
|
||||
price: "Join Waitlist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/you-should-listen-more-carefully-teacher-as-she-explains-lesson_637285-11429.jpg",
|
||||
imageAlt: "Laptop screen showing an online course platform for homeschooling success.",
|
||||
},
|
||||
id: "homeschool-success", name: "Homeschool Success: 6-Week Mentorship E-Course", price: "Join Waitlist", imageSrc: "http://img.b2bpic.net/free-photo/you-should-listen-more-carefully-teacher-as-she-explains-lesson_637285-11429.jpg", imageAlt: "Laptop screen showing an online course platform for homeschooling success."},
|
||||
{
|
||||
id: "practical-homeschooling",
|
||||
name: "Practical Homeschooling: Balance, Burnout & Rhythms",
|
||||
price: "Register Interest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-girl-writing-homework-while-parents-are-working-background-home_637285-12549.jpg",
|
||||
imageAlt: "A planner and notebook with homeschooling schedule and routine notes.",
|
||||
},
|
||||
id: "practical-homeschooling", name: "Practical Homeschooling: Balance, Burnout & Rhythms", price: "Register Interest", imageSrc: "http://img.b2bpic.net/free-photo/small-girl-writing-homework-while-parents-are-working-background-home_637285-12549.jpg", imageAlt: "A planner and notebook with homeschooling schedule and routine notes."},
|
||||
{
|
||||
id: "re-design-on-a-dime",
|
||||
name: "Re-Design On A Dime: Transform Your Home, Affordably",
|
||||
price: "Learn More",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-gesticulating_273609-40345.jpg",
|
||||
imageAlt: "Interior design mood board with fabric swatches and decor samples.",
|
||||
},
|
||||
id: "re-design-on-a-dime", name: "Re-Design On A Dime: Transform Your Home, Affordably", price: "Learn More", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-gesticulating_273609-40345.jpg", imageAlt: "Interior design mood board with fabric swatches and decor samples."},
|
||||
]}
|
||||
title="Our Featured Offerings"
|
||||
description="Explore popular courses and services designed to help you thrive at home and in life."
|
||||
@@ -282,50 +180,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Empowering & Practical!",
|
||||
quote: "Niki's homeschooling mentorship changed our family's entire dynamic. We now have clarity, confidence, and a joyful learning environment. Highly recommend!",
|
||||
name: "Sarah J.",
|
||||
role: "Homeschooling Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-cuddling-with-her-mother-after-solving-conflict-therapy-session_482257-121558.jpg",
|
||||
imageAlt: "Portrait of a happy mother.",
|
||||
},
|
||||
id: "1", title: "Empowering & Practical!", quote: "Niki's homeschooling mentorship changed our family's entire dynamic. We now have clarity, confidence, and a joyful learning environment. Highly recommend!", name: "Sarah J.", role: "Homeschooling Parent", imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-cuddling-with-her-mother-after-solving-conflict-therapy-session_482257-121558.jpg", imageAlt: "Portrait of a happy mother."},
|
||||
{
|
||||
id: "2",
|
||||
title: "A True Game-Changer",
|
||||
quote: "The Practical Homeschooling Course offered solutions to all my challenges. Niki’s approach is incredibly relatable and effective for busy parents.",
|
||||
name: "Michael T.",
|
||||
role: "Father of Three",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-using-laptop_23-2148392274.jpg",
|
||||
imageAlt: "Portrait of a father with a friendly smile.",
|
||||
},
|
||||
id: "2", title: "A True Game-Changer", quote: "The Practical Homeschooling Course offered solutions to all my challenges. Niki’s approach is incredibly relatable and effective for busy parents.", name: "Michael T.", role: "Father of Three", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-using-laptop_23-2148392274.jpg", imageAlt: "Portrait of a father with a friendly smile."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Dream Home Achieved!",
|
||||
quote: "Our home re-design with Niki was a dream! She truly understood our vision and created a space that feels both beautiful and functional, all within budget.",
|
||||
name: "Emily R.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-unshaven-woman-home-daily-life-scene_23-2150168742.jpg",
|
||||
imageAlt: "Woman enjoying a beautifully designed home interior.",
|
||||
},
|
||||
id: "3", title: "Dream Home Achieved!", quote: "Our home re-design with Niki was a dream! She truly understood our vision and created a space that feels both beautiful and functional, all within budget.", name: "Emily R.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/view-unshaven-woman-home-daily-life-scene_23-2150168742.jpg", imageAlt: "Woman enjoying a beautifully designed home interior."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Inspired and Equipped",
|
||||
quote: "Niki’s workshop on balancing entrepreneurship and family life was phenomenal. I left with actionable steps and renewed motivation. An incredible speaker!",
|
||||
name: "David K.",
|
||||
role: "Workshop Attendee & Entrepreneur",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/college-colleagues-studying-together_23-2149038419.jpg",
|
||||
imageAlt: "Man participating in a workshop.",
|
||||
},
|
||||
id: "4", title: "Inspired and Equipped", quote: "Niki’s workshop on balancing entrepreneurship and family life was phenomenal. I left with actionable steps and renewed motivation. An incredible speaker!", name: "David K.", role: "Workshop Attendee & Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/college-colleagues-studying-together_23-2149038419.jpg", imageAlt: "Man participating in a workshop."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Confident Homeschooling",
|
||||
quote: "Before Niki, I felt overwhelmed. Now, I feel confident and supported in our homeschooling journey. Her insights are invaluable!",
|
||||
name: "Jessica M.",
|
||||
role: "New Homeschooler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-looking-up-checked-shirt-looking-focused_176474-49137.jpg",
|
||||
imageAlt: "Woman looking confident and thoughtful.",
|
||||
},
|
||||
id: "5", title: "Confident Homeschooling", quote: "Before Niki, I felt overwhelmed. Now, I feel confident and supported in our homeschooling journey. Her insights are invaluable!", name: "Jessica M.", role: "New Homeschooler", imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-looking-up-checked-shirt-looking-focused_176474-49137.jpg", imageAlt: "Woman looking confident and thoughtful."},
|
||||
]}
|
||||
title="What Parents & Clients Say"
|
||||
description="Inspiring feedback from families and homeowners who have transformed their lives and spaces with Niki's guidance."
|
||||
@@ -336,8 +199,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
title="Ready to Take the Next Step?"
|
||||
description="Connect with Niki for personalized support, to book a consultation, or discuss your next project."
|
||||
@@ -351,62 +213,37 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Homeschooling",
|
||||
items: [
|
||||
title: "Homeschooling", items: [
|
||||
{
|
||||
label: "Success Course",
|
||||
href: "/homeschooling/success-course",
|
||||
},
|
||||
label: "Success Course", href: "/homeschooling/success-course"},
|
||||
{
|
||||
label: "Practical Course",
|
||||
href: "/homeschooling/practical-course",
|
||||
},
|
||||
label: "Practical Course", href: "/homeschooling/practical-course"},
|
||||
{
|
||||
label: "Webinars",
|
||||
href: "/homeschooling/webinars",
|
||||
},
|
||||
label: "Webinars", href: "/homeschooling/webinars"},
|
||||
{
|
||||
label: "Podcast",
|
||||
href: "/homeschooling/podcast",
|
||||
},
|
||||
label: "Podcast", href: "/homeschooling/podcast"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Re-Design",
|
||||
items: [
|
||||
title: "Re-Design", items: [
|
||||
{
|
||||
label: "On A Dime",
|
||||
href: "/re-design/on-a-dime",
|
||||
},
|
||||
label: "On A Dime", href: "/re-design/on-a-dime"},
|
||||
{
|
||||
label: "Interior Course",
|
||||
href: "/re-design/course",
|
||||
},
|
||||
label: "Interior Course", href: "/re-design/course"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/re-design/portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "/re-design/portfolio"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Niki Rodrigues",
|
||||
items: [
|
||||
title: "Niki Rodrigues", items: [
|
||||
{
|
||||
label: "About Niki",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Niki", href: "/about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Speaking",
|
||||
href: "/speaking",
|
||||
},
|
||||
label: "Speaking", href: "/speaking"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user