Update src/app/page.tsx
This commit is contained in:
582
src/app/page.tsx
582
src/app/page.tsx
@@ -28,425 +28,187 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="Sharon Ackerman"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#features" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Sharon Ackerman"
|
||||
button={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Empowering Every Child Through Personalized Learning"
|
||||
description="Sharon Ackerman provides compassionate, private educational support tailored to the unique needs of special learners."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361576.jpg?_wi=1",
|
||||
imageAlt: "Educator teaching child",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kid-cheating-school_23-2150104983.jpg?_wi=1",
|
||||
imageAlt: "Educator teaching child",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/school-education-home-tutoring-concept-horizontal-shot-black-clever-african-amercan-woman-answers-some-question-schoolboy-who-has-headache-cant-understand-flipchart-diagram_273609-44824.jpg",
|
||||
imageAlt: "School education and home tutoring concept",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brainstroming-education-concept-two-students-discuss-their-subject-write-notebook-create-article-blog-discuss-ideas-development-sit-coworking-space-tutor-gives-private-lesson_273609-28933.jpg",
|
||||
imageAlt: "Brainstorming and education concept",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-tutor-mentoring-schoolgirls-school-library-setting_482257-127879.jpg",
|
||||
imageAlt: "Female tutor mentoring schoolgirls",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kid-cheating-school_23-2150104983.jpg?_wi=2",
|
||||
imageAlt: "Educator teaching child",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361576.jpg?_wi=2",
|
||||
imageAlt: "Educator teaching child",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-kid-doing-homework_23-2149160279.jpg",
|
||||
imageAlt: "Close up smiley kid doing homework",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361578.jpg",
|
||||
imageAlt: "Colleagues doing team work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-parents-kids-home_23-2150231634.jpg",
|
||||
imageAlt: "Full shot parents and kids at home",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-caucasian-female-friends-white-pink-suits-smile-picture-isolated-grey-wall_132075-8113.jpg",
|
||||
alt: "Portrait of parent",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-mother-have-lot-fun-with-her-pretty-daughter-smile-picture-isolated-red-background_132075-9495.jpg",
|
||||
alt: "Portrait of mother",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/caucasian-family-with-two-children-poses-camera-together-picture-isolated-red-background_132075-9498.jpg",
|
||||
alt: "Portrait of family",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-father-holds-two-his-children-his-hands_132075-8045.jpg",
|
||||
alt: "Portrait of father",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-romantic-multiracial-couple-embracing-posing-together-smiling-standing-yellow-wall_231208-11982.jpg",
|
||||
alt: "Portrait of couple",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ local families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Special Education",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Early Intervention",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Behavioral Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "One-on-One Tutoring",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Plans",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Empowering Every Child Through Personalized Learning"
|
||||
description="Sharon Ackerman provides compassionate, private educational support tailored to the unique needs of special learners."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361576.jpg", imageAlt: "Educator teaching child" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kid-cheating-school_23-2150104983.jpg", imageAlt: "Educator teaching child" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/school-education-home-tutoring-concept-horizontal-shot-black-clever-african-amercan-woman-answers-some-question-schoolboy-who-has-headache-cant-understand-flipchart-diagram_273609-44824.jpg", imageAlt: "School education and home tutoring concept" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/brainstroming-education-concept-two-students-discuss-their-subject-write-notebook-create-article-blog-discuss-ideas-development-sit-coworking-space-tutor-gives-private-lesson_273609-28933.jpg", imageAlt: "Brainstorming and education concept" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-tutor-mentoring-schoolgirls-school-library-setting_482257-127879.jpg", imageAlt: "Female tutor mentoring schoolgirls" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-kid-cheating-school_23-2150104983.jpg", imageAlt: "Educator teaching child" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361576.jpg", imageAlt: "Educator teaching child" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-kid-doing-homework_23-2149160279.jpg", imageAlt: "Close up smiley kid doing homework" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361578.jpg", imageAlt: "Colleagues doing team work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-parents-kids-home_23-2150231634.jpg", imageAlt: "Full shot parents and kids at home" },
|
||||
]}
|
||||
buttons={[{ text: "Book a Consultation", href: "#contact" }]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-caucasian-female-friends-white-pink-suits-smile-picture-isolated-grey-wall_132075-8113.jpg", alt: "Portrait of parent" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-mother-have-lot-fun-with-her-pretty-daughter-smile-picture-isolated-red-background_132075-9495.jpg", alt: "Portrait of mother" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/caucasian-family-with-two-children-poses-camera-together-picture-isolated-red-background_132075-9498.jpg", alt: "Portrait of family" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-father-holds-two-his-children-his-hands_132075-8045.jpg", alt: "Portrait of father" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-romantic-multiracial-couple-embracing-posing-together-smiling-standing-yellow-wall_231208-11982.jpg", alt: "Portrait of couple" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ local families"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Special Education" },
|
||||
{ type: "text", text: "Early Intervention" },
|
||||
{ type: "text", text: "Behavioral Support" },
|
||||
{ type: "text", text: "One-on-One Tutoring" },
|
||||
{ type: "text", text: "Custom Plans" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="About Sharon Ackerman"
|
||||
description="With over 15 years of experience in special education, Sharon focuses on unlocking potential through customized teaching methods. Her mission is to help every student thrive in their own unique way."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years of Experience",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Students Mentored",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Dedicated Attention",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-classmates-posing-with-book_23-2147655821.jpg"
|
||||
imageAlt="Teacher working with student"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="About Sharon Ackerman"
|
||||
description="With over 15 years of experience in special education, Sharon focuses on unlocking potential through customized teaching methods. Her mission is to help every student thrive in their own unique way."
|
||||
metrics={[
|
||||
{ value: "15+", title: "Years of Experience" },
|
||||
{ value: "500+", title: "Students Mentored" },
|
||||
{ value: "100%", title: "Dedicated Attention" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-classmates-posing-with-book_23-2147655821.jpg"
|
||||
imageAlt="Teacher working with student"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFour
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "One-on-One Tutoring",
|
||||
author: "Personalized",
|
||||
description: "Individualized sessions focusing on core academic and developmental goals.",
|
||||
tags: [
|
||||
"Academic",
|
||||
"Private",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-books_23-2150293530.jpg",
|
||||
imageAlt: "Tutoring",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Early Intervention",
|
||||
author: "Focused",
|
||||
description: "Supporting foundational growth for young learners requiring targeted assistance.",
|
||||
tags: [
|
||||
"Developmental",
|
||||
"Early Years",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-getting-homeschooled-by-his-father-new-normal_53876-105699.jpg",
|
||||
imageAlt: "Early intervention",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Behavioral Support",
|
||||
author: "Guidance",
|
||||
description: "Strategies to build confidence, self-regulation, and essential life skills.",
|
||||
tags: [
|
||||
"Behavior",
|
||||
"Support",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-classroom_23-2151696403.jpg",
|
||||
imageAlt: "Behavior support",
|
||||
},
|
||||
]}
|
||||
title="Specialized Services"
|
||||
description="We offer personalized support for various learning needs, ensuring every child receives the care they deserve."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFour
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "One-on-One Tutoring", author: "Personalized", description: "Individualized sessions focusing on core academic and developmental goals.", tags: ["Academic", "Private"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-books_23-2150293530.jpg", imageAlt: "Tutoring"},
|
||||
{
|
||||
id: "f2", title: "Early Intervention", author: "Focused", description: "Supporting foundational growth for young learners requiring targeted assistance.", tags: ["Developmental", "Early Years"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-getting-homeschooled-by-his-father-new-normal_53876-105699.jpg", imageAlt: "Early intervention"},
|
||||
{
|
||||
id: "f3", title: "Behavioral Support", author: "Guidance", description: "Strategies to build confidence, self-regulation, and essential life skills.", tags: ["Behavior", "Support"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-teaching-classroom_23-2151696403.jpg", imageAlt: "Behavior support"},
|
||||
]}
|
||||
title="Specialized Services"
|
||||
description="We offer personalized support for various learning needs, ensuring every child receives the care they deserve."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "90%",
|
||||
title: "Academic Improvement",
|
||||
items: [
|
||||
"Improved reading levels",
|
||||
"Subject mastery",
|
||||
"Goal setting",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "95%",
|
||||
title: "Student Satisfaction",
|
||||
items: [
|
||||
"Increased engagement",
|
||||
"Happy learners",
|
||||
"Building trust",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100+",
|
||||
title: "Custom Plans",
|
||||
items: [
|
||||
"Tailored programs",
|
||||
"Regular reviews",
|
||||
"Family support",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Impact & Growth"
|
||||
description="Measuring success through consistent student progress and meaningful life milestones."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "m1", value: "90%", title: "Academic Improvement", items: ["Improved reading levels", "Subject mastery", "Goal setting"] },
|
||||
{ id: "m2", value: "95%", title: "Student Satisfaction", items: ["Increased engagement", "Happy learners", "Building trust"] },
|
||||
{ id: "m3", value: "100+", title: "Custom Plans", items: ["Tailored programs", "Regular reviews", "Family support"] },
|
||||
]}
|
||||
title="Impact & Growth"
|
||||
description="Measuring success through consistent student progress and meaningful life milestones."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Life Changing",
|
||||
quote: "Sharon is a gift to our family.",
|
||||
name: "Sarah J.",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-women-posing_23-2149304628.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Patient and Kind",
|
||||
quote: "My son finally enjoys learning again.",
|
||||
name: "Mark D.",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-town_1157-7026.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Expert Guidance",
|
||||
quote: "The progress my daughter made is incredible.",
|
||||
name: "Elena R.",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-friends-sitting-cafe_273609-15679.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Truly Personalized",
|
||||
quote: "She understands exactly how to tailor lessons.",
|
||||
name: "Jason K.",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-two-children_1398-4385.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Highly Recommend",
|
||||
quote: "Sharon has transformed our view on what is possible.",
|
||||
name: "Lisa M.",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-mother-holding-kid_23-2149853345.jpg",
|
||||
},
|
||||
]}
|
||||
title="Parent Stories"
|
||||
description="Read about the transformative experiences families have had working with Sharon."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Life Changing", quote: "Sharon is a gift to our family.", name: "Sarah J.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-women-posing_23-2149304628.jpg" },
|
||||
{ id: "t2", title: "Patient and Kind", quote: "My son finally enjoys learning again.", name: "Mark D.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/family-town_1157-7026.jpg" },
|
||||
{ id: "t3", title: "Expert Guidance", quote: "The progress my daughter made is incredible.", name: "Elena R.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-sitting-cafe_273609-15679.jpg" },
|
||||
{ id: "t4", title: "Truly Personalized", quote: "She understands exactly how to tailor lessons.", name: "Jason K.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/man-with-two-children_1398-4385.jpg" },
|
||||
{ id: "t5", title: "Highly Recommend", quote: "Sharon has transformed our view on what is possible.", name: "Lisa M.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-mother-holding-kid_23-2149853345.jpg" },
|
||||
]}
|
||||
title="Parent Stories"
|
||||
description="Read about the transformative experiences families have had working with Sharon."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do we start?",
|
||||
content: "Book an initial consultation to discuss your child's needs and goals.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are sessions private?",
|
||||
content: "Yes, I offer one-on-one sessions for focused learning.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What ages do you support?",
|
||||
content: "I support learners across all primary and middle school years.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get clear answers about our teaching philosophy and session structure."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "q1", title: "How do we start?", content: "Book an initial consultation to discuss your child's needs and goals." },
|
||||
{ id: "q2", title: "Are sessions private?", content: "Yes, I offer one-on-one sessions for focused learning." },
|
||||
{ id: "q3", title: "What ages do you support?", content: "I support learners across all primary and middle school years." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get clear answers about our teaching philosophy and session structure."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Latest Insights"
|
||||
description="Helpful tips and articles for supporting special needs education at home."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Education",
|
||||
title: "Empowering Learners",
|
||||
excerpt: "Tips to boost confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-friends-reading-near-railing_23-2147864036.jpg",
|
||||
authorName: "Sharon Ackerman",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-disabled-male-working-project_23-2148483861.jpg",
|
||||
date: "Oct 12, 2024",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Development",
|
||||
title: "Routine Benefits",
|
||||
excerpt: "Why structure matters.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-eyeglasses-notepad-headphones-floor_23-2148040540.jpg",
|
||||
authorName: "Sharon Ackerman",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-women-looking-tablet_23-2149332986.jpg",
|
||||
date: "Oct 05, 2024",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Instruction",
|
||||
title: "Visual Aids",
|
||||
excerpt: "Tools for success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inclusion-word-written-chalk-drawn-sun_23-2148699730.jpg",
|
||||
authorName: "Sharon Ackerman",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/high-angle-family-with-kid-home_23-2150231680.jpg",
|
||||
date: "Sep 28, 2024",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Latest Insights"
|
||||
description="Helpful tips and articles for supporting special needs education at home."
|
||||
blogs={[
|
||||
{ id: "b1", category: "Education", title: "Empowering Learners", excerpt: "Tips to boost confidence.", imageSrc: "http://img.b2bpic.net/free-photo/teen-friends-reading-near-railing_23-2147864036.jpg", authorName: "Sharon Ackerman", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-disabled-male-working-project_23-2148483861.jpg", date: "Oct 12, 2024" },
|
||||
{ id: "b2", category: "Development", title: "Routine Benefits", excerpt: "Why structure matters.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-eyeglasses-notepad-headphones-floor_23-2148040540.jpg", authorName: "Sharon Ackerman", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-women-looking-tablet_23-2149332986.jpg", date: "Oct 05, 2024" },
|
||||
{ id: "b3", category: "Instruction", title: "Visual Aids", excerpt: "Tools for success.", imageSrc: "http://img.b2bpic.net/free-photo/inclusion-word-written-chalk-drawn-sun_23-2148699730.jpg", authorName: "Sharon Ackerman", authorAvatar: "http://img.b2bpic.net/free-photo/high-angle-family-with-kid-home_23-2150231680.jpg", date: "Sep 28, 2024" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Get In Touch"
|
||||
title="Ready to support your child's journey?"
|
||||
description="Reach out today to discuss how we can work together to foster growth, confidence, and academic success for your child."
|
||||
buttons={[
|
||||
{
|
||||
text: "Send a Message",
|
||||
href: "mailto:sharon@example.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get In Touch"
|
||||
title="Ready to support your child's journey?"
|
||||
description="Reach out today to discuss how we can work together to foster growth, confidence, and academic success for your child."
|
||||
buttons={[{ text: "Send a Message", href: "mailto:sharon@example.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Sharon Ackerman"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Sharon Ackerman"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user