Merge version_3 into main #7
@@ -16,7 +16,7 @@ export default function AboutPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import { Award, HelpCircle, Phone } from "lucide-react";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Award, Phone } from "lucide-react";
|
||||
|
||||
export default function AdmissionsPage() {
|
||||
return (
|
||||
@@ -17,12 +15,13 @@ export default function AdmissionsPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
@@ -37,130 +36,71 @@ export default function AdmissionsPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="admission-intro" data-section="admission-intro">
|
||||
<ContactCTA
|
||||
tag="Start Your Journey"
|
||||
{/* Admissions Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Begin Your Academic Journey"
|
||||
description="Apply now to join College of Management. Comprehensive programs with world-class facilities and faculty support."
|
||||
tag="Admissions Open"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
title="Begin Your Educational Journey Today"
|
||||
description="Our simplified admission process ensures qualified candidates can easily apply for their desired programs. Complete your application in just a few steps."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Apply Online Now", href: "#" },
|
||||
{ text: "Call Us: 07263 256566", href: "tel:+917263256566" },
|
||||
{ text: "Apply Online", href: "#" },
|
||||
{ text: "Download Application Form", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="admission-process" data-section="admission-process">
|
||||
<MetricCardTen
|
||||
title="Admission Process Steps"
|
||||
description="Follow these simple steps to complete your admission process and secure your seat"
|
||||
tag="How to Apply"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Fill Application Form",
|
||||
subtitle: "Complete the online application with your basic details and program preference",
|
||||
category: "Step 1",
|
||||
value: "Online",
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=1", imageAlt: "college campus"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Document Verification",
|
||||
subtitle: "Submit your academic certificates, identification, and eligibility documents",
|
||||
category: "Step 2",
|
||||
value: "Required",
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=1", imageAlt: "students learning"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Entrance Test (if applicable)",
|
||||
subtitle: "Appear for the entrance examination for programs requiring merit-based selection",
|
||||
category: "Step 3",
|
||||
value: "Conditional",
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg?_wi=1", imageAlt: "library"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Admission Confirmation",
|
||||
subtitle: "Receive your admission confirmation and complete the fee payment process",
|
||||
category: "Step 4",
|
||||
value: "Final",
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=1", imageAlt: "computer lab"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=1", imageAlt: "student group"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=1", imageAlt: "sports"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Admission FAQs"
|
||||
description="Find answers to common questions about eligibility, application, and admission procedures"
|
||||
tag="Help & Support"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the eligibility criteria for admission?",
|
||||
content: "For undergraduate programs (BA, BSc, BCom, BBA, BCA): 12th pass from any recognized board. For postgraduate programs (MSc): Relevant bachelor's degree with minimum 50% marks. Please check the prospectus for specific eligibility requirements for each program.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is the admission process?",
|
||||
content: "The admission process includes: 1) Online application submission on our portal, 2) Merit-based selection or entrance test (if applicable), 3) Document verification at the college, 4) Fee payment and confirmation. The complete timeline is available in our prospectus.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are scholarships available?",
|
||||
content: "Yes, we offer merit-based scholarships for students with excellent academic records and need-based financial assistance. For detailed information about scholarship schemes and eligibility criteria, please contact the admissions office at 07263 256566 or visit the college.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "When is the admission deadline?",
|
||||
content: "Admission deadlines vary by program. Generally, we accept applications throughout the academic year with priority given to early applicants. For specific deadlines, please check our website or contact the admissions office.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=4"
|
||||
imageAlt="Student guidance and support"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Contact CTA Section */}
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Need More Information"
|
||||
tag="Need Help?"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Contact Our Admissions Team"
|
||||
description="Have questions about admission? Our friendly admissions team is ready to help you with any queries about programs, eligibility, and the application process."
|
||||
title="Admissions Inquiry"
|
||||
description="Have questions about the application process, eligibility, or program details? Contact our admissions office."
|
||||
buttons={[
|
||||
{ text: "Call Now: 07263 256566", href: "tel:+917263256566" },
|
||||
{ text: "Email: admissions@college.edu", href: "mailto:admissions@college.edu" },
|
||||
{ text: "Call: 07263 256566", href: "tel:+917263256566" },
|
||||
{ text: "Email Us", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="College of Management"
|
||||
copyrightText="© 2025 College of Management, Khamgaon. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About College", href: "/about" },
|
||||
{ label: "Courses", href: "/courses" },
|
||||
@@ -168,8 +108,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{ label: "Facilities", href: "/facilities" },
|
||||
{ label: "NSS Programs", href: "#" },
|
||||
{ label: "Competitive Exam Forum", href: "#" },
|
||||
@@ -177,8 +116,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Waman Nagar, Khamgaon, Maharashtra", href: "#" },
|
||||
{ label: "Phone: 07263 256566", href: "tel:+917263256566" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -190,4 +128,4 @@ export default function AdmissionsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,10 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import { Phone, Mail, MapPin } from "lucide-react";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Phone } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
@@ -17,12 +14,13 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
@@ -37,115 +35,32 @@ export default function ContactPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-intro" data-section="contact-intro">
|
||||
{/* Contact CTA Section */}
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
tag="Get In Touch"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Contact College of Management"
|
||||
description="Have questions about our programs, admissions, or facilities? Our team is here to help. Reach out to us through any of our contact channels."
|
||||
description="Have any questions? We would love to hear from you. Reach out to us for admissions, inquiries, or any other information."
|
||||
buttons={[
|
||||
{ text: "Call Now: 07263 256566", href: "tel:+917263256566" },
|
||||
{ text: "Email: admissions@college.edu", href: "mailto:admissions@college.edu" },
|
||||
{ text: "Call: 07263 256566", href: "tel:+917263256566" },
|
||||
{ text: "Visit Campus", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-info" data-section="contact-info">
|
||||
<MetricCardTen
|
||||
title="Contact Information"
|
||||
description="Multiple ways to reach us for admissions queries, campus visits, or general information"
|
||||
tag="Get Connected"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Phone",
|
||||
subtitle: "Direct line to our admissions office",
|
||||
category: "Call Us",
|
||||
value: "07263 256566",
|
||||
buttons: [{ text: "Call", href: "tel:+917263256566" }],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Email",
|
||||
subtitle: "Send us your inquiry or application",
|
||||
category: "Email",
|
||||
value: "admissions@college.edu",
|
||||
buttons: [{ text: "Email", href: "mailto:admissions@college.edu" }],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Location",
|
||||
subtitle: "Waman Nagar, Khamgaon, Maharashtra – 444303",
|
||||
category: "Address",
|
||||
value: "Campus",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Office Hours",
|
||||
subtitle: "Monday to Friday: 9:00 AM to 5:00 PM, Saturday: 10:00 AM to 2:00 PM",
|
||||
category: "Timing",
|
||||
value: "Available",
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-faq" data-section="contact-faq">
|
||||
<FaqSplitMedia
|
||||
title="Common Inquiries"
|
||||
description="Answers to frequent questions about contacting us and other general matters"
|
||||
tag="Quick Answers"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the best times to call the admissions office?",
|
||||
content: "The admissions office is open Monday to Friday from 9:00 AM to 5:00 PM and Saturday from 10:00 AM to 2:00 PM. We are closed on Sundays and public holidays. We recommend calling during morning hours for quick responses.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How can I schedule a campus visit?",
|
||||
content: "To schedule a campus visit, please call our admissions office at 07263 256566 or send an email to admissions@college.edu with your preferred dates and time. Our team will confirm your visit and provide directions.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I apply online for admission?",
|
||||
content: "Yes, we have an online admission portal where you can submit your application. You can also visit our campus or call the admissions office for guidance on the online application process and document requirements.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "How long does it take to receive admission confirmation?",
|
||||
content: "Typically, admission confirmation is provided within 7-10 business days after all documents are verified and fees are submitted. For time-sensitive applications, please contact the admissions office for expedited processing.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=7"
|
||||
imageAlt="College campus"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="College of Management"
|
||||
copyrightText="© 2025 College of Management, Khamgaon. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About College", href: "/about" },
|
||||
{ label: "Courses", href: "/courses" },
|
||||
@@ -153,8 +68,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{ label: "Facilities", href: "/facilities" },
|
||||
{ label: "NSS Programs", href: "#" },
|
||||
{ label: "Competitive Exam Forum", href: "#" },
|
||||
@@ -162,8 +76,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Waman Nagar, Khamgaon, Maharashtra", href: "#" },
|
||||
{ label: "Phone: 07263 256566", href: "tel:+917263256566" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -175,4 +88,4 @@ export default function ContactPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import { BookOpen, Award } from "lucide-react";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { BookOpen, Phone } from "lucide-react";
|
||||
|
||||
export default function CoursesPage() {
|
||||
return (
|
||||
@@ -17,12 +15,13 @@ export default function CoursesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
@@ -37,91 +36,34 @@ export default function CoursesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="courses-overview" data-section="courses-overview">
|
||||
{/* Courses Section */}
|
||||
<div id="courses" data-section="courses">
|
||||
<ProductCardOne
|
||||
title="Our Academic Programs"
|
||||
description="Comprehensive undergraduate and postgraduate programs designed to build professional skills and competencies aligned with industry needs"
|
||||
tag="7 Courses Available"
|
||||
description="Choose from our comprehensive range of undergraduate and postgraduate programs designed to meet industry standards and prepare you for success."
|
||||
tag="7 Programs Available"
|
||||
tagIcon={BookOpen}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Apply for a Program", href: "/admissions" }]}
|
||||
buttons={[{ text: "Apply Now", href: "/admissions" }]}
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Bachelor of Arts",
|
||||
price: "UG Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg?_wi=5",
|
||||
imageAlt: "Bachelor of Arts program",
|
||||
id: "1", name: "Bachelor of Arts (BA)", price: "Undergraduate", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=3", imageAlt: "BA program"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bachelor of Science",
|
||||
price: "UG Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=6",
|
||||
imageAlt: "Bachelor of Science program",
|
||||
id: "2", name: "Bachelor of Science (BSc)", price: "Undergraduate", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg?_wi=2", imageAlt: "BSc program"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bachelor of Commerce",
|
||||
price: "UG Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=5",
|
||||
imageAlt: "Bachelor of Commerce program",
|
||||
id: "3", name: "Bachelor of Commerce (BCom)", price: "Undergraduate", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=3", imageAlt: "BCom program"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "BBA - Business Administration",
|
||||
price: "UG Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=4",
|
||||
imageAlt: "BBA program",
|
||||
id: "4", name: "BBA - Business Administration", price: "Undergraduate", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=2", imageAlt: "BBA program"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "BCA - Computer Applications",
|
||||
price: "UG Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=6",
|
||||
imageAlt: "BCA program",
|
||||
id: "5", name: "BCA - Computer Applications", price: "Undergraduate", imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=2", imageAlt: "BCA program"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "MSc Computer Science",
|
||||
price: "PG Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=7",
|
||||
imageAlt: "MSc Computer Science program",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="course-benefits" data-section="course-benefits">
|
||||
<FeatureCardOne
|
||||
title="Why Choose Our Programs"
|
||||
description="Each program is carefully designed to provide academic excellence combined with practical skills and industry exposure"
|
||||
tag="Program Highlights"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "SGBAU Affiliation",
|
||||
description: "All our programs are affiliated with Sant Gadge Baba Amravati University, ensuring recognized degrees and quality standards",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=6",
|
||||
imageAlt: "University affiliation",
|
||||
},
|
||||
{
|
||||
title: "Industry Exposure",
|
||||
description: "Internship opportunities, industry expert sessions, and guest lectures provide practical learning and career readiness",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=5",
|
||||
imageAlt: "Industry exposure",
|
||||
},
|
||||
{
|
||||
title: "Expert Faculty",
|
||||
description: "Experienced and qualified faculty members with strong academic credentials and industry experience guide student learning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=3",
|
||||
imageAlt: "Faculty expertise",
|
||||
id: "6", name: "MSc Computer Science", price: "Postgraduate", imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=3", imageAlt: "MSc program"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -131,31 +73,32 @@ export default function CoursesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Contact CTA Section */}
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Ready to Enroll"
|
||||
tagIcon={BookOpen}
|
||||
tag="More Information"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Choose Your Path to Success"
|
||||
description="Explore our programs and take the first step towards building a successful career. Our admissions team is ready to help you with program selection and application process."
|
||||
title="Interested in Any Program?"
|
||||
description="Get in touch with our admissions office for detailed information about course curriculum, eligibility, fee structure, and more."
|
||||
buttons={[
|
||||
{ text: "Download Prospectus", href: "#" },
|
||||
{ text: "Apply Now", href: "/admissions" },
|
||||
{ text: "Call: 07263 256566", href: "tel:+917263256566" },
|
||||
{ text: "Request Prospectus", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="College of Management"
|
||||
copyrightText="© 2025 College of Management, Khamgaon. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About College", href: "/about" },
|
||||
{ label: "Courses", href: "/courses" },
|
||||
@@ -163,8 +106,7 @@ export default function CoursesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{ label: "Facilities", href: "/facilities" },
|
||||
{ label: "NSS Programs", href: "#" },
|
||||
{ label: "Competitive Exam Forum", href: "#" },
|
||||
@@ -172,8 +114,7 @@ export default function CoursesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Waman Nagar, Khamgaon, Maharashtra", href: "#" },
|
||||
{ label: "Phone: 07263 256566", href: "tel:+917263256566" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -185,4 +126,4 @@ export default function CoursesPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import { Award, Star } from "lucide-react";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Star, Phone } from "lucide-react";
|
||||
|
||||
export default function FacilitiesPage() {
|
||||
return (
|
||||
@@ -17,12 +15,13 @@ export default function FacilitiesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
@@ -37,126 +36,69 @@ export default function FacilitiesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="facilities-overview" data-section="facilities-overview">
|
||||
{/* Facilities Section */}
|
||||
<div id="facilities" data-section="facilities">
|
||||
<FeatureCardOne
|
||||
title="Campus Facilities"
|
||||
description="Our state-of-the-art infrastructure is designed to support comprehensive student development and academic excellence"
|
||||
tag="World-Class Amenities"
|
||||
title="World-Class Facilities"
|
||||
description="Explore our comprehensive infrastructure designed to provide students with an exceptional learning environment and all necessary resources for academic and personal development."
|
||||
tag="Our Infrastructure"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Modern Classrooms",
|
||||
description: "Well-equipped classrooms with multimedia facilities, interactive boards, and comfortable seating for optimal learning environment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=7",
|
||||
imageAlt: "Modern classroom",
|
||||
title: "Modern Classrooms", description: "State-of-the-art classrooms equipped with smart boards, projectors, and high-speed internet connectivity for interactive learning.", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=2", imageAlt: "classroom"
|
||||
},
|
||||
{
|
||||
title: "Computer Labs",
|
||||
description: "Advanced computer laboratories with latest hardware and software for practical coding, design, and technical skill development",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=8",
|
||||
imageAlt: "Computer lab",
|
||||
title: "Computer Labs", description: "Advanced computer laboratories with latest hardware and software, configured for programming, design, and IT courses.", imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=2", imageAlt: "computer lab"
|
||||
},
|
||||
{
|
||||
title: "Science Laboratories",
|
||||
description: "Well-equipped science labs for physics, chemistry, and biology with modern instruments and materials for practical experiments",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg?_wi=6",
|
||||
imageAlt: "Science lab",
|
||||
title: "Well-Equipped Library", description: "Extensive collection of textbooks, journals, and digital resources with comfortable reading spaces and study areas.", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg?_wi=2", imageAlt: "library"
|
||||
},
|
||||
{
|
||||
title: "Library & Reading Rooms",
|
||||
description: "Comprehensive library with thousands of textbooks, journals, reference materials, and dedicated quiet reading rooms for research",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=5",
|
||||
imageAlt: "Library",
|
||||
title: "Science Laboratories", description: "Well-equipped science labs with modern instruments and safety equipment for practical demonstrations and experiments.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314038.jpg", imageAlt: "science lab"
|
||||
},
|
||||
{
|
||||
title: "Sports & Recreation",
|
||||
description: "Cricket grounds, football field, badminton courts, table tennis, gymnasium, and indoor sports facilities for physical development",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=5",
|
||||
imageAlt: "Sports facilities",
|
||||
title: "Sports Facilities", description: "Cricket grounds, badminton courts, volleyball courts, gymnasium, and other sports facilities for overall physical development.", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=2", imageAlt: "sports ground"
|
||||
},
|
||||
{
|
||||
title: "Transportation Services",
|
||||
description: "Reliable college bus transportation service covering various routes in Khamgaon for safe and convenient student commute",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-african-american-woman-traveling-by-bus_637285-12106.jpg",
|
||||
imageAlt: "College bus",
|
||||
title: "Auditorium & Event Hall", description: "Large auditorium with modern audio-visual equipment for seminars, workshops, cultural events, and academic programs.", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=2", imageAlt: "auditorium"
|
||||
},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Schedule Campus Tour", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="facilities-stats" data-section="facilities-stats">
|
||||
<MetricCardTen
|
||||
title="Facilities & Resources"
|
||||
description="Key facilities and resources available to support student learning and development"
|
||||
tag="Campus Resources"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Library Collection",
|
||||
subtitle: "Comprehensive collection of textbooks, journals, and reference materials for academic support",
|
||||
category: "Learning",
|
||||
value: "5000+ Books",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Computer Systems",
|
||||
subtitle: "Latest computers and servers for practical training and academic work",
|
||||
category: "Technology",
|
||||
value: "200+ PCs",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Sports Facilities",
|
||||
subtitle: "Multiple sports grounds and indoor facilities for student sports and recreation",
|
||||
category: "Sports",
|
||||
value: "10+ Grounds",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Auditorium Seating",
|
||||
subtitle: "Large auditorium for seminars, cultural programs, and institutional events",
|
||||
category: "Events",
|
||||
value: "500+ Seats",
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Contact CTA Section */}
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Experience Our Campus"
|
||||
tagIcon={Star}
|
||||
tag="Plan Your Visit"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Visit Our Campus"
|
||||
description="Experience our world-class facilities firsthand. Schedule a campus tour to see our modern infrastructure and meet our faculty members."
|
||||
description="Experience our facilities firsthand. Schedule a campus tour with our admissions team to see where your educational journey begins."
|
||||
buttons={[
|
||||
{ text: "Book Campus Tour", href: "#" },
|
||||
{ text: "Admission Inquiry", href: "/admissions" },
|
||||
{ text: "Call: 07263 256566", href: "tel:+917263256566" },
|
||||
{ text: "Schedule Tour", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="College of Management"
|
||||
copyrightText="© 2025 College of Management, Khamgaon. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About College", href: "/about" },
|
||||
{ label: "Courses", href: "/courses" },
|
||||
@@ -164,8 +106,7 @@ export default function FacilitiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{ label: "Facilities", href: "/facilities" },
|
||||
{ label: "NSS Programs", href: "#" },
|
||||
{ label: "Competitive Exam Forum", href: "#" },
|
||||
@@ -173,8 +114,7 @@ export default function FacilitiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Waman Nagar, Khamgaon, Maharashtra", href: "#" },
|
||||
{ label: "Phone: 07263 256566", href: "tel:+917263256566" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -186,4 +126,4 @@ export default function FacilitiesPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
|
||||
Reference in New Issue
Block a user