Update src/app/homeschooling/page.tsx
This commit is contained in:
@@ -26,33 +26,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,56 +51,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "success-course",
|
||||
title: "Homeschool Success: 6-Week Mentorship E-Course",
|
||||
author: "Niki Rodrigues",
|
||||
description: "Unlock confidence and clarity in your homeschooling journey with Niki's comprehensive mentorship program. Learn proven strategies for long-term success.",
|
||||
tags: [
|
||||
"Course",
|
||||
"Mentorship",
|
||||
"Strategy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kid-parent-with-devices_23-2149610821.jpg",
|
||||
imageAlt: "Online course platform for homeschooling success.",
|
||||
},
|
||||
id: "success-course", title: "Homeschool Success: 6-Week Mentorship E-Course", author: "Niki Rodrigues", description: "Unlock confidence and clarity in your homeschooling journey with Niki's comprehensive mentorship program. Learn proven strategies for long-term success.", tags: [
|
||||
"Course", "Mentorship", "Strategy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kid-parent-with-devices_23-2149610821.jpg", imageAlt: "Online course platform for homeschooling success."},
|
||||
{
|
||||
id: "practical-course",
|
||||
title: "Practical Homeschooling: Mastering Balance, Burnout & Rhythms",
|
||||
author: "Niki Rodrigues",
|
||||
description: "Gain practical tools to manage your time, prevent burnout, and establish harmonious family rhythms. Perfect for everyday homeschooling challenges.",
|
||||
tags: [
|
||||
"Practical",
|
||||
"Balance",
|
||||
"Routines",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-with-books-notepads-sits-front-computer-top-view_169016-49295.jpg",
|
||||
imageAlt: "A planner and notebook with homeschooling schedule and routine notes.",
|
||||
},
|
||||
id: "practical-course", title: "Practical Homeschooling: Mastering Balance, Burnout & Rhythms", author: "Niki Rodrigues", description: "Gain practical tools to manage your time, prevent burnout, and establish harmonious family rhythms. Perfect for everyday homeschooling challenges.", tags: [
|
||||
"Practical", "Balance", "Routines"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-with-books-notepads-sits-front-computer-top-view_169016-49295.jpg", imageAlt: "A planner and notebook with homeschooling schedule and routine notes."},
|
||||
{
|
||||
id: "webinars",
|
||||
title: "Free Webinars & Expert Insights",
|
||||
author: "Niki Rodrigues",
|
||||
description: "Access a library of free webinars and gain expert insights on various homeschooling topics, from curriculum choices to fostering independence.",
|
||||
tags: [
|
||||
"Webinars",
|
||||
"Free",
|
||||
"Insights",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-attending-online-class_23-2148854923.jpg",
|
||||
imageAlt: "Mother and child homeschooling with a workbook.",
|
||||
},
|
||||
id: "webinars", title: "Free Webinars & Expert Insights", author: "Niki Rodrigues", description: "Access a library of free webinars and gain expert insights on various homeschooling topics, from curriculum choices to fostering independence.", tags: [
|
||||
"Webinars", "Free", "Insights"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-attending-online-class_23-2148854923.jpg", imageAlt: "Mother and child homeschooling with a workbook."},
|
||||
]}
|
||||
title="Homeschooling Courses & Resources"
|
||||
description="Equip yourself with the tools and strategies for a successful and joyful homeschooling journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Course Details",
|
||||
href: "/homeschooling/success-course",
|
||||
},
|
||||
text: "Explore Course Details", href: "/homeschooling/success-course"},
|
||||
{
|
||||
text: "View All Webinars",
|
||||
href: "/homeschooling/webinars",
|
||||
},
|
||||
text: "View All Webinars", href: "/homeschooling/webinars"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,38 +84,19 @@ export default function LandingPage() {
|
||||
description="Tune in for encouragement, practical tips, and interviews with homeschooling experts, helping you navigate your unique journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Listen on Spotify",
|
||||
href: "https://open.spotify.com/show/yourpodcastlink",
|
||||
},
|
||||
text: "Listen on Spotify", href: "https://open.spotify.com/show/yourpodcastlink"},
|
||||
{
|
||||
text: "View All Episodes",
|
||||
href: "/homeschooling/podcast",
|
||||
},
|
||||
text: "View All Episodes", href: "/homeschooling/podcast"},
|
||||
]}
|
||||
blogs={[
|
||||
{
|
||||
id: "episode-1",
|
||||
category: "Parenting",
|
||||
title: "Navigating Early Years: Homeschooling Foundations",
|
||||
excerpt: "Discover essential tips for setting up a strong foundation in your early homeschooling years. Learn about gentle approaches and resource recommendations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-table-with-laptop-books_23-2147782860.jpg",
|
||||
imageAlt: "Podcast cover art for an episode on early homeschooling.",
|
||||
id: "episode-1", category: "Parenting", title: "Navigating Early Years: Homeschooling Foundations", excerpt: "Discover essential tips for setting up a strong foundation in your early homeschooling years. Learn about gentle approaches and resource recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/kids-table-with-laptop-books_23-2147782860.jpg", imageAlt: "Podcast cover art for an episode on early homeschooling.", authorName: "Niki Rodrigues", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-notes_23-2149455521.jpg", date: "July 25, 2024"
|
||||
},
|
||||
{
|
||||
id: "episode-2",
|
||||
category: "Mindset",
|
||||
title: "Overcoming Homeschool Burnout: Reclaiming Your Joy",
|
||||
excerpt: "Feeling overwhelmed? This episode explores practical strategies to prevent burnout, cultivate resilience, and rekindle the joy in your homeschooling journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-recording-podcast-together_23-2149446248.jpg",
|
||||
imageAlt: "Podcast cover art featuring a microphone, symbolizing a discussion on burnout.",
|
||||
id: "episode-2", category: "Mindset", title: "Overcoming Homeschool Burnout: Reclaiming Your Joy", excerpt: "Feeling overwhelmed? This episode explores practical strategies to prevent burnout, cultivate resilience, and rekindle the joy in your homeschooling journey.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-recording-podcast-together_23-2149446248.jpg", imageAlt: "Podcast cover art featuring a microphone, symbolizing a discussion on burnout.", authorName: "Niki Rodrigues", authorAvatar: "http://img.b2bpic.net/free-photo/woman-talking-podcast-side-view_23-2149455500.jpg", date: "July 18, 2024"
|
||||
},
|
||||
{
|
||||
id: "episode-3",
|
||||
category: "Life Skills",
|
||||
title: "Cultivating Independence: Beyond Academics in Homeschooling",
|
||||
excerpt: "Learn how to foster vital life skills and independence in your children, ensuring they thrive not just academically, but as well-rounded individuals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-e-learning-courses_23-2149231656.jpg",
|
||||
imageAlt: "Podcast cover art showing a notebook and pen, representing learning and life skills.",
|
||||
id: "episode-3", category: "Life Skills", title: "Cultivating Independence: Beyond Academics in Homeschooling", excerpt: "Learn how to foster vital life skills and independence in your children, ensuring they thrive not just academically, but as well-rounded individuals.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-e-learning-courses_23-2149231656.jpg", imageAlt: "Podcast cover art showing a notebook and pen, representing learning and life skills.", authorName: "Niki Rodrigues", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-woman-podcasting-with-microphone-tablet_23-2148901152.jpg", date: "July 10, 2024"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -170,62 +106,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