Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 279483df88 | |||
| 32224087f8 | |||
| 204b39ac35 |
173
src/app/page.tsx
173
src/app/page.tsx
@@ -29,22 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Intellectual Academy"
|
||||
/>
|
||||
@@ -52,62 +41,16 @@ 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. 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.",
|
||||
},
|
||||
{ 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." },
|
||||
]}
|
||||
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"
|
||||
@@ -119,12 +62,7 @@ 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>
|
||||
@@ -135,30 +73,9 @@ 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,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/portrait-of-a-supportive-parent-high-qua-1774767656615-4b14ccfc.png?_wi=1",
|
||||
imageAlt: "Portrait of a supportive parent, high quality.",
|
||||
},
|
||||
{
|
||||
title: "Personalized Attention",
|
||||
description: "Packed batches with focus on individual student needs and doubts.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/a-stylized-clean-map-location-marker-on--1774767649496-c108de03.png?_wi=1",
|
||||
imageAlt: "A stylized, clean map location marker on a professional business background, representing an educati",
|
||||
},
|
||||
{
|
||||
title: "Intensive Practice",
|
||||
description: "Regular tests and rigorous practice modules to build confidence.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/a-high-quality-modern-photo-of-students--1774767646282-c9aa0044.png?_wi=3",
|
||||
imageAlt: "A high-quality, modern photo of students studying in a professional coaching environment. Bright, cl",
|
||||
},
|
||||
{ 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."
|
||||
@@ -169,31 +86,8 @@ 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: "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?_wi=2",
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
{ 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" },
|
||||
]}
|
||||
cardTitle="What Our Students & Parents Say"
|
||||
cardTag="Testimonials"
|
||||
@@ -207,30 +101,11 @@ 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,
|
||||
}}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -240,13 +115,7 @@ 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>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--card: #714444;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user