From c87b5796c4d930975ef80126d49117ef44a81242 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:03:35 +0000 Subject: [PATCH 1/7] Update src/app/admissions/page.tsx --- src/app/admissions/page.tsx | 142 +++++++++++++++--------------------- 1 file changed, 59 insertions(+), 83 deletions(-) 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 +} -- 2.49.1 From 674b16160f06810005747ef7586fdbc39ad5a419 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:03:36 +0000 Subject: [PATCH 2/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 142 +++++++++++---------------------------- 1 file changed, 38 insertions(+), 104 deletions(-) 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" > -
+
-
- -
- { + console.log("Email submitted:", email); + }} />
); -} \ No newline at end of file +} -- 2.49.1 From f6ccc4dd2723df36f761a5258c29c47037a4faa0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:03:36 +0000 Subject: [PATCH 3/7] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fa5dcb8..ceb9efb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,9 +1,9 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; +import { Montserrat } from "next/font/google"; import "./globals.css"; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], +const montserrat = Montserrat({ + variable: "--font-montserrat", subsets: ["latin"], }); export const metadata: Metadata = { @@ -16,7 +16,7 @@ export default function RootLayout({ }) { return ( - + {children}