Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a50952916e | |||
| d24c27b54e | |||
| 5654035af1 | |||
| 9f04ef29d2 | |||
| 25b024ab37 | |||
| 946fffc420 | |||
| 2f59a58b9f | |||
| 7eefe87f8e |
1413
src/app/layout.tsx
1413
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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 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"
|
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"
|
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"
|
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"
|
buttonHref: "contact"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -207,4 +207,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f9f9f9;
|
||||||
--foreground: #1b0c25;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #1b0c25;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #1b0c25;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #ff93e4;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #e8a8c3;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user