16 Commits

Author SHA1 Message Date
cf30b72bdf Update src/app/programs/page.tsx 2026-03-06 07:06:08 +00:00
6c79544376 Update src/app/page.tsx 2026-03-06 07:06:07 +00:00
8e6bb994b6 Update src/app/programs/page.tsx 2026-03-06 07:05:17 +00:00
db77f46afd Update src/app/page.tsx 2026-03-06 07:05:17 +00:00
7803be75ae Update src/app/styles/variables.css 2026-03-06 07:03:38 +00:00
d7bcdf666e Update src/app/styles/base.css 2026-03-06 07:03:37 +00:00
8af5a1d2b4 Update src/app/programs/page.tsx 2026-03-06 07:03:37 +00:00
40c55acba5 Update src/app/page.tsx 2026-03-06 07:03:36 +00:00
f6ccc4dd27 Update src/app/layout.tsx 2026-03-06 07:03:36 +00:00
674b16160f Update src/app/contact/page.tsx 2026-03-06 07:03:36 +00:00
c87b5796c4 Update src/app/admissions/page.tsx 2026-03-06 07:03:35 +00:00
d13ddfcd0c Merge version_2 into main
Merge version_2 into main
2026-03-06 07:01:04 +00:00
72a411591f Update src/app/programs/page.tsx 2026-03-06 07:01:00 +00:00
43a7da173d Update src/app/layout.tsx 2026-03-06 07:00:59 +00:00
fc2facefad Merge version_1 into main
Merge version_1 into main
2026-03-06 06:58:40 +00:00
e582a59203 Merge version_1 into main
Merge version_1 into main
2026-03-06 06:57:45 +00:00
7 changed files with 372 additions and 514 deletions

View File

@@ -1,32 +1,24 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import MediaAbout from "@/components/sections/about/MediaAbout"; import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import ContactCenter from "@/components/sections/contact/ContactCenter"; import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Mail } from "lucide-react"; import { CheckCircle } from "lucide-react";
import Link from "next/link";
export default function AdmissionsPage() { export default function AdmissionsPage() {
const navItems = [ const navItems = [
{ name: "Home", id: "home" }, { name: "Home", id: "/" },
{ name: "About", id: "about" }, { name: "About", id: "/" },
{ name: "Programs", id: "features" }, { name: "Programs", id: "/programs" },
{ name: "Academics", id: "metrics" }, { name: "Why LUCS", id: "/" },
{ name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "/contact" },
]; ];
const navButton = {
text: "Enroll Now",
href: "/contact",
};
const footerColumns = [ const footerColumns = [
{ {
title: "Programs", title: "Programs", items: [
items: [
{ label: "Bachelor of Science", href: "/programs" }, { label: "Bachelor of Science", href: "/programs" },
{ label: "Bachelor of Commerce", href: "/programs" }, { label: "Bachelor of Commerce", href: "/programs" },
{ label: "Master's Programs", href: "/programs" }, { label: "Master's Programs", href: "/programs" },
@@ -34,26 +26,23 @@ export default function AdmissionsPage() {
], ],
}, },
{ {
title: "About", title: "About", items: [
items: [ { label: "Our Mission", href: "/" },
{ label: "Our Mission", href: "/about" }, { label: "Faculty", href: "/" },
{ label: "Faculty", href: "/about" }, { label: "Infrastructure", href: "/" },
{ label: "Infrastructure", href: "/about" }, { label: "Achievements", href: "/" },
{ label: "Achievements", href: "/about" },
], ],
}, },
{ {
title: "Student Life", title: "Student Life", items: [
items: [ { label: "Campus Activities", href: "/" },
{ label: "Campus Activities", href: "/contact" }, { label: "Hostel Facilities", href: "/" },
{ label: "Hostel Facilities", href: "/contact" }, { label: "Sports & Recreation", href: "/" },
{ label: "Sports & Recreation", href: "/contact" },
{ label: "Student Portal", href: "https://portal.lucs.edu.in" }, { label: "Student Portal", href: "https://portal.lucs.edu.in" },
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Contact Us", href: "/contact" }, { label: "Contact Us", href: "/contact" },
{ label: "Facebook", href: "https://facebook.com/lucsedu" }, { label: "Facebook", href: "https://facebook.com/lucsedu" },
{ label: "Instagram", href: "https://instagram.com/lucsedu" }, { label: "Instagram", href: "https://instagram.com/lucsedu" },
@@ -76,73 +65,60 @@ export default function AdmissionsPage() {
headingFontWeight="bold" headingFontWeight="bold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleApple navItems={navItems} brandName="LUCS" />
navItems={navItems}
button={navButton}
brandName="LUCS"
/>
</div> </div>
<div id="admissions-intro" data-section="admissions-intro"> <div id="admissions-faq" data-section="admissions-faq" className="pt-20">
<MediaAbout <FaqSplitText
title="Begin Your Journey at LUCS" faqs={[
description="The admissions process at Lords Universal College is designed to identify talented and motivated students who demonstrate academic excellence, intellectual curiosity, and a commitment to personal growth. We seek individuals who will contribute to our vibrant campus community and benefit from our comprehensive educational programs." {
tag="Admissions" id: "1", title: "What are the eligibility criteria for undergraduate admission?", content: "Students must have completed 12th standard with minimum 50% aggregate marks. For Science stream, candidates should have studied Physics, Chemistry, and Mathematics (or Biology for life sciences). For Commerce, Economics is preferred but not mandatory."},
imageSrc="http://img.b2bpic.net/free-photo/full-shot-students-walking-together_23-2149647057.jpg?_wi=3" {
imageAlt="College campus overview" id: "2", title: "What is the postgraduate admission process?", content: "Postgraduate admission requires a relevant bachelor's degree with minimum 55% aggregate. Candidates must appear for entrance examination (if applicable) and qualify the merit-based selection process. Group discussions and personal interviews may be conducted for shortlisted candidates."},
buttons={[{ text: "Start Application", href: "/contact" }]} {
id: "3", title: "When does the admission process start?", content: "Undergraduate admissions typically open in June, while postgraduate admissions begin in May. Applications are accepted online through our portal. Admission timelines may vary by program, so please check our website for specific dates."},
{
id: "4", title: "What documents are required for admission?", content: "Required documents include 12th mark sheet, transfer certificate, character certificate, proof of address, income certificate (if applying for scholarships), photograph, and admission form. Original documents must be submitted during verification process."},
{
id: "5", title: "Are entrance examinations required?", content: "For most undergraduate programs, merit-based selection is based on 12th marks. Certain programs and postgraduate courses may require entrance examinations. Details are mentioned in the admission brochure for each program."},
{
id: "6", title: "How can I apply for scholarships?", content: "Merit-based and need-based scholarships can be applied during the admission process. Submit the scholarship application form along with necessary documents like income certificate, mark sheets, and other supporting documents."},
]}
sideTitle="Admissions FAQs"
sideDescription="Complete information about the admission process at LUCS"
textPosition="left"
useInvertedBackground={true} useInvertedBackground={true}
animationType="smooth"
faqsAnimation="slide-up"
buttons={[
{ text: "Start Application", href: "/" },
]}
/> />
</div> </div>
<div id="admissions-process" data-section="admissions-process"> <div id="admissions-contact" data-section="admissions-contact">
<FeatureCardSixteen
title="Admissions Requirements"
description="What you need to know about our selection criteria and application process"
tag="How To Apply"
negativeCard={{
items: [
"Below 60% aggregate scores",
"Incomplete documentation",
"Missing entrance exam scores",
"Late application submission",
],
}}
positiveCard={{
items: [
"Minimum 60% marks in 10+2",
"Complete and timely applications",
"Qualifying entrance exam performance",
"Strong extracurricular background",
],
}}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>
<div id="admissions-cta" data-section="admissions-cta">
<ContactCenter <ContactCenter
tag="Apply Now" tag="Admissions Inquiry"
title="Start Your Application Today" tagIcon={CheckCircle}
description="Join our community of scholars and innovators. Submit your application and take the first step towards transforming your academic journey at Lords Universal College." title="Ready to Join LUCS?"
background={{ variant: "animated-grid" }} description="Submit your inquiry and our admissions team will provide you with detailed information about programs, fees, and the application process."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false} useInvertedBackground={false}
tagIcon={Mail} inputPlaceholder="Enter your email to get started"
inputPlaceholder="Enter your email to begin" buttonText="Get Information"
buttonText="Apply Online" termsText="We respect your privacy and will only use your information for admissions-related communication."
termsText="Your application will be carefully reviewed by our admissions committee. We will contact you within 7 business days with next steps." onSubmit={(email) => {
console.log("Admissions inquiry from:", email);
}}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseReveal
logoText="LUCS"
columns={footerColumns} columns={footerColumns}
copyrightText="© 2025 Lords Universal College of Science and Commerce. All rights reserved." copyrightText="© 2025 Lords Universal College of Science and Commerce. All rights reserved."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -1,59 +1,48 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; 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 ContactCenter from "@/components/sections/contact/ContactCenter";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Mail } from "lucide-react"; import { Mail } from "lucide-react";
import Link from "next/link";
export default function ContactPage() { export default function ContactPage() {
const navItems = [ const navItems = [
{ name: "Home", id: "home" }, { name: "Home", id: "/" },
{ name: "About", id: "about" }, { name: "About", id: "/" },
{ name: "Programs", id: "features" }, { name: "Programs", id: "/" },
{ name: "Academics", id: "metrics" }, { name: "Why LUCS", id: "/" },
{ name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "#contact" },
]; ];
const navButton = {
text: "Enroll Now",
href: "/contact",
};
const footerColumns = [ const footerColumns = [
{ {
title: "Programs", title: "Programs", items: [
items: [ { label: "Bachelor of Science", href: "/" },
{ label: "Bachelor of Science", href: "/programs" }, { label: "Bachelor of Commerce", href: "/" },
{ label: "Bachelor of Commerce", href: "/programs" }, { label: "Master's Programs", href: "/" },
{ label: "Master's Programs", href: "/programs" }, { label: "Research Opportunities", href: "/" },
{ label: "Research Opportunities", href: "/programs" },
], ],
}, },
{ {
title: "About", title: "About", items: [
items: [ { label: "Our Mission", href: "/" },
{ label: "Our Mission", href: "/about" }, { label: "Faculty", href: "/" },
{ label: "Faculty", href: "/about" }, { label: "Infrastructure", href: "/" },
{ label: "Infrastructure", href: "/about" }, { label: "Achievements", href: "/" },
{ label: "Achievements", href: "/about" },
], ],
}, },
{ {
title: "Student Life", title: "Student Life", items: [
items: [ { label: "Campus Activities", href: "/" },
{ label: "Campus Activities", href: "/contact" }, { label: "Hostel Facilities", href: "/" },
{ label: "Hostel Facilities", href: "/contact" }, { label: "Sports & Recreation", href: "/" },
{ label: "Sports & Recreation", href: "/contact" },
{ label: "Student Portal", href: "https://portal.lucs.edu.in" }, { label: "Student Portal", href: "https://portal.lucs.edu.in" },
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [ { label: "Contact Us", href: "#contact" },
{ label: "Contact Us", href: "/contact" },
{ label: "Facebook", href: "https://facebook.com/lucsedu" }, { label: "Facebook", href: "https://facebook.com/lucsedu" },
{ label: "Instagram", href: "https://instagram.com/lucsedu" }, { label: "Instagram", href: "https://instagram.com/lucsedu" },
{ label: "LinkedIn", href: "https://linkedin.com/school/lucs" }, { label: "LinkedIn", href: "https://linkedin.com/school/lucs" },
@@ -75,87 +64,32 @@ export default function ContactPage() {
headingFontWeight="bold" headingFontWeight="bold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleApple navItems={navItems} brandName="LUCS" />
navItems={navItems}
button={navButton}
brandName="LUCS"
/>
</div> </div>
<div id="contact-form" data-section="contact-form"> <div id="contact" data-section="contact" className="pt-20">
<ContactCenter <ContactCenter
tag="Admissions" tag="Get in Touch"
title="Ready to Join LUCS?"
description="Subscribe to our newsletter for admission updates, campus news, and exclusive student opportunities. Stay connected with our vibrant academic community."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
tagIcon={Mail} tagIcon={Mail}
inputPlaceholder="Enter your email address" title="Connect With Us"
buttonText="Subscribe Now" description="Have questions about admissions, programs, or campus life? Reach out to us and our team will get back to you promptly."
termsText="We respect your privacy. Unsubscribe anytime. By subscribing, you agree to receive admission-related communications from LUCS." background={{ variant: "rotated-rays-animated-grid" }}
/> useInvertedBackground={false}
</div> inputPlaceholder="Enter your email"
buttonText="Subscribe"
<div id="contact-faq" data-section="contact-faq"> termsText="We'll get back to you within 24 hours. Your privacy is important to us."
<FaqSplitMedia onSubmit={(email) => {
faqs={[ console.log("Email submitted:", email);
{ }}
id: "1",
title: "What are the admission requirements?",
content:
"Students must have completed 10+2 with minimum 60% marks. Physics, Chemistry, and Mathematics are required for science programs, while English is mandatory for commerce programs. Entrance examinations are conducted during the admission period.",
},
{
id: "2",
title: "What is the fee structure?",
content:
"Annual fees vary by program. Science programs range from ₹1,00,000 to ₹1,50,000, while commerce programs are ₹80,000 to ₹1,20,000. Scholarships are available for meritorious students and those with financial need.",
},
{
id: "3",
title: "Does LUCS provide hostel facilities?",
content:
"Yes, we provide separate hostel facilities for boys and girls with modern amenities including WiFi, dining, and recreational areas. Hostel fees are approximately ₹1,50,000 to ₹2,00,000 per year.",
},
{
id: "4",
title: "What placement opportunities are available?",
content:
"We have a 95% placement rate with top companies from IT, finance, and consulting sectors. Our placement cell conducts recruitment drives throughout the year. Average package for 2024 graduates was ₹6-8 LPA.",
},
{
id: "5",
title: "Are there internship opportunities?",
content:
"Yes, internships are integral to our curriculum. Students undertake 6-12 week internships during summer breaks with leading organizations, earning both academic credit and practical experience.",
},
{
id: "6",
title: "What extracurricular activities are available?",
content:
"LUCS offers 40+ clubs and societies covering sports, arts, technology, and academics. Students participate in national competitions, cultural festivals, and community service initiatives.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/cheerful-call-center-onboarding-specialist-training-worker_482257-125802.jpg"
imageAlt="Student support services"
mediaPosition="left"
title="Frequently Asked Questions"
description="Find answers to common questions about admissions, programs, and student life at LUCS"
tag="Help Center"
textboxLayout="default"
useInvertedBackground={true}
faqsAnimation="blur-reveal"
mediaAnimation="opacity"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseReveal
logoText="LUCS"
columns={footerColumns} columns={footerColumns}
copyrightText="© 2025 Lords Universal College of Science and Commerce. All rights reserved." copyrightText="© 2025 Lords Universal College of Science and Commerce. All rights reserved."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -1,74 +1,24 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google"; import { Montserrat } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const montserrat = Montserrat({
variable: "--font-halant", variable: "--font-montserrat", subsets: ["latin"],
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Lords Universal College of Science & Commerce | Premier Education", title: "LUCS - Lords Universal College of Science and Commerce", description: "Discover our comprehensive range of undergraduate and postgraduate programs designed to cultivate intellectual excellence."};
description: "Experience world-class education at Lords Universal College. Premier science and commerce programs with 95% placement rate and modern campus facilities.",
keywords: "college, science, commerce, education, admissions, university, India",
metadataBase: new URL("https://lucs.edu.in"),
alternates: {
canonical: "https://lucs.edu.in",
},
openGraph: {
title: "Lords Universal College of Science & Commerce",
description: "Cultivating academic excellence and innovation for generations",
url: "https://lucs.edu.in",
siteName: "Lords Universal College",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/building_1127-3357.jpg",
alt: "Lords Universal College Campus",
},
],
},
twitter: {
card: "summary_large_image",
title: "Lords Universal College of Science & Commerce",
description: "Premier education institution with world-class facilities",
images: ["http://img.b2bpic.net/free-photo/building_1127-3357.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={`${montserrat.variable} antialiased`}>
<body {children}
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1436,7 +1386,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -1,61 +1,53 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import HeroLogo from "@/components/sections/hero/HeroLogo";
import MediaAbout from "@/components/sections/about/MediaAbout"; import MediaAbout from "@/components/sections/about/MediaAbout";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import { Users, BookOpen, Award, Globe, Mail } from "lucide-react"; import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import Link from "next/link"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Sparkles, BookOpen, Beaker, TrendingUp, Users, Award, Zap, CheckCircle } from "lucide-react";
export default function HomePage() { export default function Home() {
const navItems = [ const navItems = [
{ name: "Home", id: "home" }, { name: "Home", id: "/" },
{ name: "About", id: "about" }, { name: "About", id: "#about" },
{ name: "Programs", id: "features" }, { name: "Programs", id: "#programs" },
{ name: "Academics", id: "metrics" }, { name: "Why LUCS", id: "#why-lucs" },
{ name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "/contact" },
]; ];
const navButton = {
text: "Enroll Now",
href: "/contact",
};
const footerColumns = [ const footerColumns = [
{ {
title: "Programs", title: "Programs", items: [
items: [ { label: "Bachelor of Science", href: "#programs" },
{ label: "Bachelor of Science", href: "/programs" }, { label: "Bachelor of Commerce", href: "#programs" },
{ label: "Bachelor of Commerce", href: "/programs" }, { label: "Master's Programs", href: "#programs" },
{ label: "Master's Programs", href: "/programs" }, { label: "Research Opportunities", href: "#programs" },
{ label: "Research Opportunities", href: "/programs" },
], ],
}, },
{ {
title: "About", title: "About", items: [
items: [ { label: "Our Mission", href: "#about" },
{ label: "Our Mission", href: "/about" }, { label: "Faculty", href: "#about" },
{ label: "Faculty", href: "/about" }, { label: "Infrastructure", href: "#about" },
{ label: "Infrastructure", href: "/about" }, { label: "Achievements", href: "#about" },
{ label: "Achievements", href: "/about" },
], ],
}, },
{ {
title: "Student Life", title: "Student Life", items: [
items: [ { label: "Campus Activities", href: "#why-lucs" },
{ label: "Campus Activities", href: "/contact" }, { label: "Hostel Facilities", href: "#why-lucs" },
{ label: "Hostel Facilities", href: "/contact" }, { label: "Sports & Recreation", href: "#why-lucs" },
{ label: "Sports & Recreation", href: "/contact" },
{ label: "Student Portal", href: "https://portal.lucs.edu.in" }, { label: "Student Portal", href: "https://portal.lucs.edu.in" },
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Contact Us", href: "/contact" }, { label: "Contact Us", href: "/contact" },
{ label: "Facebook", href: "https://facebook.com/lucsedu" }, { label: "Facebook", href: "https://facebook.com/lucsedu" },
{ label: "Instagram", href: "https://instagram.com/lucsedu" }, { label: "Instagram", href: "https://instagram.com/lucsedu" },
@@ -78,193 +70,180 @@ export default function HomePage() {
headingFontWeight="bold" headingFontWeight="bold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleApple navItems={navItems} brandName="LUCS" />
navItems={navItems}
button={navButton}
brandName="LUCS"
/>
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroLogo
title="Lords Universal College of Science and Commerce" logoText="LUCS"
description="Cultivating academic excellence and innovation. Experience world-class education in science and commerce with state-of-the-art facilities and dedicated faculty." description="Lords Universal College of Science and Commerce Excellence in Academic Education"
tag="Premium Education"
tagIcon={Mail}
background={{ variant: "gradient-bars" }}
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/building_1127-3357.jpg",
imageAlt: "Modern campus building",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg?_wi=1",
imageAlt: "Interactive classroom",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/group-ethnic-multicultural-students-sitting-table-library_496169-1216.jpg?_wi=1",
imageAlt: "State-of-the-art library",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/lab-assistant-with-microscope-laboratory-glassware-bulb-with-chemicals_146671-18302.jpg?_wi=1",
imageAlt: "Science laboratory",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/young-happy-students-walking-while-talking-looking-aside_171337-13421.jpg?_wi=1",
imageAlt: "Student community",
},
]}
buttons={[ buttons={[
{ text: "Explore Programs", href: "/programs" }, { text: "Apply Now", href: "/admissions" },
{ text: "Schedule Visit", href: "/contact" }, { text: "Explore Programs", href: "#programs" },
]} ]}
mediaAnimation="slide-up" imageSrc="https://images.unsplash.com/photo-1523580494863-6f3031224c94?w=1600&h=900&fit=crop"
buttonAnimation="slide-up" imageAlt="LUCS Campus"
showDimOverlay={true}
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<MediaAbout <MediaAbout
title="About Lords Universal College" title="About Lords Universal College"
description="Founded with a vision to provide transformative education, LUCS has been nurturing intellectual talent and fostering innovation for generations. Our institution combines traditional academic values with modern pedagogical approaches, creating an environment where students thrive both academically and personally." description="We are a premier institution dedicated to providing exceptional education in Science and Commerce. With a legacy of academic excellence, state-of-the-art facilities, and accomplished faculty, we empower students to become leaders in their fields."
tag="Our Mission" tag="Our Institution"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-students-walking-together_23-2149647057.jpg?_wi=1" tagIcon={Award}
imageAlt="College campus overview" imageSrc="https://images.unsplash.com/photo-1511632765486-a01980e01a18?w=1600&h=900&fit=crop"
buttons={[{ text: "Learn More", href: "/about" }]} imageAlt="Campus Infrastructure"
useInvertedBackground={true} buttons={[
{ text: "Learn More", href: "#why-lucs" },
{ text: "Visit Campus", href: "/contact" },
]}
useInvertedBackground={false}
/> />
</div> </div>
<div id="features" data-section="features"> <div id="programs" data-section="programs">
<FeatureCardSixteen <FeatureCardSix
title="Why Choose LUCS" title="Our Academic Programs"
description="Experience the difference between traditional and modern education systems" description="Comprehensive pathways designed to develop critical thinking, research skills, and professional competency"
tag="Competitive Edge" tag="Academic Excellence"
negativeCard={{ tagIcon={BookOpen}
items: [ features={[
"Outdated teaching methods", {
"Limited research opportunities", id: 1,
"Insufficient lab facilities", title: "Bachelor of Science", description: "Physics, Chemistry, Biology, Mathematics, and Computer Science with advanced laboratory facilities and research opportunities.", imageSrc: "https://images.unsplash.com/photo-1530521954914-0f2b4ccdaa26?w=600&h=400&fit=crop&_wi=1", imageAlt: "Science Laboratory"},
"Overcrowded classrooms", {
], id: 2,
}} title: "Bachelor of Commerce", description: "Accounting, Economics, Management, and Finance programs aligned with industry standards and professional certifications.", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=600&h=400&fit=crop&_wi=1", imageAlt: "Commerce Department"},
positiveCard={{ {
items: [ id: 3,
"Industry-aligned curriculum", title: "Master's Programs", description: "Advanced postgraduate degrees in specialized areas with focus on research, innovation, and career advancement.", imageSrc: "https://images.unsplash.com/photo-1553729782-b2efc2c563a3?w=600&h=400&fit=crop&_wi=1", imageAlt: "Postgraduate Studies"},
"Advanced research centers", {
"Modern laboratories and equipment", id: 4,
"Personalized learning experience", title: "Research & Innovation", description: "Dedicated research centers and laboratories for cutting-edge studies in science, commerce, and interdisciplinary fields.", imageSrc: "https://images.unsplash.com/photo-1576091160399-3173fba999b8?w=600&h=400&fit=crop&_wi=1", imageAlt: "Research Center"},
], ]}
}}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up" buttons={[
{ text: "View All Programs", href: "/programs" },
]}
/> />
</div> </div>
<div id="metrics" data-section="metrics"> <div id="why-lucs" data-section="why-lucs">
<MetricCardThree <MetricCardThree
metrics={[ metrics={[
{ id: "1", icon: Users, title: "Students", value: "5,000+" }, { id: "1", icon: BookOpen, title: "Programs", value: "25+" },
{ id: "2", icon: BookOpen, title: "Programs", value: "25+" }, { id: "2", icon: Beaker, title: "Labs & Facilities", value: "40+" },
{ id: "3", icon: Award, title: "Placements", value: "95%" }, { id: "3", icon: TrendingUp, title: "Success Rate", value: "95%" },
{ id: "4", icon: Globe, title: "International", value: "12 Partners" }, { id: "4", icon: Users, title: "Students", value: "5,000+" },
]} ]}
title="Academic Excellence by Numbers" title="Why Choose LUCS?"
description="Proven track record of student success and institutional achievement" description="Exceptional academics, world-class infrastructure, and dedicated faculty committed to your success"
tag="Impact Metrics" tag="Our Strengths"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
animationType="scale-rotate" animationType="scale-rotate"
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="pricing" data-section="pricing">
<TestimonialCardSix <PricingCardTwo
testimonials={[ plans={[
{ {
id: "1", id: "1", badge: "Undergraduate", badgeIcon: BookOpen,
name: "Priya Sharma", price: "Affordable", subtitle: "Bachelor Programs with flexible payment options", buttons: [
handle: "B.Sc Physics, 2023", { text: "Apply Now", href: "/admissions" },
testimonial: { text: "Details", href: "#programs" },
"The faculty at LUCS guided me through rigorous research projects. I secured a position at a leading tech company immediately after graduation.", ],
imageSrc: features: [
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", "4-Year comprehensive curriculum", "Modern laboratory facilities", "Industry expert faculty", "Internship opportunities", "Career guidance & placement"],
imageAlt: "Priya Sharma",
}, },
{ {
id: "2", id: "2", badge: "Graduate", badgeIcon: Award,
name: "Rajesh Kumar", price: "Competitive", subtitle: "Advanced Master's Programs with research focus", buttons: [
handle: "B.Com Finance, 2022", { text: "Apply Now", href: "/admissions" },
testimonial: { text: "Details", href: "#programs" },
"Exceptional commerce education with real-world insights from industry experts. The placement support was instrumental in my career success.", ],
imageSrc: features: [
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", "Specialized research tracks", "Expert faculty mentorship", "Publication opportunities", "Advanced laboratory access", "Global networking"],
imageAlt: "Rajesh Kumar",
}, },
{ {
id: "3", id: "3", badge: "Professional", badgeIcon: Zap,
name: "Ananya Gupta", price: "Flexible", subtitle: "Certification & short courses for professionals", buttons: [
handle: "B.Sc Chemistry, 2024", { text: "Enroll Today", href: "/contact" },
testimonial: { text: "Learn More", href: "#programs" },
"Outstanding laboratory facilities and supportive faculty. I developed a passion for research that will define my academic career.", ],
imageSrc: features: [
"http://img.b2bpic.net/free-photo/close-up-beautiful-woman-smiling_23-2148369437.jpg?_wi=1", "Part-time & full-time options", "Industry-relevant curriculum", "Working professional schedule", "Professional certification", "Career advancement focus"],
imageAlt: "Ananya Gupta",
},
{
id: "4",
name: "Arjun Patel",
handle: "B.Com Accounting, 2023",
testimonial:
"The curriculum perfectly balances theoretical knowledge with practical application. Alumni network has been invaluable for career opportunities.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Arjun Patel",
},
{
id: "5",
name: "Meera Desai",
handle: "B.Sc Biology, 2024",
testimonial:
"Professors are accessible and genuinely invested in student success. The research opportunities here are unparalleled.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-beautiful-woman-smiling_23-2148369437.jpg?_wi=2",
imageAlt: "Meera Desai",
},
{
id: "6",
name: "Vikram Singh",
handle: "B.Com Economics, 2022",
testimonial:
"LUCS transformed my perspective on commerce education. Every semester brought new insights and networking opportunities with industry leaders.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Vikram Singh",
}, },
]} ]}
title="Student Success Stories" title="Academic Programs & Fees"
description="Hear from our alumni and current students about their transformative experiences at LUCS" description="Transparent pricing with quality education and comprehensive student support"
tag="Testimonials" tag="Enrollment"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
testimonials={[
{
id: "1", name: "Priya Sharma, B.Sc Physics Graduate", date: "Date: 15 January 2025", title: "Transformed My Academic Journey", quote: "LUCS provided me with exceptional faculty, state-of-the-art laboratories, and countless opportunities for practical learning. The rigorous curriculum and personalized mentorship prepared me perfectly for research opportunities abroad.", tag: "Science Program", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100&fit=crop", imageSrc: "https://images.unsplash.com/photo-1523580494863-6f3031224c94?w=600&h=600&fit=crop", imageAlt: "Campus laboratory"},
{
id: "2", name: "Rajesh Patel, B.Com Graduate", date: "Date: 10 December 2024", title: "Excellent Career Preparation", quote: "The commerce program at LUCS is incredibly comprehensive. Beyond academics, the internship placements and industry connections helped me secure a role at a top financial firm even before graduation.", tag: "Commerce Program", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=600&h=600&fit=crop&_wi=1", imageAlt: "Commerce classroom"},
{
id: "3", name: "Dr. Anita Verma, M.Sc Chemistry Graduate", date: "Date: 20 November 2024", title: "Research Excellence & Support", quote: "My master's experience at LUCS was transformative. The research facilities, collaborative environment, and supportive faculty enabled me to publish three research papers and pursue my PhD at an international university.", tag: "Graduate Program", avatarSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=100&h=100&fit=crop", imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?w=600&h=600&fit=crop", imageAlt: "Research facility"},
{
id: "4", name: "Vikram Singh, B.Sc Physics Graduate", date: "Date: 05 November 2024", title: "Holistic Development at LUCS", quote: "LUCS isn't just about academics—it's about developing into a well-rounded individual. The mix of rigorous coursework, extracurricular activities, and mentorship from dedicated faculty made my college years unforgettable.", tag: "Science Program", avatarSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=100&h=100&fit=crop", imageSrc: "https://images.unsplash.com/photo-1511632765486-a01980e01a18?w=600&h=600&fit=crop", imageAlt: "Campus view"},
{
id: "5", name: "Neha Gupta, B.Com Honours Graduate", date: "Date: 25 October 2024", title: "Best Decision I Made", quote: "Choosing LUCS for my commerce degree was the best decision I made. The quality of education, the supportive campus community, and the career opportunities opened doors I didn't expect. Highly recommend!", tag: "Commerce Program", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=600&h=600&fit=crop&_wi=2", imageAlt: "Classroom"},
]}
title="Student Testimonials"
description="Hear directly from our students about their transformative experiences at LUCS"
tag="Success Stories"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="blur-reveal" />
speed={40} </div>
<div id="faq" data-section="faq">
<FaqSplitText
faqs={[
{
id: "1", title: "What are the admission requirements?", content: "For undergraduate programs, students need to complete their 12th standard with minimum 50% aggregate. Postgraduate programs require a relevant bachelor's degree with minimum 55% aggregate. Entrance examinations may be required for certain programs."},
{
id: "2", title: "What is the fee structure?", content: "Our fees are competitive and transparent. Undergraduate programs range from ₹1.5L to ₹2.5L per year depending on the program. Postgraduate programs range from ₹2L to ₹3.5L per year. Scholarships and financial aid are available for deserving students."},
{
id: "3", title: "What are the campus facilities?", content: "LUCS offers comprehensive facilities including state-of-the-art laboratories, well-equipped library with 50,000+ books, computer labs, sports complex, hostels, cafeteria, and recreational centers. WiFi is available across campus."},
{
id: "4", title: "What placement opportunities are available?", content: "Our placement cell maintains relationships with 200+ companies across sectors. Our students are placed in companies like TCS, Infosys, ICICI Bank, and leading startups. Average placement rate is 95% with average package ₹8.5L for graduates."},
{
id: "5", title: "Do you offer scholarships?", content: "Yes, we offer merit-based scholarships, need-based financial aid, and special scholarships for reserved categories. Up to 100% tuition coverage is available for eligible students. Apply during the admission process."},
{
id: "6", title: "What are internship opportunities?", content: "Students are encouraged to pursue internships from their 2nd year. We have partnerships with leading companies and research institutions. Internships can be full-time or part-time and are integrated into the curriculum."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Quick answers to common questions about LUCS"
textPosition="left"
useInvertedBackground={true}
animationType="smooth"
faqsAnimation="slide-up"
buttons={[
{ text: "Contact Admissions", href: "/contact" },
]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseReveal
logoText="LUCS"
columns={footerColumns} columns={footerColumns}
copyrightText="© 2025 Lords Universal College of Science and Commerce. All rights reserved." copyrightText="© 2025 Lords Universal College of Science and Commerce. All rights reserved."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -1,48 +1,44 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import { BookOpen, Beaker, TrendingUp, Users } from "lucide-react"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link"; import { BookOpen, Beaker, TrendingUp, Users, Award, Zap } from "lucide-react";
export default function ProgramsPage() { export default function ProgramsPage() {
const navItems = [ const navItems = [
{ name: "Home", id: "home" }, { name: "Home", id: "/" },
{ name: "About", id: "about" }, { name: "About", id: "/" },
{ name: "Programs", id: "features" }, { name: "Programs", id: "#programs" },
{ name: "Academics", id: "metrics" }, { name: "Why LUCS", id: "/" },
{ name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "/contact" },
]; ];
const navButton = {
text: "Enroll Now", href: "/contact"};
const footerColumns = [ const footerColumns = [
{ {
title: "Programs", items: [ title: "Programs", items: [
{ label: "Bachelor of Science", href: "/programs" }, { label: "Bachelor of Science", href: "#programs" },
{ label: "Bachelor of Commerce", href: "/programs" }, { label: "Bachelor of Commerce", href: "#programs" },
{ label: "Master's Programs", href: "/programs" }, { label: "Master's Programs", href: "#programs" },
{ label: "Research Opportunities", href: "/programs" }, { label: "Research Opportunities", href: "#programs" },
], ],
}, },
{ {
title: "About", items: [ title: "About", items: [
{ label: "Our Mission", href: "/about" }, { label: "Our Mission", href: "/" },
{ label: "Faculty", href: "/about" }, { label: "Faculty", href: "/" },
{ label: "Infrastructure", href: "/about" }, { label: "Infrastructure", href: "/" },
{ label: "Achievements", href: "/about" }, { label: "Achievements", href: "/" },
], ],
}, },
{ {
title: "Student Life", items: [ title: "Student Life", items: [
{ label: "Campus Activities", href: "/contact" }, { label: "Campus Activities", href: "/" },
{ label: "Hostel Facilities", href: "/contact" }, { label: "Hostel Facilities", href: "/" },
{ label: "Sports & Recreation", href: "/contact" }, { label: "Sports & Recreation", href: "/" },
{ label: "Student Portal", href: "https://portal.lucs.edu.in" }, { label: "Student Portal", href: "https://portal.lucs.edu.in" },
], ],
}, },
@@ -70,85 +66,109 @@ export default function ProgramsPage() {
headingFontWeight="bold" headingFontWeight="bold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleApple navItems={navItems} brandName="LUCS" />
navItems={navItems}
button={navButton}
brandName="LUCS"
/>
</div> </div>
<div id="programs-hero" data-section="programs-hero"> <div id="programs" data-section="programs" className="pt-20">
<HeroBillboardGallery <FeatureCardSix
title="Academic Programs at LUCS" title="Our Academic Programs"
description="Discover our comprehensive range of undergraduate and postgraduate programs designed to cultivate intellectual excellence and professional readiness. From pure sciences to commerce, our programs blend traditional values with contemporary pedagogy." description="Comprehensive pathways designed to develop critical thinking, research skills, and professional competency"
tag="Diverse Learning Paths" tag="Academic Excellence"
background={{ variant: "radial-gradient" }} tagIcon={BookOpen}
mediaItems={[ features={[
{ {
imageSrc: id: 1,
"http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg", imageAlt: "Interactive classroom"}, title: "Bachelor of Science", description: "Physics, Chemistry, Biology, Mathematics, and Computer Science with advanced laboratory facilities and research opportunities.", imageSrc: "https://images.unsplash.com/photo-1530521954914-0f2b4ccdaa26?w=600&h=400&fit=crop&_wi=2", imageAlt: "Science Laboratory", buttons: [
{ text: "Learn More", href: "/" },
],
},
{ {
imageSrc: id: 2,
"http://img.b2bpic.net/free-photo/lab-assistant-with-microscope-laboratory-glassware-bulb-with-chemicals_146671-18302.jpg", imageAlt: "Science laboratory"}, title: "Bachelor of Commerce", description: "Accounting, Economics, Management, and Finance programs aligned with industry standards and professional certifications.", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=600&h=400&fit=crop&_wi=2", imageAlt: "Commerce Department", buttons: [
{ text: "Learn More", href: "/" },
],
},
{ {
imageSrc: id: 3,
"http://img.b2bpic.net/free-photo/group-ethnic-multicultural-students-sitting-table-library_496169-1216.jpg", imageAlt: "Library study space"}, title: "Master's Programs", description: "Advanced postgraduate degrees in specialized areas with focus on research, innovation, and career advancement.", imageSrc: "https://images.unsplash.com/photo-1553729782-b2efc2c563a3?w=600&h=400&fit=crop&_wi=2", imageAlt: "Postgraduate Studies", buttons: [
{ text: "Learn More", href: "/" },
],
},
{ {
imageSrc: id: 4,
"http://img.b2bpic.net/free-photo/young-happy-students-walking-while-talking-looking-aside_171337-13421.jpg", imageAlt: "Student community"}, title: "Research & Innovation", description: "Dedicated research centers and laboratories for cutting-edge studies in science, commerce, and interdisciplinary fields.", imageSrc: "https://images.unsplash.com/photo-1576091160399-3173fba999b8?w=600&h=400&fit=crop&_wi=2", imageAlt: "Research Center", buttons: [
{ text: "Learn More", href: "/" },
],
},
]} ]}
buttons={[
{ text: "Apply Now", href: "/admissions" },
{ text: "Download Brochure", href: "/contact" },
]}
mediaAnimation="slide-up"
buttonAnimation="slide-up"
/>
</div>
<div id="programs-comparison" data-section="programs-comparison">
<FeatureCardSixteen
title="Science vs Commerce Pathways"
description="Choose the program that aligns with your academic interests and career aspirations"
tag="Program Options"
negativeCard={{
items: [
"Limited practical application", "Narrow career focus", "Outdated curriculum", "Passive learning methods"],
}}
positiveCard={{
items: [
"Comprehensive skill development", "Diverse career opportunities", "Industry-relevant content", "Experiential learning approach"],
}}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="slide-up"
/> />
</div> </div>
<div id="programs-metrics" data-section="programs-metrics"> <div id="program-stats" data-section="program-stats">
<MetricCardThree <MetricCardThree
metrics={[ metrics={[
{ id: "1", icon: BookOpen, title: "Programs Offered", value: "25+" }, { id: "1", icon: BookOpen, title: "Programs Offered", value: "25+" },
{ id: "2", icon: Beaker, title: "Labs & Facilities", value: "40+" }, { id: "2", icon: Beaker, title: "Labs & Facilities", value: "40+" },
{ id: "3", icon: TrendingUp, title: "Career Success", value: "95%" }, { id: "3", icon: TrendingUp, title: "Placement Success", value: "95%" },
{ id: "4", icon: Users, title: "Active Students", value: "5,000+" }, { id: "4", icon: Users, title: "Active Students", value: "5,000+" },
]} ]}
title="Program Statistics" title="Program Excellence Metrics"
description="Comprehensive academic offerings with exceptional outcomes" description="Demonstrating our commitment to quality education and student success"
tag="Program Impact" tag="By The Numbers"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
animationType="scale-rotate" animationType="scale-rotate"
/> />
</div> </div>
<div id="program-options" data-section="program-options">
<PricingCardTwo
plans={[
{
id: "1", badge: "Science Programs", badgeIcon: Beaker,
price: "Various", subtitle: "Advanced science education with cutting-edge research", buttons: [
{ text: "Apply Now", href: "/" },
{ text: "Details", href: "/" },
],
features: [
"Physics, Chemistry, Biology, Mathematics", "Computer Science & Information Technology", "Advanced laboratories & equipment", "Research collaboration opportunities", "International exchange programs"],
},
{
id: "2", badge: "Commerce Programs", badgeIcon: Award,
price: "Various", subtitle: "Professional education aligned with industry needs", buttons: [
{ text: "Apply Now", href: "/" },
{ text: "Details", href: "/" },
],
features: [
"Accounting & Financial Management", "Economics & Business Studies", "Corporate Finance & Banking", "Industry expert faculty", "Professional certifications integrated"],
},
{
id: "3", badge: "Postgraduate", badgeIcon: Zap,
price: "Various", subtitle: "Advanced degrees with specialization options", buttons: [
{ text: "Apply Now", href: "/" },
{ text: "Details", href: "/" },
],
features: [
"M.Sc in Science disciplines", "M.Com in Commerce specializations", "Research-focused curriculum", "Publication opportunities", "Career advancement focus"],
},
]}
title="Program Categories"
description="Choose from our diverse academic offerings tailored to your career goals"
tag="Educational Pathways"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseReveal
logoText="LUCS"
columns={footerColumns} columns={footerColumns}
copyrightText="© 2025 Lords Universal College of Science and Commerce. All rights reserved." copyrightText="© 2025 Lords Universal College of Science and Commerce. All rights reserved."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-open-sans), sans-serif; font-family: var(--font-montserrat), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-open-sans), sans-serif; font-family: var(--font-montserrat), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #e3deea; --background: #ffffff;
--card: #ffffff; --card: #f9f9f9;
--foreground: #1f2027; --foreground: #000612e6;
--primary-cta: #1f2027; --primary-cta: #15479c;
--primary-cta-text: #e3deea; --primary-cta-text: #e3deea;
--secondary-cta: #ffffff; --secondary-cta: #f9f9f9;
--secondary-cta-text: #1f2027; --secondary-cta-text: #1f2027;
--accent: #627dc6; --accent: #e2e2e2;
--background-accent: #627dc6; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);