25 Commits

Author SHA1 Message Date
aa6635e215 Switch to version 5: modified src/app/page.tsx 2026-03-05 11:02:29 +00:00
ef51a6ddb2 Switch to version 5: modified src/app/layout.tsx 2026-03-05 11:02:29 +00:00
033acb3e35 Merge version_6 into main
Merge version_6 into main
2026-03-05 11:01:35 +00:00
17a38b8d46 Update src/app/page.tsx 2026-03-05 11:01:31 +00:00
de653c5cc0 Merge version_6 into main
Merge version_6 into main
2026-03-05 10:47:32 +00:00
7797fe13bb Update src/app/page.tsx 2026-03-05 10:47:28 +00:00
646c238e74 Update src/app/layout.tsx 2026-03-05 10:47:28 +00:00
eecf3c66c8 Switch to version 4: modified src/app/page.tsx 2026-03-05 07:35:57 +00:00
7241affd92 Switch to version 4: modified src/app/layout.tsx 2026-03-05 07:35:57 +00:00
c5d60464ed Merge version_5 into main
Merge version_5 into main
2026-03-05 07:25:37 +00:00
debebcea0e Update src/app/page.tsx 2026-03-05 07:25:33 +00:00
5af84a80f8 Merge version_5 into main
Merge version_5 into main
2026-03-05 07:23:43 +00:00
5c590717b5 Update src/app/page.tsx 2026-03-05 07:23:38 +00:00
4c37a3ba1e Merge version_5 into main
Merge version_5 into main
2026-03-05 07:21:57 +00:00
50b6819550 Update src/app/page.tsx 2026-03-05 07:21:54 +00:00
c16032ab6c Merge version_5 into main
Merge version_5 into main
2026-03-05 07:13:32 +00:00
1a7199af31 Update src/app/page.tsx 2026-03-05 07:13:27 +00:00
9471df7e74 Merge version_5 into main
Merge version_5 into main
2026-03-05 07:11:55 +00:00
4d0c42523d Update src/app/page.tsx 2026-03-05 07:11:45 +00:00
f146edc16b Merge version_5 into main
Merge version_5 into main
2026-03-05 07:10:14 +00:00
fd2c124c4b Update src/app/page.tsx 2026-03-05 07:10:10 +00:00
e16e84d2df Merge version_5 into main
Merge version_5 into main
2026-03-05 07:08:18 +00:00
c9199b771f Update src/app/page.tsx 2026-03-05 07:08:14 +00:00
fe7ae35755 Update src/app/layout.tsx 2026-03-05 07:08:14 +00:00
8db3f3c9d8 Merge version_4 into main
Merge version_4 into main
2026-03-05 07:02:16 +00:00
2 changed files with 344 additions and 85 deletions

View File

@@ -1417,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -2,16 +2,24 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import HeroSplitKPI from "@/components/sections/hero/HeroSplitKPI";
import SplitAbout from "@/components/sections/about/SplitAbout";
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactFAQ from "@/components/sections/contact/ContactFAQ";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import LegalSection from "@/components/legal/LegalSection";
import Link from "next/link";
import { Award, Star, BookOpen, TrendingUp, MessageSquare, Phone } from "lucide-react";
import { Award, Star, BookOpen, TrendingUp, MessageSquare, Phone, CheckCircle2 } from "lucide-react";
export default function HomePage() {
return (
@@ -44,49 +52,36 @@ export default function HomePage() {
{/* Hero Section */}
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
<HeroSplitKPI
title="Shape Your Future with Quality Education"
description="Affiliated to Sant Gadge Baba Amravati University | Industry-Focused Courses | Student-Centric Learning | ISO Certified Excellence"
tag="Est. 2007 | SGBAU Affiliated"
tagIcon={Award}
tagAnimation="slide-up"
background={{ variant: "plain" }}
kpis={[
{ label: "Students", value: "1500+" },
{ label: "Programs", value: "7" },
{ label: "Years", value: "15+" },
]}
buttons={[
{ text: "Start Your Journey Today", href: "/admissions" },
{ text: "Download Prospectus", href: "#" },
]}
buttonAnimation="slide-up"
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=1", imageAlt: "college campus education institution modern building academic facility"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=1", imageAlt: "classroom modern education learning environment lecture hall"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg?_wi=1", imageAlt: "library students reading study room books"
},
{
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 technology education IT facility computers"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=1", imageAlt: "students group college students young professionals education"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=1", imageAlt: "sports ground cricket field gymnasium student activities"
},
]}
autoPlay={true}
autoPlayInterval={4000}
imageSrc="http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg"
imageAlt="college campus education institution modern building academic facility"
/>
</div>
{/* About Section */}
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Why Choose" },
{ type: "text", content: "College of Management, Khamgaon" },
<SplitAbout
title="Why Choose College of Management, Khamgaon"
description="We provide comprehensive educational excellence through modern infrastructure, experienced faculty, and student-centric programs designed to shape future leaders."
bulletPoints={[
{ title: "SGBAU Affiliation", description: "Recognized affiliation ensuring quality standards" },
{ title: "Modern Infrastructure", description: "State-of-the-art facilities and labs" },
{ title: "Student-Centric Learning", description: "Personalized guidance and mentoring" },
]}
buttons={[
{ text: "Learn More About Us", href: "/about" },
@@ -94,12 +89,16 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
textboxLayout="default"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg"
imageAlt="College campus and facilities"
/>
</div>
{/* Features Section */}
<div id="features" data-section="features">
<FeatureCardOne
<FeatureCardSix
title="Our Distinctive Advantages"
description="Discover what makes College of Management a premier institution for higher education in Khamgaon"
tag="Why We Stand Out"
@@ -107,25 +106,30 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
title: "SGBAU Affiliation", description: "Recognized affiliation with Sant Gadge Baba Amravati University ensuring quality education standards and recognized degrees", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=2", imageAlt: "college campus", button: { text: "Learn More", href: "/about" }
id: 1,
title: "SGBAU Affiliation", description: "Recognized affiliation with Sant Gadge Baba Amravati University ensuring quality education standards and recognized degrees", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=2", imageAlt: "college campus"
},
{
title: "Modern Infrastructure", description: "State-of-the-art classrooms, computer labs, science laboratories, and well-equipped library with thousands of textbooks and journals", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=2", imageAlt: "modern classroom", button: { text: "Explore Lab", href: "/facilities" }
id: 2,
title: "Modern Infrastructure", description: "State-of-the-art classrooms, computer labs, science laboratories, and well-equipped library with thousands of textbooks and journals", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=2", imageAlt: "modern classroom"
},
{
title: "Student-Centric Learning", description: "Personalized academic guidance, counseling facilities, and mentoring programs focused on individual student development", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=1", imageAlt: "student counseling", button: { text: "Learn More", href: "/about" }
id: 3,
title: "Student-Centric Learning", description: "Personalized academic guidance, counseling facilities, and mentoring programs focused on individual student development", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=1", imageAlt: "student counseling"
},
{
title: "Competitive Exam Support", description: "Dedicated forum for UPSC, MPSC, and SSC preparation with study materials, newspapers, and dedicated reading rooms", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314038.jpg?_wi=1", imageAlt: "exam preparation", button: { text: "Explore Forum", href: "#" }
id: 4,
title: "Competitive Exam Support", description: "Dedicated forum for UPSC, MPSC, and SSC preparation with study materials, newspapers, and dedicated reading rooms", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314038.jpg?_wi=1", imageAlt: "exam preparation"
},
{
title: "Diverse Facilities", description: "Cricket grounds, sports facilities, auditorium, gymnasium, canteen, and reliable college bus transportation", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=2", imageAlt: "sports ground", button: { text: "View Facilities", href: "/facilities" }
id: 5,
title: "Diverse Facilities", description: "Cricket grounds, sports facilities, auditorium, gymnasium, canteen, and reliable college bus transportation", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=2", imageAlt: "sports ground"
},
{
title: "Cultural & Social Development", description: "NSS programs, cultural activities including drama, music, dance, and regular national integration initiatives", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-preparing-plant-tree-woods_482257-91250.jpg?_wi=1", imageAlt: "NSS activity", button: { text: "Learn More", href: "#" }
id: 6,
title: "Cultural & Social Development", description: "NSS programs, cultural activities including drama, music, dance, and regular national integration initiatives", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-preparing-plant-tree-woods_482257-91250.jpg?_wi=1", imageAlt: "NSS activity"
},
]}
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -136,7 +140,7 @@ export default function HomePage() {
{/* Courses Section */}
<div id="courses" data-section="courses">
<ProductCardOne
<ProductCardFour
title="Academic Programs"
description="Comprehensive undergraduate and postgraduate programs designed to build professional skills and competencies"
tag="7 Courses Available"
@@ -146,62 +150,155 @@ export default function HomePage() {
buttonAnimation="slide-up"
products={[
{
id: "1", name: "Bachelor of Arts", price: "UG Program", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=3", imageAlt: "BA program"
id: "1", name: "Bachelor of Arts", price: "UG Program", variant: "Standard", 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/people-reading-books-room_23-2147679257.jpg?_wi=2", imageAlt: "BSc program"
id: "2", name: "Bachelor of Science", price: "UG Program", variant: "Standard", 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=3", imageAlt: "BCom program"
id: "3", name: "Bachelor of Commerce", price: "UG Program", variant: "Standard", 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=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=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=3", imageAlt: "MSc program"
id: "4", name: "BBA - Business Administration", price: "UG Program", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=2", imageAlt: "BBA program"
},
]}
gridVariant="three-columns-all-equal-width"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* Pricing Section - Featured Plans */}
<div id="pricing" data-section="pricing">
<PricingCardFive
title="Choose Your Learning Path"
description="Select from our diverse range of programs tailored to meet your educational and career goals"
tag="Program Options"
tagIcon={CheckCircle2}
tagAnimation="slide-up"
plans={[
{
id: "1", tag: "Most Popular", tagIcon: Star,
price: "Comprehensive", period: "Bachelor of Business Administration", description: "Industry-focused business education", button: { text: "Learn More", href: "/courses" },
featuresTitle: "What's Included", features: [
"Industry-focused curriculum", "Placement assistance", "Internship opportunities", "Modern infrastructure"
]
},
{
id: "2", tag: "Academic", price: "Traditional", period: "Bachelor of Arts / Science / Commerce", description: "Classical academic excellence", button: { text: "Learn More", href: "/courses" },
featuresTitle: "What's Included", features: [
"Core subject specialization", "Research opportunities", "UPSC/MPSC support", "Competitive exam preparation"
]
},
{
id: "3", tag: "Tech-Focused", price: "Advanced", period: "BCA - Computer Applications", description: "Modern technology education", button: { text: "Learn More", href: "/courses" },
featuresTitle: "What's Included", features: [
"Latest technology stack", "Coding bootcamps", "Industry certifications", "IT placement program"
]
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Explore All Programs", href: "/courses" }]}
buttonAnimation="slide-up"
/>
</div>
{/* Pricing Section - Additional Plans */}
<div id="pricing-additional" data-section="pricing-additional">
<PricingCardThree
title="Postgraduate Excellence"
description="Advanced learning opportunities for career advancement and specialization"
tag="PG Programs"
tagIcon={TrendingUp}
tagAnimation="slide-up"
plans={[
{
id: "1", badge: "Research-Oriented", price: "MSc", name: "Master of Science in Computer Science", buttons: [{ text: "Learn More", href: "/courses" }],
features: [
"Research-focused curriculum", "Advanced laboratories", "Faculty mentorship", "Publication opportunities"
]
},
{
id: "2", badge: "Professional", price: "MBA", name: "Master of Business Administration", buttons: [{ text: "Learn More", href: "/courses" }],
features: [
"Industry experts as mentors", "Case study approach", "Networking opportunities", "Executive placement"
]
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "View PG Programs", href: "/courses" }]}
buttonAnimation="slide-up"
/>
</div>
{/* Metrics/Achievements Section */}
<div id="metrics" data-section="metrics">
<MetricCardTen
<MetricCardTwo
title="College Achievements"
description="Milestones and statistics that showcase our commitment to educational excellence"
description="Key milestones and statistics showcasing our commitment to educational excellence"
tag="By The Numbers"
tagIcon={TrendingUp}
tagAnimation="slide-up"
metrics={[
{
id: "1", title: "1500+ Students", subtitle: "Active student enrollment across all programs", category: "Student Base", value: "Growing"
id: "1", value: "1500+", description: "Active Students"
},
{
id: "2", title: "7 Academic Programs", subtitle: "UG & PG courses aligned with industry needs", category: "Academics", value: "Available"
id: "2", value: "7", description: "Academic Programs"
},
{
id: "3", title: "15+ Years", subtitle: "Years of educational excellence since 2007", category: "Experience", value: "Established"
id: "3", value: "15+", description: "Years of Excellence"
},
{
id: "4", title: "100+ Campus Events", subtitle: "Annual cultural, sports, and academic events", category: "Activities", value: "Annual"
id: "4", value: "100+", description: "Annual Events"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* Team Section */}
<div id="team" data-section="team">
<TeamCardSix
title="Meet Our Faculty"
description="Experienced educators and mentors dedicated to student success"
tag="Our Team"
tagIcon={Award}
tagAnimation="slide-up"
members={[
{
id: "1", name: "Dr. Rajesh Kumar", role: "Principal & Academic Director", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"
},
{
id: "2", name: "Prof. Anjali Sharma", role: "Head - Commerce Department", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg"
},
{
id: "3", name: "Prof. Vikas Deshmukh", role: "Head - Science Department", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"
},
{
id: "4", name: "Dr. Priya Menon", role: "Head - IT & BCA Program", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Meet Full Team", href: "/about" }]}
buttonAnimation="slide-up"
/>
</div>
{/* Testimonials Section */}
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
<TestimonialCardTwo
title="Student Success Stories"
description="Hear from our students about their transformative learning experience at College of Management"
tag="Student Testimonials"
@@ -209,50 +306,158 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Priya Sharma, BBA Graduate", date: "Date: February 2024", title: "Life-Changing Learning Experience", quote: "The college provided excellent academic rigor combined with practical industry exposure. Faculty members were highly supportive and guidance from the career center helped me secure a placement in a leading multinational company.", tag: "BBA Program", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg", avatarAlt: "Priya Sharma"
id: "1", name: "Priya Sharma", role: "BBA Graduate", testimonial: "The college provided excellent academic rigor combined with practical industry exposure. Faculty members were highly supportive and career guidance helped me secure a placement in a leading multinational company.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg", imageAlt: "Priya Sharma"
},
{
id: "2", name: "Rahul Patil, BCA Graduate", date: "Date: January 2024", title: "Technical Excellence Achieved", quote: "The computer science infrastructure and technical curriculum prepared me excellently for software development roles. The competitive exam forum also helped me clear GATE with distinction.", tag: "BCA Program", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", avatarAlt: "Rahul Patil"
id: "2", name: "Rahul Patil", role: "BCA Graduate", testimonial: "The computer science infrastructure and technical curriculum prepared me excellently for software development roles. The competitive exam forum also helped me clear GATE with distinction.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Rahul Patil"
},
{
id: "3", name: "Anjali Deshmukh, BA Graduate", date: "Date: December 2023", title: "Holistic Development", quote: "Beyond academics, the college focused on overall personality development. NSS activities, cultural programs, and sports facilities helped me become a well-rounded professional ready for competitive exams.", tag: "BA Program", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", avatarAlt: "Anjali Deshmukh"
id: "3", name: "Anjali Deshmukh", role: "BA Graduate", testimonial: "Beyond academics, the college focused on overall personality development. NSS activities, cultural programs, and sports helped me become a well-rounded professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Anjali Deshmukh"
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Read More Stories", href: "#" }]}
buttonAnimation="slide-up"
/>
</div>
{/* FAQ Section - Split Media */}
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Find answers to common questions about our programs, admissions, and campus facilities"
tag="Need Help?"
tagIcon={Phone}
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "What programs are offered?", content: "We offer 7 comprehensive programs: Bachelor of Arts, Bachelor of Science, Bachelor of Commerce, BBA, BCA, and MSc Computer Science. All programs are SGBAU affiliated and designed with industry requirements in mind."
},
{
id: "4", name: "Vikas Kumar, MSc Computer Science", date: "Date: November 2023", title: "Research-Oriented Education", quote: "The postgraduate program provided excellent research opportunities and mentoring. The faculty expertise and research resources enabled me to pursue higher studies abroad.", tag: "MSc Program", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg", avatarAlt: "Vikas Kumar"
id: "2", title: "What are the admission requirements?", content: "Admission is based on 12th standard marks and entrance examination scores where applicable. Visit our admissions page or contact us at 07263 256566 for specific eligibility criteria for each program."
},
{
id: "5", name: "Sneha Gupta, BCom Graduate", date: "Date: October 2023", title: "Industry-Ready Curriculum", quote: "The commerce program aligned perfectly with industry requirements. Internship opportunities and industry expert sessions gave me practical insights that helped me excel in my job.", tag: "BCom Program", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg", avatarAlt: "Sneha Gupta"
id: "3", title: "What campus facilities are available?", content: "Our campus features modern classrooms, computer labs, science laboratories, sports facilities, gymnasium, auditorium, library with thousands of books, and reliable transportation."
},
{
id: "6", name: "Arjun Singh, BSc Graduate", date: "Date: September 2023", title: "Science Education at Its Best", quote: "Modern laboratory facilities and experienced faculty made science education engaging and practical. I'm now pursuing research in a prestigious institution.", tag: "BSc Program", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", avatarAlt: "Arjun Singh"
id: "4", title: "Is placement assistance provided?", content: "Yes, we have a dedicated placement cell that provides career counseling, interview training, and placement assistance for all graduates."
},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg"
imageAlt="College students on campus"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
mediaPosition="right"
buttons={[{ text: "Contact Admissions", href: "/admissions" }]}
buttonAnimation="slide-up"
/>
</div>
{/* Social Proof Section */}
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Students & Families"
description="Join thousands of students who have experienced quality education at College of Management"
tag="Community Trust"
tagAnimation="slide-up"
names={[
"SGBAU University", "ISO Certified", "500+ Placements", "Industry Partners", "Leading Employers", "Academic Excellence"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
showCard={true}
/>
</div>
{/* Contact CTA Section */}
<div id="contact-cta" data-section="contact-cta">
<ContactCTA
tag="Get Started Today"
{/* FAQ Section - Split Text */}
<div id="faq-additional" data-section="faq-additional">
<FaqSplitText
sideTitle="Campus Life FAQs"
sideDescription="Learn about student life, facilities, and activities at our college"
faqs={[
{
id: "1", title: "What extracurricular activities are available?", content: "We offer NSS programs, cultural activities including drama and music, sports competitions, tech clubs, and regular academic seminars."
},
{
id: "2", title: "Is hostel accommodation available?", content: "College bus transportation is provided to most areas. For students requiring accommodation, hostel facilities can be arranged with prior coordination."
},
{
id: "3", title: "What competitive exam support is offered?", content: "Dedicated forum for UPSC, MPSC, and SSC preparation with study materials, newspaper library, and dedicated reading rooms."
},
{
id: "4", title: "How is student mentoring conducted?", content: "Each student is assigned a faculty mentor for personalized guidance on academic progress, career planning, and personal development."
},
]}
faqsAnimation="slide-up"
textPosition="left"
useInvertedBackground={false}
buttons={[{ text: "Schedule Campus Tour", href: "#" }]}
buttonAnimation="slide-up"
/>
</div>
{/* Contact Section */}
<div id="contact" data-section="contact">
<ContactSplit
tag="Get In Touch"
tagIcon={Phone}
tagAnimation="slide-up"
title="Ready to Shape Your Future?"
description="Take the first step towards your educational journey. Contact our admissions team to learn more about programs, campus facilities, and admission process."
buttons={[
{ text: "Call Now: 07263 256566", href: "tel:+917263256566" },
{ text: "Apply for Admission", href: "/admissions" },
]}
buttonAnimation="slide-up"
title="Have Questions?"
description="Our admissions team is ready to help you with any queries about programs, campus facilities, or the application process."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg"
imageAlt="College facilities and students"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe at any time."
onSubmit={(email) => console.log(email)}
/>
</div>
{/* Contact FAQ Section */}
<div id="contact-faq" data-section="contact-faq">
<ContactFAQ
title="Still Have Questions?"
description="Explore our comprehensive resources or reach out to our dedicated support team"
tag="Contact & Support"
tagIcon={MessageSquare}
tagAnimation="slide-up"
contactInfo={[
{
label: "Phone", value: "07263 256566", href: "tel:+917263256566"
},
{
label: "Address", value: "Waman Nagar, Khamgaon, Maharashtra", href: "#"
},
{
label: "Email", value: "info@collegeofmanagement.edu.in", href: "mailto:info@collegeofmanagement.edu.in"
},
]}
faqs={[
{
id: "1", title: "When does admission window open?", content: "Admissions typically open in June each year. Follow our website for specific dates and application procedures."
},
{
id: "2", title: "What is the fee structure?", content: "Fee varies by program. Contact admissions for detailed fee information and scholarship opportunities."
},
]}
buttons={[{ text: "Apply Now", href: "/admissions" }]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
{/* Footer */}
{/* Footer - Media Version */}
<div id="footer" data-section="footer">
<FooterBase
<FooterMedia
logoText="College of Management"
copyrightText="© 2025 College of Management, Khamgaon. All rights reserved."
columns={[
@@ -281,8 +486,62 @@ export default function HomePage() {
],
},
]}
imageSrc="http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg"
imageAlt="College campus and community"
onPrivacyClick={() => console.log("Privacy clicked")}
/>
</div>
{/* Terms of Service */}
<div id="terms" data-section="terms">
<LegalSection
layout="section"
title="Terms of Service"
subtitle="Last updated: January 2025"
sections={[
{
heading: "1. Acceptance of Terms", content: [
{
type: "paragraph", text: "By accessing and using this website, you accept and agree to be bound by the terms and provision of this agreement."
}
]
},
{
heading: "2. Educational Services", content: [
{
type: "paragraph", text: "College of Management, Khamgaon provides educational services as described on this website. All programs are SGBAU affiliated."
},
{
type: "list", items: [
"Undergraduate programs (BA, BSc, BCom, BBA, BCA)", "Postgraduate programs (MSc Computer Science)", "Campus facilities and student services"
]
}
]
},
{
heading: "3. Admission Policy", content: [
{
type: "paragraph", text: "Admissions are based on merit and eligibility criteria. Applicants must meet academic requirements and complete the application process."
}
]
},
{
heading: "4. Privacy & Data Protection", content: [
{
type: "paragraph", text: "Your privacy is important to us. We collect and process personal information in accordance with applicable data protection laws."
}
]
},
{
heading: "5. Limitation of Liability", content: [
{
type: "paragraph", text: "College of Management shall not be liable for any indirect, incidental, special, or consequential damages arising from your use of this website."
}
]
},
]}
/>
</div>
</ThemeProvider>
);
}
}