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() {