import React, { useState } from "react"; export default function PhiloClassicalAcademy() { const [isMenuOpen, setIsMenuOpen] = useState(false); const colors = { primary: "#4b1d95", // Purple accent: "#e0c45c", // Gold bgLight: "#f8f5f0", // Beige bgSection: "#ece7df", // Light beige border: "#d9c79b", // Soft gold }; const navLinks = [ { href: "#home", label: "Home" }, { href: "#academics", label: "Academics" }, { href: "#faculty", label: "Faculty" }, { href: "#contact", label: "Contact" }, ]; const academicLevels = [ { title: "Grammar School", desc: "Foundational learning focused on memory, imitation, and joy in discovery.", }, { title: "Logic School", desc: "Developing reasoning and discernment through language, argument, and wonder.", }, { title: "Rhetoric School", desc: "Training in expression, persuasion, and leadership rooted in truth and beauty.", }, ]; const faculty = [ { name: "Dr. Elizabeth Moore", role: "Head of School", img: "https://randomuser.me/api/portraits/women/65.jpg", alt: "Portrait of Dr. Elizabeth Moore", }, { name: "Mr. Thomas Reed", role: "Logic & Philosophy", img: "https://randomuser.me/api/portraits/men/43.jpg", alt: "Portrait of Mr. Thomas Reed", }, { name: "Mrs. Anna Clarke", role: "Latin & Literature", img: "https://randomuser.me/api/portraits/women/68.jpg", alt: "Portrait of Mrs. Anna Clarke", }, ]; return (
Forming minds and hearts through the riches of classical education.
At Philo Classical Academy, we are devoted to nurturing wisdom and virtue through a time-honored liberal arts education rooted in the Christian tradition. Our curriculum cultivates a love of truth, goodness, and beauty — shaping students to think deeply, speak eloquently, and live faithfully.
{level.desc}
{person.role}
We welcome inquiries from families seeking a classical Christian education.
Email: info@philoclassical.org
Phone: (715) 555-1234