2 Commits

Author SHA1 Message Date
7a7bff224b Merge version_2 into main
Merge version_2 into main
2026-04-21 16:39:52 +00:00
0b01728ad1 Update src/app/page.tsx 2026-04-21 16:39:48 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Courses", name: "Courses", id: "products"},
id: "products",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="EduCentre" brandName="EduCentre"
/> />
@@ -59,39 +51,23 @@ export default function LandingPage() {
description="Your premier education centre for lifelong learning, professional development, and academic success." description="Your premier education centre for lifelong learning, professional development, and academic success."
buttons={[ buttons={[
{ {
text: "Enroll Now", text: "Enroll Now", href: "#products"},
href: "#products",
},
{ {
text: "Contact Us", text: "Contact Us", href: "#contact"},
href: "#contact",
},
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3259.jpg", imageSrc: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3259.jpg", imageAlt: "education background modern school"},
imageAlt: "education background modern school",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3188.jpg", imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3188.jpg", imageAlt: "education background modern school"},
imageAlt: "education background modern school",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19430.jpg", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19430.jpg", imageAlt: "education background modern school"},
imageAlt: "education background modern school",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg", imageSrc: "http://img.b2bpic.net/free-photo/water-dwelling_1127-3260.jpg", imageAlt: "education background modern school"},
imageAlt: "education background modern school",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/city-building_23-2148107104.jpg", imageSrc: "http://img.b2bpic.net/free-photo/city-building_23-2148107104.jpg", imageAlt: "education background modern school"},
imageAlt: "education background modern school",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257236.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257236.jpg", imageAlt: "education background modern school"},
imageAlt: "education background modern school",
},
]} ]}
/> />
</div> </div>
@@ -116,38 +92,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "1", id: "1", title: "Personalized Learning", author: "Expert Team", description: "Custom pathways designed for every individual student needs.", tags: [
title: "Personalized Learning", "Tailored", "Growth"],
author: "Expert Team", imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-kids-using-vr-headsets-having-fun_74855-16426.jpg"},
description: "Custom pathways designed for every individual student needs.",
tags: [
"Tailored",
"Growth",
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-little-kids-using-vr-headsets-having-fun_74855-16426.jpg",
},
{ {
id: "2", id: "2", title: "Expert Educators", author: "Industry Leaders", description: "Learn from the best in the field of education.", tags: [
title: "Expert Educators", "Mentors", "Expertise"],
author: "Industry Leaders", imageSrc: "http://img.b2bpic.net/free-photo/kids-disinfecting-their-hands-classroom_23-2148925450.jpg"},
description: "Learn from the best in the field of education.",
tags: [
"Mentors",
"Expertise",
],
imageSrc: "http://img.b2bpic.net/free-photo/kids-disinfecting-their-hands-classroom_23-2148925450.jpg",
},
{ {
id: "3", id: "3", title: "Modern Facilities", author: "Infrastructure", description: "Cutting-edge tools and space for your development.", tags: [
title: "Modern Facilities", "Facilities", "Tech"],
author: "Infrastructure", imageSrc: "http://img.b2bpic.net/free-photo/colorful-stationery-apple-laid-random-way_23-2147847408.jpg"},
description: "Cutting-edge tools and space for your development.",
tags: [
"Facilities",
"Tech",
],
imageSrc: "http://img.b2bpic.net/free-photo/colorful-stationery-apple-laid-random-way_23-2147847408.jpg",
},
]} ]}
title="Why Choose EduCentre" title="Why Choose EduCentre"
description="We provide tools for your lifelong success." description="We provide tools for your lifelong success."
@@ -161,31 +116,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "2000+", title: "Graduates", items: [
value: "2000+", "Success Stories", "Ready for Workforce"],
title: "Graduates",
items: [
"Success Stories",
"Ready for Workforce",
],
}, },
{ {
id: "2", id: "2", value: "150+", title: "Courses", items: [
value: "150+", "Diverse Curriculum", "Skill Building"],
title: "Courses",
items: [
"Diverse Curriculum",
"Skill Building",
],
}, },
{ {
id: "3", id: "3", value: "98%", title: "Satisfaction", items: [
value: "98%", "Quality Assurance", "Happy Learners"],
title: "Satisfaction",
items: [
"Quality Assurance",
"Happy Learners",
],
}, },
]} ]}
title="By The Numbers" title="By The Numbers"
@@ -201,41 +141,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", name: "Intro to Data Science", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/paper-paint-near-coffee_23-2147823733.jpg"},
name: "Intro to Data Science",
price: "$499",
imageSrc: "http://img.b2bpic.net/free-photo/paper-paint-near-coffee_23-2147823733.jpg",
},
{ {
id: "2", id: "2", name: "Graphic Design Pro", price: "$699", imageSrc: "http://img.b2bpic.net/free-vector/duotone-modern-school-bartending-certificate-template_742173-5133.jpg"},
name: "Graphic Design Pro",
price: "$699",
imageSrc: "http://img.b2bpic.net/free-vector/duotone-modern-school-bartending-certificate-template_742173-5133.jpg",
},
{ {
id: "3", id: "3", name: "Cloud Computing 101", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/science-study-chemical-test-tube-experiment-laboratory-graphic_53876-123986.jpg"},
name: "Cloud Computing 101",
price: "$899",
imageSrc: "http://img.b2bpic.net/free-photo/science-study-chemical-test-tube-experiment-laboratory-graphic_53876-123986.jpg",
},
{ {
id: "4", id: "4", name: "Digital Marketing", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/empty-art-studio-with-nobody-it-is-ready-painting-lesson-art-studio-modern-atelier-with-vase-chair-using-imagination-professional-sketch-tools-table-concept-creativity_482257-30104.jpg"},
name: "Digital Marketing",
price: "$399",
imageSrc: "http://img.b2bpic.net/free-photo/empty-art-studio-with-nobody-it-is-ready-painting-lesson-art-studio-modern-atelier-with-vase-chair-using-imagination-professional-sketch-tools-table-concept-creativity_482257-30104.jpg",
},
{ {
id: "5", id: "5", name: "Biology Advanced", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/top-view-microscope-notebook_23-2148785091.jpg"},
name: "Biology Advanced",
price: "$799",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-microscope-notebook_23-2148785091.jpg",
},
{ {
id: "6", id: "6", name: "Language Proficiency", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cubes-with-educate-inscription_23-2148030931.jpg"},
name: "Language Proficiency",
price: "$299",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cubes-with-educate-inscription_23-2148030931.jpg",
},
]} ]}
title="Our Courses" title="Our Courses"
description="Discover a wide range of programs tailored for every career and skill path." description="Discover a wide range of programs tailored for every career and skill path."
@@ -249,54 +165,27 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic", id: "basic", badge: "Beginner", price: "$99", subtitle: "Single Course Access", features: [
badge: "Beginner", "Full course access", "Community access", "Standard support"],
price: "$99",
subtitle: "Single Course Access",
features: [
"Full course access",
"Community access",
"Standard support",
],
buttons: [ buttons: [
{ {
text: "Start Learning", text: "Start Learning", href: "#"},
href: "#",
},
], ],
}, },
{ {
id: "pro", id: "pro", badge: "Professional", price: "$299", subtitle: "Full Membership", features: [
badge: "Professional", "All courses", "1-on-1 mentorship", "Career support"],
price: "$299",
subtitle: "Full Membership",
features: [
"All courses",
"1-on-1 mentorship",
"Career support",
],
buttons: [ buttons: [
{ {
text: "Upgrade Now", text: "Upgrade Now", href: "#"},
href: "#",
},
], ],
}, },
{ {
id: "enterprise", id: "enterprise", badge: "Advanced", price: "$499", subtitle: "Academic Partner", features: [
badge: "Advanced", "All courses", "Certificate programs", "Priority support"],
price: "$499",
subtitle: "Academic Partner",
features: [
"All courses",
"Certificate programs",
"Priority support",
],
buttons: [ buttons: [
{ {
text: "Get Started", text: "Get Started", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -313,45 +202,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah J.", role: "Graduate", company: "Tech Corp", rating: 5,
name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-schoolgirl-yellow-blue-background_23-2148203818.jpg"},
role: "Graduate",
company: "Tech Corp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-schoolgirl-yellow-blue-background_23-2148203818.jpg",
},
{ {
id: "2", id: "2", name: "Mark D.", role: "Professional", company: "Design Studio", rating: 5,
name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-laptop_23-2149915909.jpg"},
role: "Professional",
company: "Design Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-laptop_23-2149915909.jpg",
},
{ {
id: "3", id: "3", name: "Emily R.", role: "Student", company: "University", rating: 5,
name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg"},
role: "Student",
company: "University",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg",
},
{ {
id: "4", id: "4", name: "Robert B.", role: "Senior Developer", company: "Tech Startup", rating: 5,
name: "Robert B.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-learning-with-laptop_23-2149204730.jpg"},
role: "Senior Developer",
company: "Tech Startup",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-learning-with-laptop_23-2149204730.jpg",
},
{ {
id: "5", id: "5", name: "Jessica L.", role: "Graphic Artist", company: "Media Inc", rating: 5,
name: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-biting-bronze-medal_23-2149351769.jpg"},
role: "Graphic Artist",
company: "Media Inc",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-biting-bronze-medal_23-2149351769.jpg",
},
]} ]}
title="Our Community" title="Our Community"
description="What our students say about us." description="What our students say about us."
@@ -362,11 +226,10 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "animated-grid", variant: "animated-grid"}}
}} tag="Contact Us"
tag="Get in touch" title="Visit or Reach Out"
title="Enroll Today" description="Located at 123 Education Lane, Learning City. We are open Monday to Friday, 9:00 AM - 6:00 PM. Have questions? Send us a message below!"
description="Start your journey with us today. Reach out if you have questions."
imageSrc="http://img.b2bpic.net/free-photo/office-rest-room-with-sofa-coffee-table_1262-3580.jpg" imageSrc="http://img.b2bpic.net/free-photo/office-rest-room-with-sofa-coffee-table_1262-3580.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
@@ -378,50 +241,22 @@ export default function LandingPage() {
columns={[ columns={[
{ {
items: [ items: [
{ { label: "123 Education Lane, Learning City" },
label: "About", { label: "info@educentre.com" },
href: "#about", { label: "+1 (555) 123-4567" },
},
{
label: "Courses",
href: "#products",
},
{
label: "Testimonials",
href: "#testimonials",
},
], ],
}, },
{ {
items: [ items: [
{ { label: "Mon - Fri: 9am - 6pm" },
label: "Privacy Policy", { label: "Sat: By Appointment" },
href: "#", { label: "Sun: Closed" },
},
{
label: "Terms of Use",
href: "#",
},
{
label: "FAQs",
href: "#",
},
], ],
}, },
{ {
items: [ items: [
{ { label: "Privacy Policy", href: "#" },
label: "Twitter", { label: "Terms of Service", href: "#" },
href: "https://twitter.com",
},
{
label: "Instagram",
href: "https://instagram.com",
},
{
label: "LinkedIn",
href: "https://linkedin.com",
},
], ],
}, },
]} ]}
@@ -431,4 +266,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }