Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-09 22:18:27 +00:00
2 changed files with 17 additions and 1406 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -86,19 +86,19 @@ export default function LandingPage() {
tag="What I Offer"
features={[
{
title: "Educational Assessment", description: "Comprehensive evaluations to understand learning strengths, challenges, and support needs. Detailed reports and recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/asian-african-american-women-talking-waiting-lobby-job-interview-preparing-join-employment-meeting-with-hr-department-female-applicants-having-conversation-about-hiring_482257-43238.jpg", imageAlt: "Educational assessment session", buttonIcon: CheckCircle,
title: "Educational Assessment", description: "Comprehensive evaluations to identify learning strengths and create personalized support plans. Detailed reports and recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/asian-african-american-women-talking-waiting-lobby-job-interview-preparing-join-employment-meeting-with-hr-department-female-applicants-having-conversation-about-hiring_482257-43238.jpg", imageAlt: "Educational assessment session", buttonIcon: CheckCircle,
buttonHref: "contact"
},
{
title: "Counseling & Support", description: "Individual counseling for anxiety, behavioural concerns, adjustment difficulties, and emotional wellbeing support.", imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-books_23-2150293537.jpg?_wi=2", imageAlt: "Counseling support session", buttonIcon: CheckCircle,
title: "Counseling & Support", description: "Individual counseling sessions that reduce anxiety, address behavioral concerns, and improve emotional wellbeing outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-books_23-2150293537.jpg?_wi=2", imageAlt: "Counseling support session", buttonIcon: CheckCircle,
buttonHref: "contact"
},
{
title: "School Consultation", description: "Collaborative meetings with parents and teachers to develop strategies, adjust supports, and optimize learning outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/proud-businesswoman-explaining-her-plan_1098-3418.jpg", imageAlt: "Professional consultation meeting", buttonIcon: CheckCircle,
title: "School Consultation", description: "Strategic collaborative meetings with parents and teachers to implement evidence-based strategies and measurable learning improvements.", imageSrc: "http://img.b2bpic.net/free-photo/proud-businesswoman-explaining-her-plan_1098-3418.jpg", imageAlt: "Professional consultation meeting", buttonIcon: CheckCircle,
buttonHref: "contact"
},
{
title: "Parent Guidance", description: "Expert advice and strategies to support your child's learning and development at home. Practical, actionable guidance.", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-holding-her-mobile-phone_23-2148462954.jpg?_wi=3", imageAlt: "Parent consultation", buttonIcon: CheckCircle,
title: "Parent Guidance", description: "Structured coaching sessions providing actionable strategies to accelerate your child's learning and development at home.", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-holding-her-mobile-phone_23-2148462954.jpg?_wi=3", imageAlt: "Parent consultation", buttonIcon: CheckCircle,
buttonHref: "contact"
}
]}
@@ -207,4 +207,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}