Merge version_1 into main #3
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
@@ -23,6 +22,7 @@ export default function AboutPage() {
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
@@ -37,47 +37,21 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "About College of Management," },
|
||||
{ type: "text", content: "Khamgaon" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore Our Mission", href: "#" },
|
||||
{ text: "Meet Our Team", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
{/* About Features Section */}
|
||||
<div id="about-features" data-section="about-features">
|
||||
<FeatureCardOne
|
||||
title="Our Core Values & Mission"
|
||||
description="Excellence, integrity, and student empowerment drive everything we do at College of Management, Khamgaon"
|
||||
tag="College Values"
|
||||
title="Our Institution at a Glance"
|
||||
description="College of Management, Khamgaon has been a beacon of quality education since its establishment in 2007, affiliated with Sant Gadge Baba Amravati University"
|
||||
tag="Our Story"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Academic Excellence",
|
||||
description: "Committed to providing quality education through experienced faculty, modern curriculum, and rigorous academic standards aligned with Sant Gadge Baba Amravati University",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=4",
|
||||
imageAlt: "academic excellence",
|
||||
},
|
||||
title: "Academic Excellence", description: "Rigorous curriculum designed by experienced faculty ensuring comprehensive knowledge and skill development aligned with industry standards and competitive exams", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=4", imageAlt: "academic excellence"},
|
||||
{
|
||||
title: "Holistic Development",
|
||||
description: "Beyond classroom learning, we foster critical thinking, leadership skills, ethical values, and social responsibility through co-curricular activities and mentoring",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=2",
|
||||
imageAlt: "holistic development",
|
||||
},
|
||||
title: "Campus Infrastructure", description: "Modern facilities including smart classrooms, fully equipped laboratories, comprehensive library, digital resources, and comfortable learning spaces for all students", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=4", imageAlt: "campus infrastructure"},
|
||||
{
|
||||
title: "Industry Alignment",
|
||||
description: "Our curriculum is continuously updated to meet industry requirements, with internship opportunities, skill development workshops, and industry expert interactions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=3",
|
||||
imageAlt: "industry alignment",
|
||||
},
|
||||
title: "Faculty & Mentorship", description: "Highly qualified and experienced faculty members dedicated to student success, providing mentorship, career guidance, and academic support programs throughout the year", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=2", imageAlt: "faculty mentorship"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -86,42 +60,21 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
{/* About Achievements */}
|
||||
<div id="about-achievements" data-section="about-achievements">
|
||||
<MetricCardTen
|
||||
title="Our Journey & Impact"
|
||||
description="Since 2007, College of Management has been shaping futures and building leaders in Khamgaon"
|
||||
tag="Institutional Milestones"
|
||||
title="Institution Milestones"
|
||||
description="Over 15 years of educational excellence and commitment to student success"
|
||||
tag="Our Progress"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "2007 - Foundation",
|
||||
subtitle: "College of Management established with vision for quality education",
|
||||
category: "Milestone",
|
||||
value: "Founded",
|
||||
},
|
||||
id: "1", title: "1500+ Successful Graduates", subtitle: "Alumni pursuing career opportunities globally", category: "Alumni Network", value: "Strong"},
|
||||
{
|
||||
id: "2",
|
||||
title: "SGBAU Affiliation",
|
||||
subtitle: "Recognized affiliation with Sant Gadge Baba Amravati University",
|
||||
category: "Recognition",
|
||||
value: "Affiliated",
|
||||
},
|
||||
id: "2", title: "100% Affiliation Compliance", subtitle: "Regular audit and quality assurance from SGBAU", category: "Accreditation", value: "Certified"},
|
||||
{
|
||||
id: "3",
|
||||
title: "5000+ Alumni",
|
||||
subtitle: "Successful graduates now working in leading organizations globally",
|
||||
category: "Alumni",
|
||||
value: "Network",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "ISO Certified",
|
||||
subtitle: "Quality management systems and educational standards certified",
|
||||
category: "Certification",
|
||||
value: "Certified",
|
||||
},
|
||||
id: "3", title: "ISO 9001:2015 Certified", subtitle: "Quality management system recognized internationally", category: "Certification", value: "Active"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -129,31 +82,32 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
{/* CTA Section */}
|
||||
<div id="about-cta" data-section="about-cta">
|
||||
<ContactCTA
|
||||
tag="Learn More"
|
||||
tag="Join Our Community"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Want to Know More About Us?"
|
||||
description="Connect with our team to discuss our programs, campus, and how we can support your educational goals."
|
||||
title="Experience Quality Education with Us"
|
||||
description="Explore how College of Management can help you achieve your educational and career goals. Schedule a campus visit or apply for admission today."
|
||||
buttons={[
|
||||
{ text: "Call Us", href: "tel:+917263256566" },
|
||||
{ text: "Schedule a Visit", href: "#" },
|
||||
{ text: "Book Campus Visit", href: "#" },
|
||||
{ text: "Apply Now", href: "/admissions" },
|
||||
]}
|
||||
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" },
|
||||
@@ -161,8 +115,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{ label: "Facilities", href: "/facilities" },
|
||||
{ label: "NSS Programs", href: "#" },
|
||||
{ label: "Competitive Exam Forum", href: "#" },
|
||||
@@ -170,8 +123,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Waman Nagar, Khamgaon, Maharashtra", href: "#" },
|
||||
{ label: "Phone: 07263 256566", href: "tel:+917263256566" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
@@ -2,11 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { HelpCircle, TrendingUp, Phone } from "lucide-react";
|
||||
import { TrendingUp, Phone } from "lucide-react";
|
||||
|
||||
export default function AdmissionsPage() {
|
||||
return (
|
||||
@@ -22,6 +21,7 @@ export default function AdmissionsPage() {
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
@@ -36,91 +36,21 @@ export default function AdmissionsPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Admission Information & FAQ"
|
||||
description="Everything you need to know about admission process, eligibility, and enrollment at College of Management"
|
||||
tag="Admissions Help"
|
||||
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. 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, 2) Merit-based selection (for some programs), 3) Entrance test (if applicable), 4) Document verification, 5) Confirmation of admission. Detailed timeline is available in the admission section.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are scholarships available?",
|
||||
content: "Yes, we offer merit-based scholarships and need-based financial assistance. Students with excellent academic records are eligible for reduced fees. For detailed information about scholarship schemes, please contact the admissions office at 07263 256566.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What are the campus facilities available?",
|
||||
content: "Our campus includes modern classrooms, computer labs, science laboratories, well-stocked library, reading rooms, auditorium, gymnasium, sports grounds (cricket, kho-kho, kabaddi, badminton), table tennis hall, canteen, and college bus transportation.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Does the college provide hostel facilities?",
|
||||
content: "Currently, the college is located in Waman Nagar, Khamgaon. We provide dedicated college bus transportation for convenient commute. Information about additional facilities is available upon inquiry at the admissions office.",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "How is placement support provided?",
|
||||
content: "Our dedicated placement cell provides: Career guidance, Skill development workshops, Industry interaction sessions, Campus recruitment drives, Job placement assistance. We maintain strong partnerships with leading organizations for recruitment.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=4"
|
||||
imageAlt="Student support and guidance"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
{/* Admission Stats */}
|
||||
<div id="admission-stats" data-section="admission-stats">
|
||||
<MetricCardTen
|
||||
title="Admission Timeline"
|
||||
description="Important dates for the current admission cycle"
|
||||
tag="Key Dates"
|
||||
title="Admission Information"
|
||||
description="Key statistics and timeline for your reference"
|
||||
tag="Quick Facts"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Admission Form Release",
|
||||
subtitle: "Online admission forms available for all programs",
|
||||
category: "Start",
|
||||
value: "Open Now",
|
||||
},
|
||||
id: "1", title: "Application Window", subtitle: "Admission period for new academic year", category: "Timeline", value: "June-September"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Merit List Publication",
|
||||
subtitle: "Selected candidates announced on college website",
|
||||
category: "Process",
|
||||
value: "Rolling Basis",
|
||||
},
|
||||
id: "2", title: "Merit-Based Selection", subtitle: "Primary selection criteria for admission", category: "Admission Basis", value: "70% Seats"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Document Verification",
|
||||
subtitle: "Verify original documents at college campus",
|
||||
category: "Verification",
|
||||
value: "Schedule",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Final Confirmation",
|
||||
subtitle: "Complete admission formalities and receive enrollment",
|
||||
category: "Confirmation",
|
||||
value: "Complete",
|
||||
},
|
||||
id: "3", title: "Entrance Test", subtitle: "For specialized programs like BBA & BCA", category: "Selection", value: "Optional"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -128,31 +58,32 @@ export default function AdmissionsPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
{/* Final CTA */}
|
||||
<div id="admissions-cta" data-section="admissions-cta">
|
||||
<ContactCTA
|
||||
tag="Ready to Apply?"
|
||||
tag="Apply Today"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your Admission Journey Today"
|
||||
description="Join College of Management and shape your future with quality education. Contact us for detailed guidance through the admission process."
|
||||
title="Ready to Begin Your College Journey?"
|
||||
description="Submit your application or contact our admissions office for personalized guidance and support."
|
||||
buttons={[
|
||||
{ text: "Contact Admissions", href: "tel:+917263256566" },
|
||||
{ text: "Apply Online", href: "#" },
|
||||
{ text: "Apply Online Now", href: "#" },
|
||||
{ text: "Call: 07263 256566", href: "tel:+917263256566" },
|
||||
]}
|
||||
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" },
|
||||
@@ -160,8 +91,7 @@ export default function AdmissionsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{ label: "Facilities", href: "/facilities" },
|
||||
{ label: "NSS Programs", href: "#" },
|
||||
{ label: "Competitive Exam Forum", href: "#" },
|
||||
@@ -169,8 +99,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: "#" },
|
||||
|
||||
@@ -21,6 +21,7 @@ export default function ContactPage() {
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
@@ -35,59 +36,39 @@ export default function ContactPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-primary" data-section="contact-primary">
|
||||
{/* Main Contact CTA */}
|
||||
<div id="contact-main" data-section="contact-main">
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Contact College of Management, Khamgaon"
|
||||
description="Have questions about admissions, courses, or our campus? Our team is here to help. Reach out to us through any of the channels below."
|
||||
title="Contact College of Management Khamgaon"
|
||||
description="Have questions about admissions, courses, or campus facilities? Our friendly team is ready to help. Reach out to us today!"
|
||||
buttons={[
|
||||
{ text: "Call Now: 07263 256566", href: "tel:+917263256566" },
|
||||
{ text: "Apply for Admission", href: "/admissions" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
{/* Contact Details */}
|
||||
<div id="contact-details" data-section="contact-details">
|
||||
<MetricCardTen
|
||||
title="Contact Information"
|
||||
description="Reach us through multiple channels for quick assistance"
|
||||
tag="Contact Details"
|
||||
description="Ways to reach College of Management Khamgaon"
|
||||
tag="Our Channels"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Phone",
|
||||
subtitle: "Call us during business hours for immediate assistance",
|
||||
category: "Telephone",
|
||||
value: "07263 256566",
|
||||
},
|
||||
id: "1", title: "Office Address", subtitle: "Waman Nagar, Khamgaon, Maharashtra – 444303", category: "Location", value: "Available"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Campus Location",
|
||||
subtitle: "Waman Nagar, Khamgaon, Maharashtra - 444303",
|
||||
category: "Address",
|
||||
value: "Main Campus",
|
||||
},
|
||||
id: "2", title: "Phone Support", subtitle: "07263 256566 (Monday to Friday, 9 AM to 5 PM)", category: "Communication", value: "Active"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Admissions Office",
|
||||
subtitle: "Open Monday to Friday, 10:00 AM to 5:00 PM",
|
||||
category: "Hours",
|
||||
value: "Available",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Email & Web",
|
||||
subtitle: "Connect through our official channels for detailed information",
|
||||
category: "Digital",
|
||||
value: "Online Support",
|
||||
},
|
||||
id: "3", title: "Campus Bus Service", subtitle: "Daily routes covering major areas of Khamgaon", category: "Transportation", value: "Available"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -95,31 +76,14 @@ export default function ContactPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-secondary" data-section="contact-secondary">
|
||||
<ContactCTA
|
||||
tag="Follow Up"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="We Look Forward to Hearing From You"
|
||||
description="Whether you're interested in admissions, want to learn more about our programs, or have specific questions, don't hesitate to contact us. Our admissions team is ready to assist you."
|
||||
buttons={[
|
||||
{ text: "Send Inquiry", href: "#" },
|
||||
{ text: "Schedule a Call", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
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" },
|
||||
@@ -127,8 +91,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{ label: "Facilities", href: "/facilities" },
|
||||
{ label: "NSS Programs", href: "#" },
|
||||
{ label: "Competitive Exam Forum", href: "#" },
|
||||
@@ -136,8 +99,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: "#" },
|
||||
|
||||
@@ -22,6 +22,7 @@ export default function CoursesPage() {
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
@@ -36,56 +37,27 @@ export default function CoursesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="courses" data-section="courses">
|
||||
{/* Courses Overview */}
|
||||
<div id="courses-overview" data-section="courses-overview">
|
||||
<ProductCardOne
|
||||
title="Our Academic Programs"
|
||||
description="7 comprehensive undergraduate and postgraduate courses designed for professional excellence"
|
||||
tag="All Courses Available"
|
||||
title="Complete Academic Portfolio"
|
||||
description="Comprehensive range of undergraduate and postgraduate programs designed to develop professional competencies"
|
||||
tag="7 Programs"
|
||||
tagIcon={BookOpen}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Bachelor of Arts (BA)",
|
||||
price: "3-Year Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=5",
|
||||
imageAlt: "Bachelor of Arts",
|
||||
},
|
||||
id: "1", name: "Bachelor of Arts (BA)", price: "3 Years", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=5", imageAlt: "BA program"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bachelor of Science (BSc)",
|
||||
price: "3-Year Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg?_wi=3",
|
||||
imageAlt: "Bachelor of Science",
|
||||
},
|
||||
id: "2", name: "Bachelor of Science (BSc)", price: "3 Years", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg?_wi=3", imageAlt: "BSc program"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bachelor of Commerce (BCom)",
|
||||
price: "3-Year Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=4",
|
||||
imageAlt: "Bachelor of Commerce",
|
||||
},
|
||||
id: "3", name: "Bachelor of Commerce (BCom)", price: "3 Years", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=5", imageAlt: "BCom program"},
|
||||
{
|
||||
id: "4",
|
||||
name: "BBA - Business Administration",
|
||||
price: "3-Year Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=4",
|
||||
imageAlt: "BBA",
|
||||
},
|
||||
id: "4", name: "BBA - Business Administration", price: "3 Years", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=3", imageAlt: "BBA program"},
|
||||
{
|
||||
id: "5",
|
||||
name: "BCA - Computer Applications",
|
||||
price: "3-Year Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=4",
|
||||
imageAlt: "BCA",
|
||||
},
|
||||
id: "5", name: "BCA - Computer Applications", price: "3 Years", imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=4", imageAlt: "BCA program"},
|
||||
{
|
||||
id: "6",
|
||||
name: "MSc Computer Science",
|
||||
price: "2-Year Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=5",
|
||||
imageAlt: "MSc Computer Science",
|
||||
},
|
||||
id: "6", name: "MSc Computer Science", price: "2 Years", imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=5", imageAlt: "MSc program"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -94,32 +66,21 @@ export default function CoursesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
{/* Program Features */}
|
||||
<div id="program-features" data-section="program-features">
|
||||
<FeatureCardOne
|
||||
title="Program Highlights"
|
||||
description="Each program is designed with industry relevance, practical training, and career advancement in mind"
|
||||
tag="Course Features"
|
||||
title="What Makes Our Programs Unique"
|
||||
description="Each program is crafted with industry relevance and academic rigor at its core"
|
||||
tag="Program Highlights"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Industry-Aligned Curriculum",
|
||||
description: "All programs are regularly updated to meet current industry standards and employment requirements, ensuring graduates are job-ready",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=5",
|
||||
imageAlt: "industry curriculum",
|
||||
},
|
||||
title: "Industry-Aligned Curriculum", description: "Courses designed in consultation with industry experts and regulatory bodies ensuring graduates are job-ready and equipped with current skills", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=4", imageAlt: "industry aligned"},
|
||||
{
|
||||
title: "Practical Training & Internships",
|
||||
description: "Hands-on experience through internships, project-based learning, and industry partnerships provide real-world exposure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=6",
|
||||
imageAlt: "practical training",
|
||||
},
|
||||
title: "Hands-On Learning", description: "Practical labs, projects, internships, and industry visits provide real-world experience alongside theoretical knowledge", imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=6", imageAlt: "hands-on learning"},
|
||||
{
|
||||
title: "Expert Faculty Guidance",
|
||||
description: "Learn from experienced faculty members with deep industry knowledge and research expertise who mentor students for career success",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=3",
|
||||
imageAlt: "faculty guidance",
|
||||
},
|
||||
title: "Expert Faculty", description: "Experienced educators with advanced qualifications and industry backgrounds guide students through comprehensive and engaging learning experiences", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=3", imageAlt: "expert faculty"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -128,31 +89,32 @@ export default function CoursesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
{/* CTA Section */}
|
||||
<div id="courses-cta" data-section="courses-cta">
|
||||
<ContactCTA
|
||||
tag="Questions About Programs?"
|
||||
tag="Start Your Learning Journey"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Interested in Any Course?"
|
||||
description="Our admissions team is ready to provide detailed information about eligibility, curriculum, fees, and admission process for any program."
|
||||
title="Choose Your Academic Path"
|
||||
description="Find the right program for your goals and aspirations. Our admissions team is ready to guide you through the process."
|
||||
buttons={[
|
||||
{ text: "Call for Details", href: "tel:+917263256566" },
|
||||
{ text: "Apply Now", href: "/admissions" },
|
||||
{ text: "Download Course Brochure", href: "#" },
|
||||
{ text: "Apply for Program", href: "/admissions" },
|
||||
]}
|
||||
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" },
|
||||
@@ -160,8 +122,7 @@ export default function CoursesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{ label: "Facilities", href: "/facilities" },
|
||||
{ label: "NSS Programs", href: "#" },
|
||||
{ label: "Competitive Exam Forum", href: "#" },
|
||||
@@ -169,8 +130,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: "#" },
|
||||
|
||||
@@ -22,6 +22,7 @@ export default function FacilitiesPage() {
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
@@ -36,76 +37,50 @@ export default function FacilitiesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
{/* Campus Facilities */}
|
||||
<div id="campus-facilities" data-section="campus-facilities">
|
||||
<FeatureCardOne
|
||||
title="Campus Facilities & Infrastructure"
|
||||
description="State-of-the-art facilities designed to support academic excellence and student development"
|
||||
tag="Facilities & Amenities"
|
||||
title="World-Class Campus Infrastructure"
|
||||
description="Comprehensive facilities designed to support academic excellence and holistic student development"
|
||||
tag="Facilities Tour"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Academic Infrastructure",
|
||||
description: "Modern classrooms with multimedia capabilities, well-equipped science laboratories, computer labs with latest technology, and extensive library with thousands of books and journals",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=6",
|
||||
imageAlt: "academic facilities",
|
||||
},
|
||||
title: "State-of-the-Art Classrooms", description: "Modern, spacious classrooms with projection systems, air conditioning, and comfortable seating designed for optimal learning environment", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=6", imageAlt: "modern classrooms"},
|
||||
{
|
||||
title: "Research & Study Resources",
|
||||
description: "Dedicated reading rooms, competitive exam preparation forum with UPSC/MPSC materials, research labs, and access to digital databases for continuous learning",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314038.jpg?_wi=2",
|
||||
imageAlt: "study resources",
|
||||
},
|
||||
title: "Advanced Computer Labs", description: "Fully equipped computer laboratories with latest hardware, software, and internet connectivity for programming and IT education", imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=7", imageAlt: "computer labs"},
|
||||
{
|
||||
title: "Sports & Wellness",
|
||||
description: "Full-size cricket ground, basketball court, table tennis hall, gymnasium with modern equipment, badminton courts, and kho-kho field for athletic development",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=3",
|
||||
imageAlt: "sports facilities",
|
||||
},
|
||||
title: "Comprehensive Library", description: "Well-stocked library with thousands of textbooks, reference materials, journals, and digital resources for academic research", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg?_wi=4", imageAlt: "library"},
|
||||
{
|
||||
title: "Science Laboratories", description: "Well-equipped labs for Physics, Chemistry, and Biology with modern instruments and safety protocols for practical learning", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=6", imageAlt: "science labs"},
|
||||
{
|
||||
title: "Sports & Recreation", description: "Cricket ground, badminton court, table tennis hall, gymnasium, basketball court, and open grounds for various sports activities", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=3", imageAlt: "sports facilities"},
|
||||
{
|
||||
title: "Student Support Services", description: "Dedicated counseling center, medical facility, auditorium for seminars, canteen with quality food, and excellent college bus transportation", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=5", imageAlt: "support services"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
{/* Facilities Highlights */}
|
||||
<div id="facilities-highlights" data-section="facilities-highlights">
|
||||
<MetricCardTen
|
||||
title="Support Services"
|
||||
description="Comprehensive support systems for student welfare and career development"
|
||||
tag="Student Support"
|
||||
title="Facility Features"
|
||||
description="Key highlights of our campus amenities and support infrastructure"
|
||||
tag="Campus Services"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Student Counseling",
|
||||
subtitle: "Professional guidance for academic and personal development",
|
||||
category: "Support",
|
||||
value: "Available",
|
||||
},
|
||||
id: "1", title: "Barrier-Free Campus", subtitle: "Accessible facilities for all students including ramps and elevators", category: "Accessibility", value: "Available"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Placement Cell",
|
||||
subtitle: "Career guidance and recruitment support from industry partners",
|
||||
category: "Career",
|
||||
value: "Active",
|
||||
},
|
||||
id: "2", title: "24x7 Security", subtitle: "Advanced CCTV surveillance and trained security personnel", category: "Safety", value: "Active"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Health Services",
|
||||
subtitle: "On-campus health center and first aid facilities for student wellness",
|
||||
category: "Wellness",
|
||||
value: "24/7",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Transportation",
|
||||
subtitle: "College bus service for convenient and safe commute to campus",
|
||||
category: "Convenience",
|
||||
value: "Daily Routes",
|
||||
},
|
||||
id: "3", title: "High-Speed Internet", subtitle: "100 Mbps Wi-Fi connectivity across entire campus", category: "Technology", value: "Available"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -113,31 +88,32 @@ export default function FacilitiesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
{/* CTA Section */}
|
||||
<div id="facilities-cta" data-section="facilities-cta">
|
||||
<ContactCTA
|
||||
tag="Visit Our Campus"
|
||||
tag="Tour Our Campus"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
title="Experience Our Facilities in Person"
|
||||
description="Schedule a campus visit to see our modern infrastructure, meet our faculty, and explore student life at College of Management."
|
||||
title="Experience Our Campus Firsthand"
|
||||
description="Schedule a guided campus tour to explore our facilities and meet our faculty and current students."
|
||||
buttons={[
|
||||
{ text: "Book a Campus Tour", href: "#" },
|
||||
{ text: "Call Us: 07263 256566", href: "tel:+917263256566" },
|
||||
{ text: "Book Campus Tour", href: "#" },
|
||||
{ text: "Contact Admissions", href: "/admissions" },
|
||||
]}
|
||||
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" },
|
||||
@@ -145,8 +121,7 @@ export default function FacilitiesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{ label: "Facilities", href: "/facilities" },
|
||||
{ label: "NSS Programs", href: "#" },
|
||||
{ label: "Competitive Exam Forum", href: "#" },
|
||||
@@ -154,8 +129,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: "#" },
|
||||
|
||||
@@ -6,42 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "College of Management, Khamgaon | SGBAU Affiliated | Best College",
|
||||
description: "College of Management Khamgaon - SGBAU affiliated institution offering BCA, BBA, BA, BSc, BCom programs. ISO certified with modern facilities. Admission open. Call 07263 256566.",
|
||||
keywords: "college in Khamgaon, BCA college, BBA college, best college Khamgaon, SGBAU affiliated, undergraduate college, Buldhana district education",
|
||||
metadataBase: new URL("https://collegeofmanagementkhamgaon.edu.in"),
|
||||
title: "College of Management, Khamgaon | SGBAU Affiliated | Best College", description: "College of Management Khamgaon - SGBAU affiliated institution offering BCA, BBA, BA, BSc, BCom programs. ISO certified with modern facilities. Admission open. Call 07263 256566.", keywords: "college in Khamgaon, BCA college, BBA college, best college Khamgaon, SGBAU affiliated, undergraduate college, Buldhana district education", metadataBase: new URL("https://collegeofmanagementkhamgaon.edu.in"),
|
||||
alternates: {
|
||||
canonical: "https://collegeofmanagementkhamgaon.edu.in",
|
||||
},
|
||||
canonical: "https://collegeofmanagementkhamgaon.edu.in"},
|
||||
openGraph: {
|
||||
title: "College of Management, Khamgaon | Quality Education Since 2007",
|
||||
description: "Discover quality higher education at College of Management Khamgaon. Accredited programs, modern campus, and placement support.",
|
||||
url: "https://collegeofmanagementkhamgaon.edu.in",
|
||||
siteName: "College of Management Khamgaon",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "College of Management, Khamgaon | Quality Education Since 2007", description: "Discover quality higher education at College of Management Khamgaon. Accredited programs, modern campus, and placement support.", url: "https://collegeofmanagementkhamgaon.edu.in", siteName: "College of Management Khamgaon", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg",
|
||||
alt: "College of Management Khamgaon Campus",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg", alt: "College of Management Khamgaon Campus"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "College of Management, Khamgaon",
|
||||
description: "Quality education with modern infrastructure. Admissions open now.",
|
||||
images: ["http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg"],
|
||||
card: "summary_large_image", title: "College of Management, Khamgaon", description: "Quality education with modern infrastructure. Admissions open now.", images: ["http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
232
src/app/page.tsx
232
src/app/page.tsx
@@ -10,8 +10,8 @@ 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 { Award, Star, BookOpen, TrendingUp, MessageSquare, Phone } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import { Award, Star, BookOpen, TrendingUp, MessageSquare, Phone } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -27,6 +27,7 @@ export default function HomePage() {
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
@@ -41,6 +42,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Shape Your Future with Quality Education"
|
||||
@@ -48,7 +50,7 @@ export default function HomePage() {
|
||||
tag="Est. 2007 | SGBAU Affiliated"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Apply for Admission", href: "/admissions" },
|
||||
{ text: "Download Prospectus", href: "#" },
|
||||
@@ -56,41 +58,24 @@ export default function HomePage() {
|
||||
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: "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: "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: "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: "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: "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",
|
||||
},
|
||||
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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* About Section */}
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
@@ -106,6 +91,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Features Section */}
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
title="Our Distinctive Advantages"
|
||||
@@ -115,41 +101,17 @@ 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",
|
||||
},
|
||||
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",
|
||||
},
|
||||
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",
|
||||
},
|
||||
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",
|
||||
},
|
||||
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", 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",
|
||||
},
|
||||
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/outdoors-diverse-team-volunteers-distribute-free-food-those-need-including-homeless-individuals-refugees-their-compassionate-service-provides-vital-support-underprivileged_482257-68552.jpg",
|
||||
imageAlt: "NSS activity",
|
||||
},
|
||||
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", imageAlt: "NSS activity"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -160,6 +122,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Courses Section */}
|
||||
<div id="courses" data-section="courses">
|
||||
<ProductCardOne
|
||||
title="Academic Programs"
|
||||
@@ -171,47 +134,17 @@ 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: "Bachelor of Arts program",
|
||||
},
|
||||
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: "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: "Bachelor of Science 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: "3",
|
||||
name: "Bachelor of Commerce",
|
||||
price: "UG Program",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=3",
|
||||
imageAlt: "Bachelor of Commerce 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: "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: "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: "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 Computer Science 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"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -220,6 +153,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Metrics/Achievements Section */}
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTen
|
||||
title="College Achievements"
|
||||
@@ -229,33 +163,13 @@ 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", title: "1500+ Students", subtitle: "Active student enrollment across all programs", category: "Student Base", value: "Growing"},
|
||||
{
|
||||
id: "2",
|
||||
title: "7 Academic Programs",
|
||||
subtitle: "UG & PG courses aligned with industry needs",
|
||||
category: "Academics",
|
||||
value: "Available",
|
||||
},
|
||||
id: "2", title: "7 Academic Programs", subtitle: "UG & PG courses aligned with industry needs", category: "Academics", value: "Available"},
|
||||
{
|
||||
id: "3",
|
||||
title: "15+ Years",
|
||||
subtitle: "Years of educational excellence since 2007",
|
||||
category: "Experience",
|
||||
value: "Established",
|
||||
},
|
||||
id: "3", title: "15+ Years", subtitle: "Years of educational excellence since 2007", category: "Experience", value: "Established"},
|
||||
{
|
||||
id: "4",
|
||||
title: "100+ Campus Events",
|
||||
subtitle: "Annual cultural, sports, and academic events",
|
||||
category: "Activities",
|
||||
value: "Annual",
|
||||
},
|
||||
id: "4", title: "100+ Campus Events", subtitle: "Annual cultural, sports, and academic events", category: "Activities", value: "Annual"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -263,6 +177,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Testimonials Section */}
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="Student Success Stories"
|
||||
@@ -272,83 +187,24 @@ 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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma testimonial",
|
||||
},
|
||||
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: "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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1",
|
||||
imageAlt: "Rahul Patil testimonial",
|
||||
},
|
||||
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: "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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
|
||||
imageAlt: "Anjali Deshmukh testimonial",
|
||||
},
|
||||
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: "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/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg",
|
||||
avatarAlt: "Vikas Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg",
|
||||
imageAlt: "Vikas Kumar testimonial",
|
||||
},
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg?_wi=2",
|
||||
imageAlt: "Sneha Gupta testimonial",
|
||||
},
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2",
|
||||
imageAlt: "Arjun Singh testimonial",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Contact CTA Section */}
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Get Started Today"
|
||||
@@ -361,19 +217,19 @@ export default function HomePage() {
|
||||
{ text: "Apply for Admission", href: "/admissions" },
|
||||
]}
|
||||
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" },
|
||||
@@ -381,8 +237,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Academic",
|
||||
items: [
|
||||
title: "Academic", items: [
|
||||
{ label: "Facilities", href: "/facilities" },
|
||||
{ label: "NSS Programs", href: "#" },
|
||||
{ label: "Competitive Exam Forum", href: "#" },
|
||||
@@ -390,8 +245,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Waman Nagar, Khamgaon, Maharashtra", href: "#" },
|
||||
{ label: "Phone: 07263 256566", href: "tel:+917263256566" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user