diff --git a/src/app/page.tsx b/src/app/page.tsx index e8b4a10..a8bde9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,11 +13,10 @@ 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 FooterMedia from "@/components/sections/footer/FooterMedia"; 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, CheckCircle2 } from "lucide-react"; @@ -77,17 +76,21 @@ export default function HomePage() { {/* About Section */}
@@ -103,17 +106,29 @@ 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"}, + id: 1, + title: "SGBAU Affiliation", description: "Recognized affiliation with Sant Gadge Baba Amravati University ensuring quality education standards and recognized degrees", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=2", imageAlt: "college campus" + }, { - title: "Modern Infrastructure", description: "State-of-the-art classrooms, computer labs, science laboratories, and well-equipped library with thousands of textbooks and journals", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=2", imageAlt: "modern classroom"}, + id: 2, + title: "Modern Infrastructure", description: "State-of-the-art classrooms, computer labs, science laboratories, and well-equipped library with thousands of textbooks and journals", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=2", imageAlt: "modern classroom" + }, { - title: "Student-Centric Learning", description: "Personalized academic guidance, counseling facilities, and mentoring programs focused on individual student development", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=1", imageAlt: "student counseling"}, + id: 3, + title: "Student-Centric Learning", description: "Personalized academic guidance, counseling facilities, and mentoring programs focused on individual student development", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=1", imageAlt: "student counseling" + }, { - title: "Competitive Exam Support", description: "Dedicated forum for UPSC, MPSC, and SSC preparation with study materials, newspapers, and dedicated reading rooms", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314038.jpg?_wi=1", imageAlt: "exam preparation"}, + id: 4, + title: "Competitive Exam Support", description: "Dedicated forum for UPSC, MPSC, and SSC preparation with study materials, newspapers, and dedicated reading rooms", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314038.jpg?_wi=1", imageAlt: "exam preparation" + }, { - title: "Diverse Facilities", description: "Cricket grounds, sports facilities, auditorium, gymnasium, canteen, and reliable college bus transportation", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=2", imageAlt: "sports ground"}, + id: 5, + title: "Diverse Facilities", description: "Cricket grounds, sports facilities, auditorium, gymnasium, canteen, and reliable college bus transportation", imageSrc: "http://img.b2bpic.net/free-photo/volunteer-team-cleaning-city-grass-from-garbage_1262-21092.jpg?_wi=2", imageAlt: "sports ground" + }, { - title: "Cultural & Social Development", description: "NSS programs, cultural activities including drama, music, dance, and regular national integration initiatives", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-preparing-plant-tree-woods_482257-91250.jpg?_wi=1", imageAlt: "NSS activity"}, + id: 6, + title: "Cultural & Social Development", description: "NSS programs, cultural activities including drama, music, dance, and regular national integration initiatives", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-preparing-plant-tree-woods_482257-91250.jpg?_wi=1", imageAlt: "NSS activity" + }, ]} animationType="slide-up" textboxLayout="default" @@ -135,19 +150,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", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg?_wi=3", imageAlt: "BA program" }, { - id: "2", name: "Bachelor of Science", price: "UG Program", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg?_wi=2", imageAlt: "BSc program" + id: "2", name: "Bachelor of Science", price: "UG Program", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg?_wi=2", imageAlt: "BSc program" }, { - id: "3", name: "Bachelor of Commerce", price: "UG Program", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=3", imageAlt: "BCom program" + id: "3", name: "Bachelor of Commerce", price: "UG Program", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg?_wi=3", imageAlt: "BCom program" }, { - id: "4", name: "BBA - Business Administration", price: "UG Program", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=2", imageAlt: "BBA program" + id: "4", name: "BBA - Business Administration", price: "UG Program", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg?_wi=2", imageAlt: "BBA program" }, ]} - gridVariant="two-columns-alternating-heights" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -164,18 +179,21 @@ export default function HomePage() { tagAnimation="slide-up" plans={[ { - id: "1", badge: "Most Popular", badgeIcon: Star, - price: "Comprehensive", subtitle: "Bachelor of Business Administration", features: [ + id: "1", tag: "Most Popular", tagIcon: Star, + price: "Comprehensive", period: "Bachelor of Business Administration", description: "Industry-focused business education", button: { text: "Learn More", href: "/courses" }, + featuresTitle: "What's Included", features: [ "Industry-focused curriculum", "Placement assistance", "Internship opportunities", "Modern infrastructure" ] }, { - id: "2", badge: "Academic", price: "Traditional", subtitle: "Bachelor of Arts / Science / Commerce", features: [ + id: "2", tag: "Academic", price: "Traditional", period: "Bachelor of Arts / Science / Commerce", description: "Classical academic excellence", button: { text: "Learn More", href: "/courses" }, + featuresTitle: "What's Included", features: [ "Core subject specialization", "Research opportunities", "UPSC/MPSC support", "Competitive exam preparation" ] }, { - id: "3", badge: "Tech-Focused", price: "Advanced", subtitle: "BCA - Computer Applications", features: [ + id: "3", tag: "Tech-Focused", price: "Advanced", period: "BCA - Computer Applications", description: "Modern technology education", button: { text: "Learn More", href: "/courses" }, + featuresTitle: "What's Included", features: [ "Latest technology stack", "Coding bootcamps", "Industry certifications", "IT placement program" ] }, @@ -198,12 +216,14 @@ export default function HomePage() { tagAnimation="slide-up" plans={[ { - id: "1", badge: "Research-Oriented", price: "MSc", subtitle: "Master of Science in Computer Science", features: [ + id: "1", badge: "Research-Oriented", price: "MSc", name: "Master of Science in Computer Science", buttons: [{ text: "Learn More", href: "/courses" }], + features: [ "Research-focused curriculum", "Advanced laboratories", "Faculty mentorship", "Publication opportunities" ] }, { - id: "2", badge: "Professional", price: "MBA", subtitle: "Master of Business Administration", features: [ + id: "2", badge: "Professional", price: "MBA", name: "Master of Business Administration", buttons: [{ text: "Learn More", href: "/courses" }], + features: [ "Industry experts as mentors", "Case study approach", "Networking opportunities", "Executive placement" ] }, @@ -226,18 +246,19 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "1500+", label: "Active Students" + id: "1", value: "1500+", description: "Active Students" }, { - id: "2", value: "7", label: "Academic Programs" + id: "2", value: "7", description: "Academic Programs" }, { - id: "3", value: "15+", label: "Years of Excellence" + id: "3", value: "15+", description: "Years of Excellence" }, { - id: "4", value: "100+", label: "Annual Events" + id: "4", value: "100+", description: "Annual Events" }, ]} + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -266,7 +287,7 @@ export default function HomePage() { id: "4", name: "Dr. Priya Menon", role: "Head - IT & BCA Program", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg" }, ]} - gridVariant="two-columns-alternating-heights" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -285,13 +306,13 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Priya Sharma", title: "BBA Graduate", quote: "The college provided excellent academic rigor combined with practical industry exposure. Faculty members were highly supportive and career guidance helped me secure a placement in a leading multinational company.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg", avatarAlt: "Priya Sharma" + id: "1", name: "Priya Sharma", role: "BBA Graduate", testimonial: "The college provided excellent academic rigor combined with practical industry exposure. Faculty members were highly supportive and career guidance helped me secure a placement in a leading multinational company.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg", imageAlt: "Priya Sharma" }, { - id: "2", name: "Rahul Patil", title: "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" + id: "2", name: "Rahul Patil", role: "BCA Graduate", testimonial: "The computer science infrastructure and technical curriculum prepared me excellently for software development roles. The competitive exam forum also helped me clear GATE with distinction.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Rahul Patil" }, { - id: "3", name: "Anjali Deshmukh", title: "BA Graduate", quote: "Beyond academics, the college focused on overall personality development. NSS activities, cultural programs, and sports 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" + id: "3", name: "Anjali Deshmukh", role: "BA Graduate", testimonial: "Beyond academics, the college focused on overall personality development. NSS activities, cultural programs, and sports helped me become a well-rounded professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Anjali Deshmukh" }, ]} animationType="slide-up" @@ -327,6 +348,7 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg" imageAlt="College students on campus" mediaAnimation="slide-up" + faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} mediaPosition="right" @@ -355,11 +377,8 @@ export default function HomePage() { {/* FAQ Section - Split Text */}