From 3ca2cba1ab1e47e50c18f46fd815452c9372a25d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:01:43 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 155 +++++++++++------------------------------------ 1 file changed, 34 insertions(+), 121 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ef9ab8..1bae55c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -136,28 +92,13 @@ export default function LandingPage() { 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: "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, - 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: "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, - 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: "Intensive Practice", description: "Regular tests and rigorous practice modules to build confidence.", bentoComponent: "reveal-icon", icon: Zap, }, ]} title="Why Choose Intellectual Academy?" @@ -170,30 +111,15 @@ export default function LandingPage() { 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: "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"}, { - 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: "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"}, { - 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: "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"}, { - 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: "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", - }, + 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"}, ]} cardTitle="What Our Students & Parents Say" cardTag="Testimonials" @@ -208,30 +134,19 @@ export default function LandingPage() { 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: "name", type: "text", placeholder: "Student Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, { - name: "class", - type: "text", - placeholder: "Standard / Class", - required: true, + name: "class", type: "text", placeholder: "Standard / Class", required: true, }, ]} textarea={{ - name: "exam", - placeholder: "Exam Preparation (JEE/NEET/Other)", - rows: 2, + 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" + 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" /> @@ -243,9 +158,7 @@ export default function LandingPage() { socialLinks={[ { icon: MessageCircle, - href: "https://wa.me/918655066404", - ariaLabel: "WhatsApp", - }, + href: "https://wa.me/918655066404", ariaLabel: "WhatsApp"}, ]} /> -- 2.49.1 From 79be55720f15eaca83441e839d93ec07bbaa9b26 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:03:43 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bae55c..6b4c0ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,19 +47,19 @@ export default function LandingPage() { 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", imageAlt: "A high-quality, modern photo of students studying in a professional coaching environment. Bright, cl"}, + 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", imageAlt: "Professional portraits of two esteemed educators in a warm, friendly office setting, representing th"}, + 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", imageAlt: "Portrait of a happy parent smiling confidently, looking towards the camera, high quality."}, + 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", imageAlt: "Portrait of a focused student, looking prepared and confident, high quality."}, + 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", imageAlt: "Portrait of a grateful student, high quality."}, + 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={[ { @@ -67,7 +67,7 @@ export default function LandingPage() { { 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" + 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" /> @@ -81,7 +81,7 @@ export default function LandingPage() { { 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" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BbpNGH1dHlRAOJfZGWD1efVvLD/professional-portraits-of-two-esteemed-e-1774767655632-255eb653.png?_wi=2" /> @@ -111,15 +111,15 @@ export default function LandingPage() { 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"}, + 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"}, + 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"}, + 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"}, + 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" -- 2.49.1