'use client'; import { motion } from 'framer-motion'; import Link from 'next/link'; import { ThemeToggle } from '@/src/components/theme-toggle'; export default function Home() { return (
{/* Navigation */} {/* Hero Section */}
Streamline Your School Management PwezaCore is a modern, multi-tenant SaaS platform designed to streamline school management for administrators, teachers, parents, and students. Get Started Free Explore Library
{/* Features Grid */}

Multi-Tenant Architecture

Each school operates independently with secure data isolation and role-based access control.

Automated Processes

Yearly student promotions, report generation, and notifications handled automatically.

Mobile Responsive

Access your school management system from any device with our responsive design.

Analytics & Reports

Comprehensive reporting and analytics to track student performance and school metrics.

Secure & Reliable

Built with enterprise-grade security and reliability using Supabase and Next.js.

Fast & Modern

Lightning-fast performance with modern UI/UX and smooth animations.

{/* Footer */}
); }