Merge version_1_1782102044347 into main
Merge version_1_1782102044347 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -11,279 +11,139 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardTiltedCarousel
|
||||
tag="India's Premier Coaching Institute"
|
||||
title="Building Top Performers. Shaping Successful Futures."
|
||||
description="Trusted by hundreds of Mumbai students for academic excellence, career guidance, and outstanding results. Start your journey with the best mentors in the city."
|
||||
primaryButton={{
|
||||
text: "Book Free Counselling",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "View Courses",
|
||||
href: "#courses",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conference-room-interior-modern-office-with-white-walls-monitor_181624-22217.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/main-library-malmo_181624-535.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899440.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-school-classroom-future-students_23-2150906354.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-serious-women-sitting-table-using-laptop_74855-1929.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-drinking-coffee-while-work-with-laptop_171337-16849.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="India's Premier Coaching Institute"
|
||||
title="Building Top Performers. Shaping Successful Futures."
|
||||
description="Trusted by hundreds of Mumbai students for academic excellence, career guidance, and outstanding results. Start your journey with the best mentors in the city."
|
||||
primaryButton={{ text: "Book Free Counselling", href: "#contact" }}
|
||||
secondaryButton={{ text: "View Courses", href: "#courses" }}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/conference-room-interior-modern-office-with-white-walls-monitor_181624-22217.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/main-library-malmo_181624-535.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899440.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-school-classroom-future-students_23-2150906354.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-serious-women-sitting-table-using-laptop_74855-1929.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-drinking-coffee-while-work-with-laptop_171337-16849.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features-grid" data-section="features-grid">
|
||||
<SectionErrorBoundary name="features-grid">
|
||||
<div id="features-grid" data-section="features-grid">
|
||||
<SectionErrorBoundary name="features-grid">
|
||||
<FeaturesArrowCards
|
||||
tag="Our Pillars"
|
||||
title="Why Choose Access Education?"
|
||||
description="We blend academic rigor with personal mentorship to ensure you achieve your best."
|
||||
items={[
|
||||
{
|
||||
title: "Personal Attention",
|
||||
tags: [
|
||||
"Mentor Led",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pen-notepad-emoji_23-2147863471.jpg",
|
||||
},
|
||||
{
|
||||
title: "Small Batch Sizes",
|
||||
tags: [
|
||||
"Focused",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-graduation-cap-books-diploma_107791-15907.jpg",
|
||||
},
|
||||
{
|
||||
title: "Expert Faculty",
|
||||
tags: [
|
||||
"Seasoned",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iron-chemical-element-sign-with-atomic-number-atomic-weight-periodic-table-element_559531-11937.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Pillars"
|
||||
title="Why Choose Access Education?"
|
||||
description="We blend academic rigor with personal mentorship to ensure you achieve your best."
|
||||
items={[
|
||||
{ title: "Personal Attention", tags: ["Mentor Led"], imageSrc: "http://img.b2bpic.net/free-photo/pen-notepad-emoji_23-2147863471.jpg" },
|
||||
{ title: "Small Batch Sizes", tags: ["Focused"], imageSrc: "http://img.b2bpic.net/free-photo/3d-render-graduation-cap-books-diploma_107791-15907.jpg" },
|
||||
{ title: "Expert Faculty", tags: ["Seasoned"], imageSrc: "http://img.b2bpic.net/free-photo/iron-chemical-element-sign-with-atomic-number-atomic-weight-periodic-table-element_559531-11937.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="courses" data-section="courses">
|
||||
<SectionErrorBoundary name="courses">
|
||||
<div id="courses" data-section="courses">
|
||||
<SectionErrorBoundary name="courses">
|
||||
<FeaturesImageBento
|
||||
tag="Our Programs"
|
||||
title="Comprehensive Academic Courses"
|
||||
description="Specialized training for students from Class 8 through Professional Entrance preparation."
|
||||
items={[
|
||||
{
|
||||
title: "Class 8–10 Foundation",
|
||||
description: "Strong basics for competitive exams.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graduation-day-diploma-mortarboard-apple_23-2151970541.jpg",
|
||||
},
|
||||
{
|
||||
title: "Commerce (11th–12th)",
|
||||
description: "Expert guidance for board success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-student-graduation-cap-books-stack_107791-15667.jpg",
|
||||
},
|
||||
{
|
||||
title: "Science (11th–12th)",
|
||||
description: "Mastering concepts for NEET/JEE.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graduates-cap-university-student-graduation-hat_107791-16213.jpg",
|
||||
},
|
||||
{
|
||||
title: "B.Com & BAF",
|
||||
description: "University excellence guaranteed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calcium-chemical-element-sign-with-atomic-number-atomic-weight-periodic-table-element_559531-11925.jpg",
|
||||
},
|
||||
{
|
||||
title: "CA Foundation",
|
||||
description: "Start your career path early.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-stack-educational-number-blocks-kids_56104-3074.jpg",
|
||||
},
|
||||
{
|
||||
title: "Professional Entrances",
|
||||
description: "Competitive exam prep.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-with-money-academic-cap_107791-16183.jpg",
|
||||
},
|
||||
{
|
||||
title: "Customized Learning",
|
||||
description: "Flexible and adaptive modules.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/online-learning-isometric-glow-icons-set-tutorials-distance-education-audio-books-online-courses-isolated_1284-27982.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Programs"
|
||||
title="Comprehensive Academic Courses"
|
||||
description="Specialized training for students from Class 8 through Professional Entrance preparation."
|
||||
items={[
|
||||
{ title: "Class 8–10 Foundation", description: "Strong basics for competitive exams.", imageSrc: "http://img.b2bpic.net/free-photo/graduation-day-diploma-mortarboard-apple_23-2151970541.jpg" },
|
||||
{ title: "Commerce (11th–12th)", description: "Expert guidance for board success.", imageSrc: "http://img.b2bpic.net/free-photo/3d-student-graduation-cap-books-stack_107791-15667.jpg" },
|
||||
{ title: "Science (11th–12th)", description: "Mastering concepts for NEET/JEE.", imageSrc: "http://img.b2bpic.net/free-photo/graduates-cap-university-student-graduation-hat_107791-16213.jpg" },
|
||||
{ title: "B.Com & BAF", description: "University excellence guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/calcium-chemical-element-sign-with-atomic-number-atomic-weight-periodic-table-element_559531-11925.jpg" },
|
||||
{ title: "CA Foundation", description: "Start your career path early.", imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-stack-educational-number-blocks-kids_56104-3074.jpg" },
|
||||
{ title: "Professional Entrances", description: "Competitive exam prep.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-with-money-academic-cap_107791-16183.jpg" },
|
||||
{ title: "Customized Learning", description: "Flexible and adaptive modules.", imageSrc: "http://img.b2bpic.net/free-vector/online-learning-isometric-glow-icons-set-tutorials-distance-education-audio-books-online-courses-isolated_1284-27982.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="results" data-section="results">
|
||||
<SectionErrorBoundary name="results">
|
||||
<div id="results" data-section="results">
|
||||
<SectionErrorBoundary name="results">
|
||||
<MetricsMediaCards
|
||||
tag="Success Records"
|
||||
title="Our Wall of Excellence"
|
||||
description="Our proven track record speaks for our dedication to student success."
|
||||
metrics={[
|
||||
{
|
||||
value: "1000+",
|
||||
title: "Students Guided",
|
||||
description: "Building successful futures daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-various-supplies_23-2149557566.jpg",
|
||||
},
|
||||
{
|
||||
value: "95%",
|
||||
title: "Success Rate",
|
||||
description: "Top results across boards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/self-education-e-learning-concept-satisfied-black-female-volunteer-tries-explain-her-strategy-young-learner_273609-44837.jpg",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Expert Faculty",
|
||||
description: "Industry veterans and educators.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vintage-library-with-green-armchairs-classic-decor_482257-125673.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Success Records"
|
||||
title="Our Wall of Excellence"
|
||||
description="Our proven track record speaks for our dedication to student success."
|
||||
metrics={[
|
||||
{ value: "1000+", title: "Students Guided", description: "Building successful futures daily.", imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-various-supplies_23-2149557566.jpg" },
|
||||
{ value: "95%", title: "Success Rate", description: "Top results across boards.", imageSrc: "http://img.b2bpic.net/free-photo/self-education-e-learning-concept-satisfied-black-female-volunteer-tries-explain-her-strategy-young-learner_273609-44837.jpg" },
|
||||
{ value: "50+", title: "Expert Faculty", description: "Industry veterans and educators.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vintage-library-with-green-armchairs-classic-decor_482257-125673.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faculty" data-section="faculty">
|
||||
<SectionErrorBoundary name="faculty">
|
||||
<div id="faculty" data-section="faculty">
|
||||
<SectionErrorBoundary name="faculty">
|
||||
<TeamListCards
|
||||
tag="Our Mentors"
|
||||
title="The Faces Behind Your Success"
|
||||
description="Learn from the brightest minds in the industry with decades of collective experience."
|
||||
groups={[
|
||||
{
|
||||
title: "Academic Faculty",
|
||||
members: [
|
||||
{
|
||||
name: "Dr. Rajesh K.",
|
||||
role: "Head of Science",
|
||||
detail: "PhD in Physics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professor-work-educational-system_23-2151737324.jpg",
|
||||
},
|
||||
{
|
||||
name: "Prof. Anita S.",
|
||||
role: "Commerce Expert",
|
||||
detail: "15+ Years Exp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-points-side-young-female-teacher-standing-front-blackboard-classroom_141793-133574.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mr. Vijay R.",
|
||||
role: "CA Foundation",
|
||||
detail: "Chartered Accountant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professor-work-educational-system_23-2151737254.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/conference-room-interior-modern-office-with-white-walls-monitor_181624-22217.jpg?_wi=2",
|
||||
imageAlt: "professional professor portrait",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Mentors"
|
||||
title="The Faces Behind Your Success"
|
||||
description="Learn from the brightest minds in the industry with decades of collective experience."
|
||||
groups={[
|
||||
{
|
||||
title: "Academic Faculty", members: [
|
||||
{ name: "Dr. Rajesh K.", role: "Head of Science", detail: "PhD in Physics", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professor-work-educational-system_23-2151737324.jpg" },
|
||||
{ name: "Prof. Anita S.", role: "Commerce Expert", detail: "15+ Years Exp", imageSrc: "http://img.b2bpic.net/free-photo/confident-points-side-young-female-teacher-standing-front-blackboard-classroom_141793-133574.jpg" },
|
||||
{ name: "Mr. Vijay R.", role: "CA Foundation", detail: "Chartered Accountant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professor-work-educational-system_23-2151737254.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialOverlayCards
|
||||
tag="Hear from Families"
|
||||
title="What Students Say"
|
||||
description="Join the thousands of families who trust Access Education Centre."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
role: "12th Grade Commerce",
|
||||
company: "Student",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-standing-arms-crossed-light-gray-t-shirt-dark-grey-zip-front-hoodie-looking-cute_176474-18718.jpg",
|
||||
},
|
||||
{
|
||||
name: "Michael D.",
|
||||
role: "Parent",
|
||||
company: "CA Foundation Parent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-talking-with-someone-shirt-jacket-looking-hesitant-front-view_176474-88726.jpg",
|
||||
},
|
||||
{
|
||||
name: "David K.",
|
||||
role: "10th Grade",
|
||||
company: "Foundation Batch",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-gorgeous-young-mixed-race-brunette-lady-looking-away-with-mysterious-smile-as-if-flirting-with-someone-positive-human-facial-expressions-emotions-feelings-reaction-attitude_344912-1027.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena R.",
|
||||
role: "12th Science",
|
||||
company: "NEET Prep",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66651.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mark L.",
|
||||
role: "Parent",
|
||||
company: "B.Com Parent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-indian-businessman-student-sitting-with-pen_1262-17490.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Hear from Families"
|
||||
title="What Students Say"
|
||||
description="Join the thousands of families who trust Access Education Centre."
|
||||
testimonials={[
|
||||
{ name: "Sarah J.", role: "12th Grade Commerce", company: "Student", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-girl-standing-arms-crossed-light-gray-t-shirt-dark-grey-zip-front-hoodie-looking-cute_176474-18718.jpg" },
|
||||
{ name: "Michael D.", role: "Parent", company: "CA Foundation Parent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/little-girl-talking-with-someone-shirt-jacket-looking-hesitant-front-view_176474-88726.jpg" },
|
||||
{ name: "David K.", role: "10th Grade", company: "Foundation Batch", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-gorgeous-young-mixed-race-brunette-lady-looking-away-with-mysterious-smile-as-if-flirting-with-someone-positive-human-facial-expressions-emotions-feelings-reaction-attitude_344912-1027.jpg" },
|
||||
{ name: "Elena R.", role: "12th Science", company: "NEET Prep", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66651.jpg" },
|
||||
{ name: "Mark L.", role: "Parent", company: "B.Com Parent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-indian-businessman-student-sitting-with-pen_1262-17490.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTabbedAccordion
|
||||
tag="Common Questions"
|
||||
title="Everything You Need to Know"
|
||||
description="We are here to clear your doubts about your child's future."
|
||||
categories={[
|
||||
{
|
||||
name: "General",
|
||||
items: [
|
||||
{
|
||||
question: "What are the batch timings?",
|
||||
answer: "Flexible morning and evening batches.",
|
||||
},
|
||||
{
|
||||
question: "Do you offer online classes?",
|
||||
answer: "Yes, we have hybrid learning models.",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Common Questions"
|
||||
title="Everything You Need to Know"
|
||||
description="We are here to clear your doubts about your child's future."
|
||||
categories={[
|
||||
{
|
||||
name: "General", items: [
|
||||
{ question: "What are the batch timings?", answer: "Flexible morning and evening batches." },
|
||||
{ question: "Do you offer online classes?", answer: "Yes, we have hybrid learning models." }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Get Started"
|
||||
text="Start your journey towards academic excellence today."
|
||||
primaryButton={{
|
||||
text: "Book Free Counselling",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Call Us",
|
||||
href: "tel:1234567890",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Get Started"
|
||||
text="Start your journey towards academic excellence today."
|
||||
primaryButton={{ text: "Book Free Counselling", href: "#contact" }}
|
||||
secondaryButton={{ text: "Call Us", href: "tel:1234567890" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user