diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 79c461f..d487bec 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -26,37 +26,21 @@ export default function LandingPage() { @@ -74,52 +56,33 @@ export default function LandingPage() {
-
@@ -132,77 +95,47 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Admissions", - href: "/admissions", - }, + label: "Admissions", href: "/admissions"}, { - label: "Academics", - href: "/academics", - }, + label: "Academics", href: "/academics"}, ], }, { items: [ { - label: "Teachers & Staff", - href: "/teachers", - }, + label: "Teachers & Staff", href: "/teachers"}, { - label: "Gallery", - href: "/gallery", - }, + label: "Gallery", href: "/gallery"}, { - label: "News & Events", - href: "/news", - }, + label: "News & Events", href: "/news"}, { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, ], }, { items: [ { - label: "Student Portal", - href: "#", - }, + label: "Student Portal", href: "#"}, { - label: "Parent Portal", - href: "#", - }, + label: "Parent Portal", href: "#"}, { - label: "Teacher Portal", - href: "#", - }, + label: "Teacher Portal", href: "#"}, { - label: "Admin Dashboard", - href: "#", - }, + label: "Admin Dashboard", href: "#"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Sitemap", - href: "#", - }, + label: "Sitemap", href: "#"}, ], }, ]}