diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index 7adb4be..c0a1b65 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -12,7 +12,7 @@ export default function AdmissionsPage() { { name: "Programs", id: "/programs" }, { name: "Courses", id: "/courses" }, { name: "Admissions", id: "/admissions" }, - { name: "About", id: "/" }, + { name: "About", id: "about" }, { name: "Contact", id: "/contact" }, ]; @@ -91,15 +91,20 @@ export default function AdmissionsPage() { imageAlt="Admissions support" faqs={[ { - id: "1", title: "What are the application requirements?", content: "Required materials include: completed application form, official transcripts from current school, letter of recommendation from a teacher, essay on your educational goals, and any standardized test scores if available. We'll guide you through each step."}, + id: "1", title: "What are the application requirements?", content: "Required materials include: completed application form, official transcripts from current school, letter of recommendation from a teacher, essay on your educational goals, and any standardized test scores if available. We'll guide you through each step." + }, { - id: "2", title: "When are application deadlines?", content: "Rolling admissions begin September 1st. Early applications receive priority consideration. Most programs have soft deadlines in December and final deadlines in March, but spots may fill before the deadline."}, + id: "2", title: "When are application deadlines?", content: "Rolling admissions begin September 1st. Early applications receive priority consideration. Most programs have soft deadlines in December and final deadlines in March, but spots may fill before the deadline." + }, { - id: "3", title: "What is the tuition and financial aid process?", content: "We offer competitive tuition rates with flexible payment plans. Financial aid is available through scholarships, grants, and payment plans. Complete the financial aid application to explore options that fit your family's budget."}, + id: "3", title: "What is the tuition and financial aid process?", content: "We offer competitive tuition rates with flexible payment plans. Financial aid is available through scholarships, grants, and payment plans. Complete the financial aid application to explore options that fit your family's budget." + }, { - id: "4", title: "Can I visit campus before applying?", content: "Absolutely! We encourage campus visits. Schedule a tour, attend an information session, or participate in a trial class. Visiting helps you experience our community and make an informed decision."}, + id: "4", title: "Can I visit campus before applying?", content: "Absolutely! We encourage campus visits. Schedule a tour, attend an information session, or participate in a trial class. Visiting helps you experience our community and make an informed decision." + }, { - id: "5", title: "How long does the application process take?", content: "Once you submit your complete application, our team typically reviews it within 2-3 weeks. We'll contact you with an admissions decision and next steps. Admitted students have 2 weeks to confirm enrollment."}, + id: "5", title: "How long does the application process take?", content: "Once you submit your complete application, our team typically reviews it within 2-3 weeks. We'll contact you with an admissions decision and next steps. Admitted students have 2 weeks to confirm enrollment." + }, ]} /> @@ -127,4 +132,4 @@ export default function AdmissionsPage() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 67c5185..bd656b5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,24 +2,24 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FooterBase from '@/components/sections/footer/FooterBase'; +import { Mail } from 'lucide-react'; export default function ContactPage() { const navItems = [ { name: "Programs", id: "/programs" }, { name: "Courses", id: "/courses" }, { name: "Admissions", id: "/admissions" }, - { name: "About", id: "/" }, + { name: "About", id: "about" }, { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Core Curriculum", href: "/programs" }, { label: "Elective Courses", href: "/courses" }, { label: "Career Tracks", href: "/programs" }, @@ -27,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Course Catalog", href: "/courses" }, { label: "Academic Calendar", href: "/" }, { label: "Student Support", href: "/" }, @@ -36,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Admissions", - items: [ + title: "Admissions", items: [ { label: "Apply Now", href: "/admissions" }, { label: "Financial Aid", href: "/" }, { label: "Campus Tours", href: "/" }, @@ -63,92 +61,50 @@ export default function ContactPage() { -
+
+ +
+ +
+ +
+ +
-
- -
- -
- -
-
@@ -162,4 +118,4 @@ export default function ContactPage() {
); -} \ No newline at end of file +} diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index 4f6e6e0..97cda49 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -2,24 +2,25 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; +import { BookMarked } from 'lucide-react'; export default function CoursesPage() { const navItems = [ { name: "Programs", id: "/programs" }, { name: "Courses", id: "/courses" }, { name: "Admissions", id: "/admissions" }, - { name: "About", id: "/" }, + { name: "About", id: "about" }, { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Programs", - items: [ + title: "Programs", items: [ { label: "Core Curriculum", href: "/programs" }, { label: "Elective Courses", href: "/courses" }, { label: "Career Tracks", href: "/programs" }, @@ -27,8 +28,7 @@ export default function CoursesPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Course Catalog", href: "/courses" }, { label: "Academic Calendar", href: "/" }, { label: "Student Support", href: "/" }, @@ -36,8 +36,7 @@ export default function CoursesPage() { ], }, { - title: "Admissions", - items: [ + title: "Admissions", items: [ { label: "Apply Now", href: "/admissions" }, { label: "Financial Aid", href: "/" }, { label: "Campus Tours", href: "/" }, @@ -63,107 +62,84 @@ export default function CoursesPage() { -
+
+ +
+ +
-
- + @@ -172,13 +148,13 @@ export default function CoursesPage() {
@@ -192,4 +168,4 @@ export default function CoursesPage() {
); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 480c776..e77397a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,58 +1,22 @@ import type { Metadata } from "next"; -import { DM_Sans } from "next/font/google"; +import { Inter } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import "./styles/variables.css"; +import "./styles/base.css"; -const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "School Program Directory & Course Catalog | Academy Programs", - description: "Explore our comprehensive school programs and course catalog. Discover academic tracks, electives, and career pathways designed for student success.", - keywords: "school programs, course catalog, education, admissions, academic programs, student success", - metadataBase: new URL("https://academy-programs.edu"), - alternates: { - canonical: "https://academy-programs.edu", - }, - openGraph: { - title: "School Program Directory & Course Catalog", - description: "Explore comprehensive school programs and courses designed for student success and academic excellence.", - type: "website", - siteName: "Academy Programs", - images: [ - { - url: "http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg", - alt: "Academy Programs Campus", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "School Program Directory & Course Catalog", - description: "Discover our comprehensive academic programs and course options.", - images: ["http://img.b2bpic.net/free-photo/schoolgirl-with-notebook-her-hands-sunset-background-school-goes-school_169016-59085.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Academy Programs", description: "Discover comprehensive academic programs and courses"}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + + {children}