Schools deliver excellence. But parents still feel left out.
You know the drill. Five groups, endless emails, multiple online classrooms, a missed fee
reminder, a blurry photo someone forwarded twice. School Connect
replaces all of it with a single, warm line between home and school.
{problems.map((p, i) => (
{p.old}
{p.new}
))}
);
};
// Features grid — 14+ features with warm card treatment
const Features = () => {
const [expanded, setExpanded] = React.useState(false);
const isMobile = typeof window !== 'undefined' && window.innerWidth <= 600;
const features = [
{ icon: 'fee', title: 'One-tap fee payments', desc: 'Secure online payment, instant receipts. Never another bank run.', color: 'mustard' },
{ icon: 'homework', title: 'Homework uploads', desc: 'Teachers post in seconds. Parents see it instantly, with attachments.', color: 'coral' },
{ icon: 'gallery', title: 'Activity gallery', desc: 'Classroom moments — safely shared only with the right families.', color: 'teal' },
{ icon: 'announce', title: 'Announcements', desc: 'Controlled school-wide or class-specific updates in one feed.', color: 'coral' },
{ icon: 'bell', title: 'Reminders & alerts', desc: 'Smart nudges for homework, fees, events — set by parents too.', color: 'mustard' },
{ icon: 'calendar', title: 'Annual calendar', desc: 'Term dates, holidays, PTMs — always in everyone\u2019s pocket.', color: 'teal' },
{ icon: 'attend', title: 'Attendance', desc: 'Mark in seconds. Parents notified the moment a child is absent.', color: 'cream' },
{ icon: 'progress', title: 'Mood tracking', desc: 'Track your child\u2019s mood and emotional well-being with simple daily check-ins.', color: 'coral' },
{ icon: 'complaint', title: 'Raise a concern', desc: 'Direct, respectful channel straight to school leadership.', color: 'mustard' },
// { icon: 'chat', title: 'Live chat', desc: 'Private teacher ↔ parent conversations with full history.', color: 'teal' },
// { icon: 'ai', title: 'AI assistant', desc: 'Answers routine questions 24/7, trained on your school\u2019s policies.', color: 'cream' },
{ icon: 'timetable', title: 'Weekly timetable', desc: 'Every class, every subject — on parents\u2019 and teachers\u2019 phones.', color: 'coral' },
{ icon: 'events', title: 'Events & trips', desc: 'RSVPs, consent forms and payment, handled in a single tap.', color: 'mustard' },
{ icon: 'reports', title: 'Report cards', desc: 'Upload reports in a single tap that parents can access in realtime.', color: 'teal' },
{ icon: 'dash', title: 'Admin dashboard', desc: 'Full operational visibility — fees, enrolment, engagement at a glance.', color: 'cream' },
{ icon: 'notify', title: 'Smart notifications', desc: 'Quiet hours, per-child channels, do-not-disturb. Never noisy.', color: 'coral' },
{ icon: 'dash', title: 'Multi-campus support', desc: 'Branches, shifts, sections — one portal, one bill.', color: 'teal' },
{ icon: 'notify', title: 'Multi-child support', desc: 'Parents with more than one child manage all from a single account — one app, one family.', color: 'mustard' },
];
return (
The full toolkit
Everything a school needs. Nothing it doesn't.
School Connect tools working quietly in the background — so teachers can teach,
admins can lead, and parents can simply enjoy being parents.
);
// FAQ section — home page
const FAQ = () => {
const [open, setOpen] = React.useState(0);
const faqs = [
{
q: "What's the value proposition? What impact will it have on my school?",
a: "School Connect is not just a tool; it's a digital extension of your school's philosophy. For schools that prioritise intentional learning, emotional well-being, and meaningful parent partnerships, most existing systems feel transactional and noisy. School Connect changes that. It creates a calm, thoughtfully designed digital space that mirrors the experience you've already built within your classrooms.",
},
{
q: "Will it make my teachers more efficient?",
a: "Yes — by simplifying everything. No more juggling apps. Attendance, homework, updates, and parent communication are all in one place, simple enough for every teacher to use with ease.",
},
{
q: "Do you offer AI features?",
a: "Yes, built with intention. Our upcoming AI tools help draft communication, automate reminders, and provide insights — saving time while preserving the human touch.",
},
{
q: "What does switching from our current system look like?",
a: "Seamless and fully supported. We handle your data migration, setup, and team onboarding, so you can switch without disruption.",
},
];
return (
Common questions
Everything you want to know.
{faqs.map((f, i) => (
setOpen(open === i ? -1 : i)}>
{f.q}+
{f.a}
))}
);
};
// Final CTA
const FinalCTA = () => (
Ready to connect your school?
Thirty minutes. Zero pressure. We'll show you School Connect in action
— with your school's timetable, your people, your flow.