diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bcfc4b..32f1475 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, BookOpen, BrainCircuit, GraduationCap } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -31,22 +32,10 @@ export default function LandingPage() {
@@ -153,28 +109,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "JEE Main Coaching", - description: "Structured modules for advanced problem solving and analytical thinking.", - imageSrc: "http://img.b2bpic.net/free-photo/blackboard-inscribed-with-scientific-formulas-calculations_1150-19412.jpg", - buttonIcon: "Zap", + title: "JEE Main Coaching", description: "Structured modules for advanced problem solving and analytical thinking.", imageSrc: "http://img.b2bpic.net/free-photo/blackboard-inscribed-with-scientific-formulas-calculations_1150-19412.jpg", buttonIcon: Zap, }, { - title: "IPE Foundation", - description: "Rigorous academic foundation to ace board examinations with confidence.", - imageSrc: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg", - buttonIcon: "BookOpen", + title: "IPE Foundation", description: "Rigorous academic foundation to ace board examinations with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg", buttonIcon: BookOpen, }, { - title: "AI Mock Testing", - description: "Real-time feedback and performance analytics to identify and bridge knowledge gaps.", - imageSrc: "http://img.b2bpic.net/free-photo/working-with-financial-documents_1098-21585.jpg", - buttonIcon: "BrainCircuit", + title: "AI Mock Testing", description: "Real-time feedback and performance analytics to identify and bridge knowledge gaps.", imageSrc: "http://img.b2bpic.net/free-photo/working-with-financial-documents_1098-21585.jpg", buttonIcon: BrainCircuit, }, { - title: "Expert Faculty", - description: "Direct guidance from seasoned professionals who have mentored hundreds of toppers.", - imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg", - buttonIcon: "GraduationCap", + title: "Expert Faculty", description: "Direct guidance from seasoned professionals who have mentored hundreds of toppers.", imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-optimizing-kpis-with-colleagues-videocall_482257-91847.jpg", buttonIcon: GraduationCap, }, ]} title="Comprehensive Academic Programs" @@ -189,26 +133,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "10,000+", - title: "Active Enrollments", - description: "Students currently mastering concepts.", - imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062207.jpg", - }, + id: "m1", value: "10,000+", title: "Active Enrollments", description: "Students currently mastering concepts.", imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062207.jpg"}, { - id: "m2", - value: "98%", - title: "Exam Success", - description: "Consistently achieving top scores.", - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-looking-stock-market-statistics-tablet-developing-business-project-women-analyzing-sales-investment-growth-with-financial-graphics-digital-device-close-up_482257-35450.jpg", - }, + id: "m2", value: "98%", title: "Exam Success", description: "Consistently achieving top scores.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-looking-stock-market-statistics-tablet-developing-business-project-women-analyzing-sales-investment-growth-with-financial-graphics-digital-device-close-up_482257-35450.jpg"}, { - id: "m3", - value: "500+", - title: "Top Rankers", - description: "Produced successful alumni annually.", - imageSrc: "http://img.b2bpic.net/free-photo/paper-handicraft-mock-up-computer-laptop-stationery-yellow-background_53876-163285.jpg", - }, + id: "m3", value: "500+", title: "Top Rankers", description: "Produced successful alumni annually.", imageSrc: "http://img.b2bpic.net/free-photo/paper-handicraft-mock-up-computer-laptop-stationery-yellow-background_53876-163285.jpg"}, ]} title="Proven Academic Outcomes" description="Our results speak for themselves. We provide the tools necessary to unlock your academic potential." @@ -222,57 +151,28 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - badge: "Essential", - price: "$499/yr", - subtitle: "Perfect for foundation building.", - buttons: [ + id: "basic", badge: "Essential", price: "$499/yr", subtitle: "Perfect for foundation building.", buttons: [ { - text: "Subscribe", - href: "#", - }, + text: "Subscribe", href: "#"}, ], features: [ - "Core JEE Syllabus", - "Weekly IPE Revision", - "Standard Mock Tests", - ], + "Core JEE Syllabus", "Weekly IPE Revision", "Standard Mock Tests"], }, { - id: "pro", - badge: "Elite", - price: "$999/yr", - subtitle: "Comprehensive top-rank preparation.", - buttons: [ + id: "pro", badge: "Elite", price: "$999/yr", subtitle: "Comprehensive top-rank preparation.", buttons: [ { - text: "Subscribe", - href: "#", - }, + text: "Subscribe", href: "#"}, ], features: [ - "Advanced JEE Modules", - "1-on-1 Mentorship", - "Adaptive Mock Testing", - "Full IPE Support", - ], + "Advanced JEE Modules", "1-on-1 Mentorship", "Adaptive Mock Testing", "Full IPE Support"], }, { - id: "ultimate", - badge: "Ultimate", - price: "$1,499/yr", - subtitle: "All-inclusive premium guidance.", - buttons: [ + id: "ultimate", badge: "Ultimate", price: "$1,499/yr", subtitle: "All-inclusive premium guidance.", buttons: [ { - text: "Subscribe", - href: "#", - }, + text: "Subscribe", href: "#"}, ], features: [ - "Full JEE + IPE Program", - "Dedicated Tutor Support", - "Exclusive Strategy Sessions", - "Priority Testing Access", - ], + "Full JEE + IPE Program", "Dedicated Tutor Support", "Exclusive Strategy Sessions", "Priority Testing Access"], }, ]} title="Flexible Success Plans" @@ -287,40 +187,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Ananya Reddy", - handle: "@ananyar", - testimonial: "The JEE structure here transformed my approach. Highly recommended for rankers.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-clever-boy-with-graduation-cap_1098-1109.jpg", - }, + id: "t1", name: "Ananya Reddy", handle: "@ananyar", testimonial: "The JEE structure here transformed my approach. Highly recommended for rankers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clever-boy-with-graduation-cap_1098-1109.jpg"}, { - id: "t2", - name: "Vikram Singh", - handle: "@vikrams", - testimonial: "IPE foundation is solid, but the JEE guidance is where this platform truly shines.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-throwing-up-mortarboard_23-2147745775.jpg", - }, + id: "t2", name: "Vikram Singh", handle: "@vikrams", testimonial: "IPE foundation is solid, but the JEE guidance is where this platform truly shines.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-throwing-up-mortarboard_23-2147745775.jpg"}, { - id: "t3", - name: "Sarah Mehta", - handle: "@sarahm", - testimonial: "The AI testing tool helped me pinpoint my weak math areas. Absolute game changer.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-papers_23-2149647836.jpg", - }, + id: "t3", name: "Sarah Mehta", handle: "@sarahm", testimonial: "The AI testing tool helped me pinpoint my weak math areas. Absolute game changer.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-papers_23-2149647836.jpg"}, { - id: "t4", - name: "Rohan Gupta", - handle: "@rohang", - testimonial: "Mentors here don't just teach, they strategize. My rank improved significantly.", - imageSrc: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg", - }, + id: "t4", name: "Rohan Gupta", handle: "@rohang", testimonial: "Mentors here don't just teach, they strategize. My rank improved significantly.", imageSrc: "http://img.b2bpic.net/free-photo/smart-looking-teacher_53876-23045.jpg"}, { - id: "t5", - name: "Deepika P", - handle: "@deepikap", - testimonial: "Best platform for IPE and JEE hybrid prep. Excellent faculty and support system.", - imageSrc: "http://img.b2bpic.net/free-photo/graduated-man-red-cape-holding-diploma-throwing-his-cap-happy-excited-standing-green-wall_141793-52222.jpg", - }, + id: "t5", name: "Deepika P", handle: "@deepikap", testimonial: "Best platform for IPE and JEE hybrid prep. Excellent faculty and support system.", imageSrc: "http://img.b2bpic.net/free-photo/graduated-man-red-cape-holding-diploma-throwing-his-cap-happy-excited-standing-green-wall_141793-52222.jpg"}, ]} title="Voices of Success" description="Hear what our successful students have to say about their PrepElite experience." @@ -332,20 +207,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "How does the AI Mock testing help?", - content: "Our AI tracks performance and suggests targeted modules to fill your specific knowledge gaps.", - }, + id: "f1", title: "How does the AI Mock testing help?", content: "Our AI tracks performance and suggests targeted modules to fill your specific knowledge gaps."}, { - id: "f2", - title: "Do you offer IPE specific classes?", - content: "Yes, we have dedicated IPE modules aligned with state board curricula.", - }, + id: "f2", title: "Do you offer IPE specific classes?", content: "Yes, we have dedicated IPE modules aligned with state board curricula."}, { - id: "f3", - title: "Is there 1-on-1 doubt clearing?", - content: "Pro and Ultimate plans include dedicated mentorship sessions for personalized doubt clearing.", - }, + id: "f3", title: "Is there 1-on-1 doubt clearing?", content: "Pro and Ultimate plans include dedicated mentorship sessions for personalized doubt clearing."}, ]} sideTitle="Frequently Asked Questions" faqsAnimation="slide-up" @@ -356,8 +222,7 @@ export default function LandingPage() {