diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx
index 2f94ce3..8ec60f8 100644
--- a/src/app/admissions/page.tsx
+++ b/src/app/admissions/page.tsx
@@ -1,32 +1,24 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
-import MediaAbout from "@/components/sections/about/MediaAbout";
-import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
+import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
+import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactCenter from "@/components/sections/contact/ContactCenter";
-import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
-import { Mail } from "lucide-react";
-import Link from "next/link";
+import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
+import { CheckCircle } from "lucide-react";
export default function AdmissionsPage() {
const navItems = [
- { name: "Home", id: "home" },
- { name: "About", id: "about" },
- { name: "Programs", id: "features" },
- { name: "Academics", id: "metrics" },
- { name: "Testimonials", id: "testimonials" },
+ { name: "Home", id: "/" },
+ { name: "About", id: "/" },
+ { name: "Programs", id: "/programs" },
+ { name: "Why LUCS", id: "/" },
+ { name: "Contact", id: "/contact" },
];
- const navButton = {
- text: "Enroll Now",
- href: "/contact",
- };
-
const footerColumns = [
{
- title: "Programs",
- items: [
+ title: "Programs", items: [
{ label: "Bachelor of Science", href: "/programs" },
{ label: "Bachelor of Commerce", href: "/programs" },
{ label: "Master's Programs", href: "/programs" },
@@ -34,26 +26,23 @@ export default function AdmissionsPage() {
],
},
{
- title: "About",
- items: [
- { label: "Our Mission", href: "/about" },
- { label: "Faculty", href: "/about" },
- { label: "Infrastructure", href: "/about" },
- { label: "Achievements", href: "/about" },
+ title: "About", items: [
+ { label: "Our Mission", href: "/" },
+ { label: "Faculty", href: "/" },
+ { label: "Infrastructure", href: "/" },
+ { label: "Achievements", href: "/" },
],
},
{
- title: "Student Life",
- items: [
- { label: "Campus Activities", href: "/contact" },
- { label: "Hostel Facilities", href: "/contact" },
- { label: "Sports & Recreation", href: "/contact" },
+ title: "Student Life", items: [
+ { label: "Campus Activities", href: "/" },
+ { label: "Hostel Facilities", href: "/" },
+ { label: "Sports & Recreation", href: "/" },
{ label: "Student Portal", href: "https://portal.lucs.edu.in" },
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Facebook", href: "https://facebook.com/lucsedu" },
{ label: "Instagram", href: "https://instagram.com/lucsedu" },
@@ -76,73 +65,60 @@ export default function AdmissionsPage() {
headingFontWeight="bold"
>
-
+
-
-
+
-
-
-
-
-
+
{
+ console.log("Admissions inquiry from:", email);
+ }}
/>
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 4497e70..ca187c4 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -1,59 +1,48 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
+import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import ContactCenter from "@/components/sections/contact/ContactCenter";
-import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
-import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
+import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Mail } from "lucide-react";
-import Link from "next/link";
export default function ContactPage() {
const navItems = [
- { name: "Home", id: "home" },
- { name: "About", id: "about" },
- { name: "Programs", id: "features" },
- { name: "Academics", id: "metrics" },
- { name: "Testimonials", id: "testimonials" },
+ { name: "Home", id: "/" },
+ { name: "About", id: "/" },
+ { name: "Programs", id: "/" },
+ { name: "Why LUCS", id: "/" },
+ { name: "Contact", id: "#contact" },
];
- const navButton = {
- text: "Enroll Now",
- href: "/contact",
- };
-
const footerColumns = [
{
- title: "Programs",
- items: [
- { label: "Bachelor of Science", href: "/programs" },
- { label: "Bachelor of Commerce", href: "/programs" },
- { label: "Master's Programs", href: "/programs" },
- { label: "Research Opportunities", href: "/programs" },
+ title: "Programs", items: [
+ { label: "Bachelor of Science", href: "/" },
+ { label: "Bachelor of Commerce", href: "/" },
+ { label: "Master's Programs", href: "/" },
+ { label: "Research Opportunities", href: "/" },
],
},
{
- title: "About",
- items: [
- { label: "Our Mission", href: "/about" },
- { label: "Faculty", href: "/about" },
- { label: "Infrastructure", href: "/about" },
- { label: "Achievements", href: "/about" },
+ title: "About", items: [
+ { label: "Our Mission", href: "/" },
+ { label: "Faculty", href: "/" },
+ { label: "Infrastructure", href: "/" },
+ { label: "Achievements", href: "/" },
],
},
{
- title: "Student Life",
- items: [
- { label: "Campus Activities", href: "/contact" },
- { label: "Hostel Facilities", href: "/contact" },
- { label: "Sports & Recreation", href: "/contact" },
+ title: "Student Life", items: [
+ { label: "Campus Activities", href: "/" },
+ { label: "Hostel Facilities", href: "/" },
+ { label: "Sports & Recreation", href: "/" },
{ label: "Student Portal", href: "https://portal.lucs.edu.in" },
],
},
{
- title: "Connect",
- items: [
- { label: "Contact Us", href: "/contact" },
+ title: "Connect", items: [
+ { label: "Contact Us", href: "#contact" },
{ label: "Facebook", href: "https://facebook.com/lucsedu" },
{ label: "Instagram", href: "https://instagram.com/lucsedu" },
{ label: "LinkedIn", href: "https://linkedin.com/school/lucs" },
@@ -75,87 +64,32 @@ export default function ContactPage() {
headingFontWeight="bold"
>
-
+
-