Merge version_5 into main #12
103
src/app/page.tsx
103
src/app/page.tsx
@@ -12,10 +12,10 @@ 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 FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactFAQ from "@/components/sections/contact/ContactFAQ";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import LegalSection from "@/components/legal/LegalSection";
|
||||
import Link from "next/link";
|
||||
@@ -110,17 +110,29 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
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", imageAlt: "SGBAU affiliation"},
|
||||
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", imageAlt: "SGBAU affiliation"
|
||||
},
|
||||
{
|
||||
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/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg", imageAlt: "Modern infrastructure"},
|
||||
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/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg", imageAlt: "Modern infrastructure"
|
||||
},
|
||||
{
|
||||
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/students-library-college_23-2147678906.jpg", imageAlt: "Student learning"},
|
||||
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/students-library-college_23-2147678906.jpg", imageAlt: "Student learning"
|
||||
},
|
||||
{
|
||||
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/people-reading-books-room_23-2147679257.jpg", imageAlt: "Exam support"},
|
||||
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/people-reading-books-room_23-2147679257.jpg", imageAlt: "Exam support"
|
||||
},
|
||||
{
|
||||
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/modern-amphitheater-usa_1268-14358.jpg", imageAlt: "Facilities"},
|
||||
id: 5,
|
||||
title: "Diverse Facilities", description: "Cricket grounds, sports facilities, auditorium, gymnasium, canteen, and reliable college bus transportation", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg", imageAlt: "Facilities"
|
||||
},
|
||||
{
|
||||
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/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg", imageAlt: "Cultural activities"},
|
||||
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/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg", imageAlt: "Cultural activities"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -142,13 +154,17 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Bachelor of Arts", price: "UG Program", variant: "undergraduate", imageSrc: "http://img.b2bpic.net/free-photo/students-library-college_23-2147678906.jpg", imageAlt: "BA program"},
|
||||
id: "1", name: "Bachelor of Arts", price: "UG Program", variant: "undergraduate", 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", variant: "undergraduate", imageSrc: "http://img.b2bpic.net/free-photo/people-reading-books-room_23-2147679257.jpg", imageAlt: "BSc program"},
|
||||
id: "2", name: "Bachelor of Science", price: "UG Program", variant: "undergraduate", 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", variant: "undergraduate", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg", imageAlt: "BCom program"},
|
||||
id: "3", name: "Bachelor of Commerce", price: "UG Program", variant: "undergraduate", 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", variant: "undergraduate", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg", imageAlt: "BBA program"},
|
||||
id: "4", name: "BBA - Business Administration", price: "UG Program", variant: "undergraduate", imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg", imageAlt: "BBA program"
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -167,17 +183,22 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "1500", description: "Active Students"},
|
||||
id: "1", value: "1500", description: "Active Students"
|
||||
},
|
||||
{
|
||||
id: "2", value: "7", description: "Academic Programs"},
|
||||
id: "2", value: "7", description: "Academic Programs"
|
||||
},
|
||||
{
|
||||
id: "3", value: "15", description: "Years of Excellence"},
|
||||
id: "3", value: "15", description: "Years of Excellence"
|
||||
},
|
||||
{
|
||||
id: "4", value: "100", description: "Annual Events"},
|
||||
id: "4", value: "100", description: "Annual Events"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -191,13 +212,17 @@ export default function HomePage() {
|
||||
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: "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: "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: "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"},
|
||||
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"
|
||||
@@ -216,13 +241,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
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 guidance from the career center 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: "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 guidance from the career center 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", 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: "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", role: "BA Graduate", testimonial: "Beyond academics, the college focused on overall personality development. NSS activities, cultural programs, and sports facilities 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"},
|
||||
id: "3", name: "Anjali Deshmukh", role: "BA Graduate", testimonial: "Beyond academics, the college focused on overall personality development. NSS activities, cultural programs, and sports facilities 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"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Vikas Kumar", role: "MSc Computer Science", testimonial: "The postgraduate program provided excellent research opportunities and mentoring. The faculty expertise and research resources enabled me to pursue higher studies abroad.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg", imageAlt: "Vikas Kumar"},
|
||||
id: "4", name: "Vikas Kumar", role: "MSc Computer Science", testimonial: "The postgraduate program provided excellent research opportunities and mentoring. The faculty expertise and research resources enabled me to pursue higher studies abroad.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg", imageAlt: "Vikas Kumar"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -240,13 +269,17 @@ export default function HomePage() {
|
||||
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: "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: "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: "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."},
|
||||
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"
|
||||
@@ -321,7 +354,8 @@ export default function HomePage() {
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"SGBAU Affiliated", "ISO Certified", "Industry Partner", "Placement Excellence", "Student Focused", "Modern Infrastructure"]}
|
||||
"SGBAU Affiliated", "ISO Certified", "Industry Partner", "Placement Excellence", "Student Focused", "Modern Infrastructure"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
@@ -336,11 +370,14 @@ export default function HomePage() {
|
||||
sideDescription="We're here to help you make the right educational choice"
|
||||
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: "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: "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."},
|
||||
id: "3", title: "How is the placement record?", content: "Our placement rate is excellent with graduates placed in reputable organizations across sectors."
|
||||
},
|
||||
]}
|
||||
textPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -449,4 +486,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user