Merge version_1 into main #2
210
src/app/page.tsx
210
src/app/page.tsx
@@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Star } from "lucide-react";
|
||||
import { Star, Zap, Award, User, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,26 +31,16 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Courses",
|
||||
id: "courses",
|
||||
},
|
||||
name: "Courses", id: "courses"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "results",
|
||||
},
|
||||
name: "Results", id: "results"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "#enroll",
|
||||
}}
|
||||
text: "Enroll Now", href: "#enroll"}}
|
||||
brandName="EduCoach Pro"
|
||||
/>
|
||||
</div>
|
||||
@@ -58,42 +48,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Score 90%+ Marks with Expert Guidance"
|
||||
description="Join our proven coaching program and achieve guaranteed academic success. Limited Seats – Next Batch Starts Soon."
|
||||
tag="Trusted by 500+ Students"
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#enroll",
|
||||
},
|
||||
text: "Enroll Now", href: "#enroll"},
|
||||
{
|
||||
text: "Book Free Demo",
|
||||
href: "#demo",
|
||||
},
|
||||
text: "Book Free Demo", href: "#demo"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg?_wi=1",
|
||||
imageAlt: "Student learning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg", imageAlt: "Student learning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg?_wi=1",
|
||||
imageAlt: "Student digital learning",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg?_wi=1",
|
||||
imageAlt: "Modern educational technology",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg?_wi=1",
|
||||
imageAlt: "Student success",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-66454.jpg?_wi=1",
|
||||
imageAlt: "Academic achiever",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg", imageAlt: "Student digital learning"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -109,31 +78,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Students Trained",
|
||||
items: [
|
||||
"Verified alumni",
|
||||
"Successful placement",
|
||||
],
|
||||
id: "m1", value: "500+", title: "Students Trained", items: [
|
||||
"Verified alumni", "Successful placement"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "95%",
|
||||
title: "Success Rate",
|
||||
items: [
|
||||
"Consistency in exams",
|
||||
"High marks guarantee",
|
||||
],
|
||||
id: "m2", value: "95%", title: "Success Rate", items: [
|
||||
"Consistency in exams", "High marks guarantee"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "20+",
|
||||
title: "Expert Tutors",
|
||||
items: [
|
||||
"Subject specialists",
|
||||
"Industry veterans",
|
||||
],
|
||||
id: "m3", value: "20+", title: "Expert Tutors", items: [
|
||||
"Subject specialists", "Industry veterans"],
|
||||
},
|
||||
]}
|
||||
title="Proven Track Record"
|
||||
@@ -149,41 +103,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "c1",
|
||||
name: "Class 10 Boards",
|
||||
price: "$499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg?_wi=2",
|
||||
},
|
||||
id: "c1", name: "Class 10 Boards", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg"},
|
||||
{
|
||||
id: "c2",
|
||||
name: "Class 12 Boards",
|
||||
price: "$599",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg?_wi=2",
|
||||
},
|
||||
id: "c2", name: "Class 12 Boards", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg"},
|
||||
{
|
||||
id: "c3",
|
||||
name: "Competitive Exams",
|
||||
price: "$799",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg?_wi=2",
|
||||
},
|
||||
id: "c3", name: "Competitive Exams", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg"},
|
||||
{
|
||||
id: "c4",
|
||||
name: "Foundations",
|
||||
price: "$399",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg?_wi=3",
|
||||
},
|
||||
id: "c4", name: "Foundations", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg"},
|
||||
{
|
||||
id: "c5",
|
||||
name: "Advanced Prep",
|
||||
price: "$699",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg?_wi=3",
|
||||
},
|
||||
id: "c5", name: "Advanced Prep", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg"},
|
||||
{
|
||||
id: "c6",
|
||||
name: "Crash Courses",
|
||||
price: "$299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg?_wi=3",
|
||||
},
|
||||
id: "c6", name: "Crash Courses", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg"},
|
||||
]}
|
||||
title="Our Specialized Courses"
|
||||
description="Comprehensive coaching programs designed for excellence."
|
||||
@@ -196,33 +126,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Experienced Teachers",
|
||||
description: "Learn from the best mentors in the industry.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg?_wi=2",
|
||||
imageAlt: "student digital learning tablet bright room",
|
||||
},
|
||||
title: "Experienced Teachers", description: "Learn from the best mentors in the industry.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg", imageAlt: "student digital learning tablet bright room"},
|
||||
{
|
||||
title: "Proven Results",
|
||||
description: "Consistent high rankings year over year.",
|
||||
buttonIcon: "Award",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg?_wi=4",
|
||||
imageAlt: "education books class 10 boards",
|
||||
},
|
||||
title: "Proven Results", description: "Consistent high rankings year over year.", buttonIcon: Award,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slate-front-stacks-books_23-2147690520.jpg", imageAlt: "education books class 10 boards"},
|
||||
{
|
||||
title: "Personal Attention",
|
||||
description: "Small batches for individual growth.",
|
||||
buttonIcon: "User",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg?_wi=4",
|
||||
imageAlt: "science books class 12 boards",
|
||||
},
|
||||
title: "Personal Attention", description: "Small batches for individual growth.", buttonIcon: User,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-person-frame_23-2149001149.jpg", imageAlt: "science books class 12 boards"},
|
||||
{
|
||||
title: "Weekly Tests",
|
||||
description: "Regular assessment to track your progress.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg?_wi=4",
|
||||
imageAlt: "competitive exam preparation books",
|
||||
},
|
||||
title: "Weekly Tests", description: "Regular assessment to track your progress.", buttonIcon: CheckCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-student-boy-sitting-desk-with-school-tools-showing-yes-gesture-isolated-yellow-wall_141793-78126.jpg", imageAlt: "competitive exam preparation books"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We prioritize student success through structured learning paths."
|
||||
@@ -236,40 +150,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Topper Class 10",
|
||||
testimonial: "The guidance I received here was life-changing. 98% in boards!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-66454.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Topper Class 10", testimonial: "The guidance I received here was life-changing. 98% in boards!", imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-66454.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
role: "Competitive Exam",
|
||||
testimonial: "Structured tests really helped me stay focused. I'm fully prepared.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg?_wi=1",
|
||||
},
|
||||
id: "t2", name: "Mark D.", role: "Competitive Exam", testimonial: "Structured tests really helped me stay focused. I'm fully prepared.", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
role: "Topper Class 12",
|
||||
testimonial: "Small batches allowed me to clear doubts easily. Excellent faculty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-female-student-wearing-glasses-bandana-headphones-around-neck-standing-profile-view-holding-note-pads-with-both-hands-looking-camera-isolated-olive-green-background_141793-135028.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", role: "Topper Class 12", testimonial: "Small batches allowed me to clear doubts easily. Excellent faculty.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-female-student-wearing-glasses-bandana-headphones-around-neck-standing-profile-view-holding-note-pads-with-both-hands-looking-camera-isolated-olive-green-background_141793-135028.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
role: "Student",
|
||||
testimonial: "The demo class convinced me, and I haven't looked back since.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-66454.jpg?_wi=3",
|
||||
},
|
||||
id: "t4", name: "David K.", role: "Student", testimonial: "The demo class convinced me, and I haven't looked back since.", imageSrc: "http://img.b2bpic.net/free-photo/sad-teenage-girl-with-book-her-hands-emotion-concept_169016-66454.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jane W.",
|
||||
role: "Topper",
|
||||
testimonial: "Everything is organized and clear. Best coaching experience!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Jane W.", role: "Topper", testimonial: "Everything is organized and clear. Best coaching experience!", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg"},
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
description="Hear what our toppers have to say about their journey."
|
||||
@@ -280,8 +169,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Free Trial"
|
||||
title="Try Before You Join"
|
||||
description="Book a free demo class and experience our teaching methods firsthand."
|
||||
@@ -291,33 +179,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-girl-with-laptop_23-2149014095.jpg"
|
||||
logoText="EduCoach Pro"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Results",
|
||||
href: "#results",
|
||||
},
|
||||
label: "Results", href: "#results"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "WhatsApp Support",
|
||||
href: "https://wa.me/1234567890",
|
||||
},
|
||||
label: "WhatsApp Support", href: "https://wa.me/1234567890"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user