Merge version_5 into main #10

Merged
bender merged 2 commits from version_5 into main 2026-03-05 07:08:19 +00:00
2 changed files with 273 additions and 89 deletions

View File

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

View File

@@ -2,16 +2,25 @@
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 ContactFAQ from "@/components/sections/contact/ContactFAQ";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
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, Users, CheckCircle, ArrowRight } from "lucide-react";
export default function HomePage() {
return (
@@ -44,62 +53,50 @@ 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"
useInvertedBackground={false}
/>
</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="Experience world-class education with modern infrastructure, experienced faculty, and industry-aligned curriculum designed to prepare you for professional success."
tag="About Us"
tagIcon={Star}
tagAnimation="slide-up"
buttons={[
{ text: "Learn More About Us", href: "/about" },
{ text: "Book Campus Visit", href: "#" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg"
imageAlt="students on campus"
useInvertedBackground={false}
/>
</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 +104,24 @@ 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", icon: CheckCircle,
},
{
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", icon: Star,
},
{
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", icon: Users,
},
{
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", icon: TrendingUp,
},
{
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", icon: CheckCircle,
},
{
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", icon: Star,
},
]}
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -136,7 +132,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,25 +142,19 @@ 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", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg", 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", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg", 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", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg", 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", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg", imageAlt: "BBA program"
},
]}
gridVariant="three-columns-all-equal-width"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -173,7 +163,7 @@ export default function HomePage() {
{/* 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"
tag="By The Numbers"
@@ -181,16 +171,16 @@ export default function HomePage() {
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+", label: "Active Students", icon: Users,
},
{
id: "2", title: "7 Academic Programs", subtitle: "UG & PG courses aligned with industry needs", category: "Academics", value: "Available"
id: "2", value: "7", label: "Academic Programs", icon: BookOpen,
},
{
id: "3", title: "15+ Years", subtitle: "Years of educational excellence since 2007", category: "Experience", value: "Established"
id: "3", value: "15+", label: "Years of Excellence", icon: TrendingUp,
},
{
id: "4", title: "100+ Campus Events", subtitle: "Annual cultural, sports, and academic events", category: "Activities", value: "Annual"
id: "4", value: "100+", label: "Annual Events", icon: Star,
},
]}
animationType="slide-up"
@@ -199,32 +189,55 @@ export default function HomePage() {
/>
</div>
{/* Team Section */}
<div id="team" data-section="team">
<TeamCardSix
title="Meet Our Team"
description="Dedicated faculty and staff committed to your success"
tag="Leadership & Faculty"
tagIcon={Users}
tagAnimation="slide-up"
members={[
{
id: "1", name: "Dr. Rajesh Kumar", role: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Dr. Rajesh Kumar"
},
{
id: "2", name: "Prof. Anjali Singh", role: "Dean - Academics", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg", imageAlt: "Prof. Anjali Singh"
},
{
id: "3", name: "Dr. Vikram Patel", role: "Head - Commerce", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Dr. Vikram Patel"
},
{
id: "4", name: "Prof. Neha Sharma", role: "Head - Science", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Prof. Neha Sharma"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</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"
description="Hear from our students about their transformative learning experience"
tag="Student Testimonials"
tagIcon={MessageSquare}
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", 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.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg", avatarAlt: "Priya Sharma", rating: 5,
},
{
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", 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.", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", avatarAlt: "Rahul Patil", rating: 5,
},
{
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", quote: "Beyond academics, the college focused on overall personality development. NSS activities, cultural programs, and sports facilities helped me become a well-rounded professional.", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", avatarAlt: "Anjali Deshmukh", rating: 5,
},
{
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: "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: "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", name: "Vikas Kumar", role: "MSc Computer Science", quote: "The postgraduate program provided excellent research opportunities and mentoring. The faculty expertise and research resources enabled me to pursue higher studies abroad.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg", avatarAlt: "Vikas Kumar", rating: 5,
},
]}
textboxLayout="default"
@@ -232,27 +245,169 @@ export default function HomePage() {
/>
</div>
{/* Contact CTA Section */}
<div id="contact-cta" data-section="contact-cta">
<ContactCTA
tag="Get Started Today"
{/* FAQ Split Media Section */}
<div id="faq-split-media" data-section="faq-split-media">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Find answers to common questions about admissions, programs, and campus life"
tag="Help & Support"
tagIcon={MessageSquare}
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "What is the admission process?", content: "Our admission process is straightforward and student-friendly. Visit our admissions page or call 07263 256566 for detailed information."
},
{
id: "2", title: "What programs are offered?", content: "We offer 7 academic programs including BA, BSc, BCom, BBA, BCA, and MSc Computer Science, all affiliated with SGBAU."
},
{
id: "3", title: "What are the placement opportunities?", content: "Our career services team works closely with major companies to provide excellent placement opportunities for all graduates."
},
{
id: "4", title: "What facilities are available?", content: "We provide modern classrooms, computer labs, library, sports facilities, auditorium, gymnasium, and reliable college transportation."
},
]}
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg"
imageAlt="FAQ section"
mediaAnimation="slide-up"
mediaPosition="left"
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
/>
</div>
{/* Pricing/Programs Section - Split Card */}
<div id="pricing-five" data-section="pricing-five">
<PricingCardFive
title="Program Highlights"
description="Comprehensive programs designed for your future success"
tag="Explore Our Offerings"
tagIcon={Star}
tagAnimation="slide-up"
plans={[
{
id: "1", badge: "Most Popular", badgeIcon: Star,
price: "Undergraduate", subtitle: "Bachelor Programs", features: ["Comprehensive curriculum", "Modern infrastructure", "Industry exposure", "Placement support"],
},
{
id: "2", badge: "Advanced", badgeIcon: TrendingUp,
price: "Postgraduate", subtitle: "Master Programs", features: ["Research opportunities", "Expert faculty", "Advanced labs", "Career advancement"],
},
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>
{/* Pricing Card Three - Additional Programs */}
<div id="pricing-three" data-section="pricing-three">
<PricingCardThree
title="Support Services"
description="Services designed to enhance your academic and personal growth"
tag="Student Services"
tagIcon={Users}
tagAnimation="slide-up"
plans={[
{
id: "1", badge: "Academic", price: "Support", subtitle: "Personalized guidance", features: ["Counseling", "Mentoring", "Study groups"],
},
{
id: "2", badge: "Career", price: "Services", subtitle: "Professional development", features: ["Placements", "Internships", "Training"],
},
{
id: "3", badge: "Social", price: "Activities", subtitle: "Holistic development", features: ["Sports", "Cultural", "NSS Programs"],
},
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>
{/* Social Proof Section */}
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Students and Parents"
description="Join thousands of successful graduates from College of Management"
tag="Recognized Excellence"
tagIcon={CheckCircle}
tagAnimation="slide-up"
names={[
"SGBAU Affiliated", "ISO Certified", "Industry Partner", "Placement Excellence", "Student Focused", "Modern Infrastructure"]}
textboxLayout="default"
useInvertedBackground={false}
showCard={true}
speed={40}
/>
</div>
{/* FAQ Split Text Section */}
<div id="faq-split-text" data-section="faq-split-text">
<FaqSplitText
title="More Questions?"
description="We're here to help you make the right educational choice"
tag="Additional Information"
tagIcon={MessageSquare}
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "How can I schedule a campus visit?", content: "Contact our admissions office at 07263 256566 or email us through the contact page."
},
{
id: "2", title: "What are the scholarship opportunities?", content: "We offer various merit-based and need-based scholarships. Contact admissions for details."
},
{
id: "3", title: "How is the placement record?", content: "Our placement rate is excellent with graduates placed in reputable organizations across sectors."
},
]}
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
/>
</div>
{/* Contact FAQ Section */}
<div id="contact-faq" data-section="contact-faq">
<ContactFAQ
tag="Contact & Support"
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."
title="Get in Touch"
description="Have questions? Our team is ready to assist you on your educational journey."
buttons={[
{ text: "Call Now: 07263 256566", href: "tel:+917263256566" },
{ text: "Apply for Admission", href: "/admissions" },
{ text: "Call Us: 07263 256566", href: "tel:+917263256566" },
{ text: "Schedule Visit", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
{/* Footer */}
<div id="footer" data-section="footer">
<FooterBase
{/* Contact Split Section */}
<div id="contact-split" data-section="contact-split">
<ContactSplit
tag="Newsletter"
title="Stay Updated"
description="Subscribe to our newsletter for the latest updates on admissions, campus events, and success stories."
tagIcon={MessageSquare}
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg"
imageAlt="Newsletter signup"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="We respect your privacy. Unsubscribe at any time."
/>
</div>
{/* Footer Media Section */}
<div id="footer-media" data-section="footer-media">
<FooterMedia
logoText="College of Management"
copyrightText="© 2025 College of Management, Khamgaon. All rights reserved."
columns={[
@@ -281,8 +436,37 @@ export default function HomePage() {
],
},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg"
imageAlt="College campus"
/>
</div>
{/* Terms of Service */}
<div id="terms" data-section="terms">
<LegalSection
layout="section"
title="Terms of Service"
subtitle="Last updated: January 15, 2025"
sections={[
{
heading: "1. Acceptance of Terms", content: [
{ type: "paragraph", text: "By accessing and using the College of Management website, you accept and agree to be bound by the terms and provision of this agreement." }
]
},
{
heading: "2. Use License", content: [
{ type: "paragraph", text: "Permission is granted to temporarily download one copy of the materials (information or software) on College of Management's website for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:" },
{ type: "list", items: ["Modify or copy the materials", "Use the materials for any commercial purpose or for any public display", "Attempt to decompile or reverse engineer any software contained on the website", "Remove any copyright or other proprietary notations from the materials"] }
]
},
{
heading: "3. Disclaimer", content: [
{ type: "paragraph", text: "The materials on College of Management's website are provided on an 'as is' basis. College of Management makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties including, without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights." }
]
},
]}
/>
</div>
</ThemeProvider>
);
}
}