7 Commits

Author SHA1 Message Date
48852bbffd Switch to version 1: modified src/app/styles/variables.css 2026-03-09 22:34:33 +00:00
6ae63fcc67 Switch to version 1: modified src/app/page.tsx 2026-03-09 22:34:33 +00:00
6963ea278c Switch to version 1: modified src/app/layout.tsx 2026-03-09 22:34:32 +00:00
94662aeac3 Merge version_2 into main
Merge version_2 into main
2026-03-09 22:29:48 +00:00
ba701d2b1e Merge version_2 into main
Merge version_2 into main
2026-03-09 22:29:30 +00:00
75d795cfb3 Merge version_2 into main
Merge version_2 into main
2026-03-09 22:29:16 +00:00
39eb032a0e Merge version_2 into main
Merge version_2 into main
2026-03-09 22:18:27 +00:00
3 changed files with 1415 additions and 26 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" tag="What I Offer"
features={[ features={[
{ {
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, 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,
buttonHref: "contact" buttonHref: "contact"
}, },
{ {
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, 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,
buttonHref: "contact" buttonHref: "contact"
}, },
{ {
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, 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,
buttonHref: "contact" buttonHref: "contact"
}, },
{ {
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, 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,
buttonHref: "contact" buttonHref: "contact"
} }
]} ]}
@@ -207,4 +207,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #f7f6f7;
--card: #f9f9f9; --card: #ffffff;
--foreground: #000612e6; --foreground: #1b0c25;
--primary-cta: #15479c; --primary-cta: #1b0c25;
--primary-cta-text: #ffffff; --primary-cta-text: #f7f6f7;
--secondary-cta: #f9f9f9; --secondary-cta: #ffffff;
--secondary-cta-text: #000612e6; --secondary-cta-text: #1b0c25;
--accent: #e2e2e2; --accent: #ff93e4;
--background-accent: #c4c4c4; --background-accent: #e8a8c3;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);