From 29d95d530e15e660308ae367287d70bfb23abfb7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:50:31 +0000 Subject: [PATCH] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 176 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 src/app/contact/page.tsx diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..a81560f --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,176 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Mail, MapPin, Phone, Clock } from 'lucide-react'; + +export default function ContactPage() { + return ( + + + +
+
+
+ {/* Contact Information Cards */} +
+
+
+ +
+
+

School Location

+

123 Education Lane

+

Academic City, AC 12345

+

United States

+
+
+
+ +
+
+
+ +
+
+

Phone

+

Main: (555) 123-4567

+

Admissions: (555) 123-4568

+

Support: (555) 123-4569

+
+
+
+ +
+
+
+ +
+
+

Email

+

info@academy.edu

+

admissions@academy.edu

+

support@academy.edu

+
+
+
+ +
+
+
+ +
+
+

Office Hours

+

Monday - Friday: 8:00 AM - 4:00 PM

+

Saturday: 10:00 AM - 2:00 PM

+

Sunday: Closed

+
+
+
+
+ + {/* Location Map Section */} +
+

Visit Our Campus

+
+