Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1562fed0b0 | |||
| e062d00ce5 | |||
| a63d3a4251 |
@@ -58,6 +58,25 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="heroSplitDualMedia" data-section="heroSplitDualMedia">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Why Choose Our Expert Coaching?"
|
||||
description="Experience personalized learning with our state-of-the-art facilities and dedicated faculty. We focus on concept clarity and building strong fundamentals for lasting success."
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Schedule Demo Class", href: "#contact" },
|
||||
{ text: "Learn More" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="reverse"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pile-books-floor_23-2147767416.jpg?_wi=1"
|
||||
imageAlt="Educational resources and materials"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="browser"
|
||||
ariaLabel="Hero Split Dual Media section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
title="Why Choose Study House Coaching?"
|
||||
@@ -71,7 +90,7 @@ export default function LandingPage() {
|
||||
{ value: "95%", title: "Pass Rate" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pile-books-floor_23-2147767416.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pile-books-floor_23-2147767416.jpg?_wi=2"
|
||||
imageAlt="Educational books and materials"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -108,6 +127,25 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="billboardCarousel" data-section="billboardCarousel">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Success Stories & Testimonials"
|
||||
description="Our students have achieved remarkable results through dedicated guidance and personalized attention. See the transformation our coaching brings to every learner."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "View All Success Stories", href: "#testimonial" },
|
||||
{ text: "Start Your Journey" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg?_wi=1"
|
||||
imageAlt="Successful students in classroom"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
ariaLabel="Billboard Carousel section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardSix
|
||||
title="Meet Our Expert Faculty"
|
||||
@@ -116,7 +154,7 @@ export default function LandingPage() {
|
||||
tagIcon={Users}
|
||||
tagAnimation="blur-reveal"
|
||||
members={[
|
||||
{ id: "sachin", name: "Sachin Sir", role: "Mathematics Expert (10+ years)", imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", imageAlt: "Sachin Sir - Mathematics Expert" },
|
||||
{ id: "sachin", name: "Sachin Sir", role: "Mathematics Expert (10+ years)", imageSrc: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg?_wi=2", imageAlt: "Sachin Sir - Mathematics Expert" },
|
||||
{ id: "prabhu", name: "Prabhu Sir", role: "English & Language Specialist (8+ years)", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-holding-jacket-shoulder_1262-3853.jpg", imageAlt: "Prabhu Sir - English Specialist" },
|
||||
{ id: "amit", name: "Dr. Amit", role: "Science Faculty (9+ years)", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-female-student-smiling-holding-books-college_176420-12452.jpg?_wi=1", imageAlt: "Dr. Amit - Science Faculty" },
|
||||
{ id: "priya", name: "Priya Ma'am", role: "Science Coordinator (7+ years)", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg?_wi=1", imageAlt: "Priya Ma'am - Science Coordinator" }
|
||||
|
||||
Reference in New Issue
Block a user