From 2dc14a6a6002918787032fb7eaf2e98f8a84d1eb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:03:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 84 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 64 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8eddb89..1bae55c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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,18 +40,34 @@ export default function LandingPage() {
@@ -62,8 +77,11 @@ 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" }]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/professional-portraits-of-two-esteemed-e-1774767655632-255eb653.png?_wi=2" + 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" /> @@ -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() { @@ -115,7 +155,11 @@ export default function LandingPage() {