import React, { useState } from "react"; function ContactUs() { const [formSubmitted, setFormSubmitted] = useState(false); const [formError, setFormError] = useState(false); const handleSubmit = (e) => { e.preventDefault(); // Simulating form submission setTimeout(() => { setFormSubmitted(true); }, 1000); }; return (
{/* Hero Section */}

Get in Touch with Us

We’re eager to hear from prospective students, parents, and alumni.

Contact Us
{/* Contact Form */}

Contact Form