diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2ef9ab8..8eddb89 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,11 @@ export default function LandingPage() {
@@ -52,62 +41,16 @@ export default function LandingPage() {
@@ -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() {
@@ -240,13 +115,7 @@ export default function LandingPage() {