Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc8f7aa959 | |||
| 5dd3506740 | |||
| 2dc14a6a60 | |||
| 2f72bfa2b3 |
@@ -32,7 +32,6 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Intellectual Academy"
|
||||
@@ -41,16 +40,32 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitTestimonial
|
||||
background={{ variant: "gradient-bars" }}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Trusted Coaching Classes in Kalyan"
|
||||
description="Affordable, high-quality education since 2013. We focus on subject expertise, dedication, and intensive practice to ensure your success in JEE, NEET, and school exams."
|
||||
testimonials={[
|
||||
{ name: "Suresh M.", handle: "Parent", testimonial: "Excellent results and very affordable. My child improved significantly!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/a-high-quality-modern-photo-of-students--1774767646282-c9aa0044.png?_wi=1", imageAlt: "A high-quality, modern photo of students studying in a professional coaching environment." },
|
||||
{ name: "Riya P.", handle: "JEE Student", testimonial: "Dedicated staff and very personalized attention.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/professional-portraits-of-two-esteemed-e-1774767655632-255eb653.png?_wi=1", imageAlt: "Professional portraits of two esteemed educators." },
|
||||
{
|
||||
name: "Suresh M.", handle: "Parent", testimonial: "Excellent results and very affordable. My child improved significantly!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/a-high-quality-modern-photo-of-students--1774767646282-c9aa0044.png?_wi=1", imageAlt: "A high-quality, modern photo of students studying in a professional coaching environment. Bright, cl"},
|
||||
{
|
||||
name: "Riya P.", handle: "JEE Student", testimonial: "Dedicated staff and very personalized attention.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/professional-portraits-of-two-esteemed-e-1774767655632-255eb653.png?_wi=1", imageAlt: "Professional portraits of two esteemed educators in a warm, friendly office setting, representing th"},
|
||||
{
|
||||
name: "Anil K.", handle: "Parent", testimonial: "A landmark institution in Kalyan. Trustworthy and reliable.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/portrait-of-a-happy-parent-smiling-confi-1774767647216-c097b5da.png?_wi=1", imageAlt: "Portrait of a happy parent smiling confidently, looking towards the camera, high quality."},
|
||||
{
|
||||
name: "Priya S.", handle: "NEET Student", testimonial: "The practice sessions are intensive and really help with exam confidence.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/portrait-of-a-focused-student-looking-pr-1774767654014-38e1e14e.png?_wi=1", imageAlt: "Portrait of a focused student, looking prepared and confident, high quality."},
|
||||
{
|
||||
name: "Vikram D.", handle: "Parent", testimonial: "Highly professional environment. Best choice for competitive exams in Kalyan.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/portrait-of-a-grateful-student-high-qual-1774767663046-ab204c9c.png?_wi=1", imageAlt: "Portrait of a grateful student, high quality."},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:08655066404" },
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/918655066404" },
|
||||
{
|
||||
text: "Call Now", href: "tel:08655066404"},
|
||||
{
|
||||
text: "WhatsApp Us", href: "https://wa.me/918655066404"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/a-high-quality-modern-photo-of-students--1774767646282-c9aa0044.png?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -62,7 +77,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Building Academic Excellence Since 2013"
|
||||
description="Founded by Shri Saroj Majumdar & Shri Nalin Kumar Maurya, Intellectual Academy was started with just two students. Today, we are a leading landmark institution in Katemanivali, Kalyan, dedicated to providing high-quality education for all sections of society."
|
||||
buttons={[{ text: "Book Demo Class", href: "#contact" }]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Demo Class", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/professional-portraits-of-two-esteemed-e-1774767655632-255eb653.png?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,9 +91,15 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Expert JEE & NEET Coaching", description: "Specialized curriculum designed to crack competitive exams with ease.", bentoComponent: "reveal-icon", icon: BookOpen },
|
||||
{ title: "Personalized Attention", description: "Packed batches with focus on individual student needs and doubts.", bentoComponent: "reveal-icon", icon: Users },
|
||||
{ title: "Intensive Practice", description: "Regular tests and rigorous practice modules to build confidence.", bentoComponent: "reveal-icon", icon: Zap },
|
||||
{
|
||||
title: "Expert JEE & NEET Coaching", description: "Specialized curriculum designed to crack competitive exams with ease.", bentoComponent: "reveal-icon", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Personalized Attention", description: "Packed batches with focus on individual student needs and doubts.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Intensive Practice", description: "Regular tests and rigorous practice modules to build confidence.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Intellectual Academy?"
|
||||
description="We combine expertise and dedication to create an environment where students excel academically."
|
||||
@@ -86,8 +110,16 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sunita Rao", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/portrait-of-a-happy-parent-smiling-confi-1774767647216-c097b5da.png?_wi=2" },
|
||||
{ id: "2", name: "Rahul Verma", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/portrait-of-a-focused-student-looking-pr-1774767654014-38e1e14e.png?_wi=2" },
|
||||
{
|
||||
id: "1", name: "Sunita Rao", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/portrait-of-a-happy-parent-smiling-confi-1774767647216-c097b5da.png?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Rahul Verma", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/portrait-of-a-focused-student-looking-pr-1774767654014-38e1e14e.png?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Aditya Singh", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/portrait-of-a-grateful-student-high-qual-1774767663046-ab204c9c.png?_wi=2"},
|
||||
{
|
||||
id: "4", name: "Mrs. Patil", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/portrait-of-a-supportive-parent-high-qua-1774767656615-4b14ccfc.png"},
|
||||
{
|
||||
id: "5", name: "Amit Shah", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/portrait-of-a-happy-parent-smiling-confi-1774767647216-c097b5da.png?_wi=3"},
|
||||
]}
|
||||
cardTitle="What Our Students & Parents Say"
|
||||
cardTag="Testimonials"
|
||||
@@ -101,12 +133,20 @@ export default function LandingPage() {
|
||||
title="Book Your Free Demo Class"
|
||||
description="Join our next batch. Fill in your details below and we will get in touch with you."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Student Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "class", type: "text", placeholder: "Standard / Class", required: true },
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Student Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
{
|
||||
name: "class", type: "text", placeholder: "Standard / Class", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{ name: "exam", placeholder: "Exam Preparation (JEE/NEET/Other)", rows: 2 }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/a-stylized-clean-map-location-marker-on--1774767649496-c108de03.png?_wi=2"
|
||||
textarea={{
|
||||
name: "exam", placeholder: "Exam Preparation (JEE/NEET/Other)", rows: 2,
|
||||
}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/a-stylized-clean-map-location-marker-on--1774767649496-c108de03.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -115,7 +155,11 @@ export default function LandingPage() {
|
||||
<FooterCard
|
||||
logoText="Intellectual Academy"
|
||||
copyrightText="© 2026 Intellectual Academy | All rights reserved"
|
||||
socialLinks={[{ icon: MessageCircle, href: "https://wa.me/918655066404", ariaLabel: "WhatsApp" }]}
|
||||
socialLinks={[
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "https://wa.me/918655066404", ariaLabel: "WhatsApp"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user