Update src/app/page.tsx
This commit is contained in:
237
src/app/page.tsx
237
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() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Curriculum",
|
||||
id: "#curriculum",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#metrics",
|
||||
},
|
||||
{
|
||||
name: "Plans",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{ name: "Curriculum", id: "curriculum" },
|
||||
{ name: "Results", id: "metrics" },
|
||||
{ name: "Plans", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
]}
|
||||
brandName="PrepElite"
|
||||
/>
|
||||
@@ -55,81 +44,50 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Master JEE & IPE with Elite Guidance"
|
||||
description="Premium preparation pathways designed for top rankers. Elevate your performance with world-class curriculum, adaptive testing, and expert faculty support."
|
||||
kpis={[
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Students Enrolled",
|
||||
},
|
||||
value: "10k+", label: "Students Enrolled"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Success Rate",
|
||||
},
|
||||
value: "98%", label: "Success Rate"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Top Rankers",
|
||||
},
|
||||
value: "500+", label: "Top Rankers"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Learning",
|
||||
href: "#curriculum",
|
||||
},
|
||||
text: "Start Learning", href: "#curriculum"},
|
||||
{
|
||||
text: "Book Demo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Demo", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-41666.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/employee-looking-business-analytics_482257-115272.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/employee-looking-business-analytics_482257-115272.jpg", alt: "Student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-queer-model-working-with-laptop_23-2150325355.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-queer-model-working-with-laptop_23-2150325355.jpg", alt: "Student 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/students-using-tablets-classroom-interactive-learning_23-2151977875.jpg",
|
||||
alt: "Student 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/students-using-tablets-classroom-interactive-learning_23-2151977875.jpg", alt: "Student 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/students-doing-homework-park_53876-42624.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/students-doing-homework-park_53876-42624.jpg", alt: "Student 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-smiling-with-both-fingeres-cros_1298-279.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-smiling-with-both-fingeres-cros_1298-279.jpg", alt: "Student 5"},
|
||||
]}
|
||||
avatarText="Join 10,000+ successful alumni"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "JEE Advanced Excellence",
|
||||
},
|
||||
type: "text", text: "JEE Advanced Excellence"},
|
||||
{
|
||||
type: "text",
|
||||
text: "IPE Top Scores",
|
||||
},
|
||||
type: "text", text: "IPE Top Scores"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Adaptive AI Learning",
|
||||
},
|
||||
type: "text", text: "Adaptive AI Learning"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Faculty Mentors",
|
||||
},
|
||||
type: "text", text: "Expert Faculty Mentors"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Proven Success Paths",
|
||||
},
|
||||
type: "text", text: "Proven Success Paths"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,9 +98,7 @@ export default function LandingPage() {
|
||||
title="Unrivaled Excellence in Academic Preparation"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Ready to Start Your Success Journey?"
|
||||
description="Enroll today and join thousands of students preparing for their future with our premium guidance."
|
||||
@@ -370,13 +235,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="PrepElite"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user