Update src/app/page.tsx

This commit is contained in:
2026-03-03 05:37:23 +00:00
parent 4f0eddb2bb
commit 4bb6ceda26

View File

@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Courses", href: "/courses" },
{ label: "Features", href: "/" },
{ label: "Pricing", href: "/" },
@@ -31,8 +30,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/" },
{ label: "Press", href: "/" },
@@ -40,8 +38,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "/" },
{ label: "Community", href: "/" },
{ label: "FAQ", href: "/" },
@@ -49,8 +46,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cookie Policy", href: "/" },
@@ -66,7 +62,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -77,9 +73,7 @@ export default function HomePage() {
brandName="EduPulse"
navItems={navItems}
button={{
text: "Start Learning",
href: "/courses",
}}
text: "Start Learning", href: "/courses"}}
/>
</div>
@@ -87,7 +81,7 @@ export default function HomePage() {
<HeroSplitKpi
title="Learn Like Never Before"
description="Experience education reimagined with cutting-edge 3D interactions, personalized learning paths, and world-class instructors. Join thousands of students transforming their futures."
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "50K+", label: "Active Learners" },
{ value: "200+", label: "Expert Courses" },
@@ -119,36 +113,24 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Immersive 3D Lessons",
description: "Experience lessons with stunning 3D visualizations that bring complex concepts to life. Our advanced rendering technology makes learning engaging and memorable.",
phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-phone-screen-mockup-displaying-a--1772516017856-ae838b84.png?_wi=1",
},
title: "Immersive 3D Lessons", description: "Experience lessons with stunning 3D visualizations that bring complex concepts to life. Our advanced rendering technology makes learning engaging and memorable.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-phone-screen-mockup-displaying-a--1772516017856-ae838b84.png"},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-phone-screen-showing-a-different--1772516018013-83d0e8e9.png?_wi=1",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-phone-screen-showing-a-different--1772516018013-83d0e8e9.png"},
},
{
id: 2,
title: "AI-Powered Learning Paths",
description: "Personalized curriculum that adapts to your learning style and pace. Our intelligent system recommends content tailored specifically to your goals.",
phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-interface-displaying-an-ai-genera-1772516019479-df57d56b.png?_wi=1",
},
title: "AI-Powered Learning Paths", description: "Personalized curriculum that adapts to your learning style and pace. Our intelligent system recommends content tailored specifically to your goals.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-interface-displaying-an-ai-genera-1772516019479-df57d56b.png"},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-phone-screen-showing-detailed-cou-1772516018795-47721063.png?_wi=1",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-phone-screen-showing-detailed-cou-1772516018795-47721063.png"},
},
{
id: 3,
title: "Real-Time Collaboration",
description: "Study with peers in real-time, share notes, and get instant feedback from instructors. Build your learning community with collaborative tools.",
phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-screen-showing-real-time-collabor-1772516018496-a9616863.png?_wi=1",
},
title: "Real-Time Collaboration", description: "Study with peers in real-time, share notes, and get instant feedback from instructors. Build your learning community with collaborative tools.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-screen-showing-real-time-collabor-1772516018496-a9616863.png"},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-interface-showing-study-group-fea-1772516018626-fba4f673.png?_wi=1",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-interface-showing-study-group-fea-1772516018626-fba4f673.png"},
},
]}
showStepNumbers={true}
@@ -169,33 +151,13 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "2.5M+",
title: "Learning Hours",
description: "Cumulative hours invested by our community",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/beautiful-illustration-depicting-learnin-1772516017971-8de17832.png?_wi=1",
},
id: "1", value: "2.5M+", title: "Learning Hours", description: "Cumulative hours invested by our community", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/beautiful-illustration-depicting-learnin-1772516017971-8de17832.png"},
{
id: "2",
value: "95%",
title: "Course Completion",
description: "Students who finish their chosen courses",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/celebratory-illustration-showing-course--1772516018052-25ca08e8.png?_wi=1",
},
id: "2", value: "95%", title: "Course Completion", description: "Students who finish their chosen courses", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/celebratory-illustration-showing-course--1772516018052-25ca08e8.png"},
{
id: "3",
value: "150+",
title: "Industry Partners",
description: "Leading companies hiring our graduates",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/illustration-depicting-corporate-partner-1772516018088-4b18374e.png?_wi=1",
},
id: "3", value: "150+", title: "Industry Partners", description: "Leading companies hiring our graduates", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/illustration-depicting-corporate-partner-1772516018088-4b18374e.png"},
{
id: "4",
value: "$52K",
title: "Avg Salary Increase",
description: "Career advancement after completing EduPulse",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/wealth-and-career-growth-illustration-sh-1772516018406-b53362bf.png?_wi=1",
},
id: "4", value: "$52K", title: "Avg Salary Increase", description: "Career advancement after completing EduPulse", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/wealth-and-career-growth-illustration-sh-1772516018406-b53362bf.png"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -214,65 +176,17 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Chen, Product Manager at Google",
date: "Date: 15 March 2025",
title: "Life-Changing Learning Experience",
quote: "EduPulse completely transformed how I approach learning. The 3D interface makes complex concepts intuitive, and the AI personalization kept me engaged throughout. I landed my dream job within 3 months of completing the advanced program.",
tag: "Premium Plan",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-headshot-of-a-confident-wom-1772516018722-5f4c50f9.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-photograph-of-a-woman-worki-1772516018482-1f33f712.png?_wi=1",
},
id: "1", name: "Sarah Chen, Product Manager at Google", date: "Date: 15 March 2025", title: "Life-Changing Learning Experience", quote: "EduPulse completely transformed how I approach learning. The 3D interface makes complex concepts intuitive, and the AI personalization kept me engaged throughout. I landed my dream job within 3 months of completing the advanced program.", tag: "Premium Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-headshot-of-a-confident-wom-1772516018722-5f4c50f9.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-photograph-of-a-woman-worki-1772516018482-1f33f712.png"},
{
id: "2",
name: "Marcus Johnson, Data Scientist at Meta",
date: "Date: 22 February 2025",
title: "The Best Educational Investment",
quote: "The quality of instruction and real-time collaboration features set EduPulse apart. I gained practical skills that directly apply to my work, and the community support is invaluable.",
tag: "Professional Plan",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-headshot-of-an-african-amer-1772516018851-c62b223d.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-photograph-of-a-man-working-1772516018908-28209fc8.png",
},
id: "2", name: "Marcus Johnson, Data Scientist at Meta", date: "Date: 22 February 2025", title: "The Best Educational Investment", quote: "The quality of instruction and real-time collaboration features set EduPulse apart. I gained practical skills that directly apply to my work, and the community support is invaluable.", tag: "Professional Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-headshot-of-an-african-amer-1772516018851-c62b223d.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-photograph-of-a-man-working-1772516018908-28209fc8.png"},
{
id: "3",
name: "Elena Rodriguez, Founder of StartupXYZ",
date: "Date: 10 January 2025",
title: "Exceptional Platform for Growth",
quote: "As an entrepreneur, I needed to quickly upskill my team. EduPulse's flexible scheduling and comprehensive curriculum helped us grow from 5 to 50 employees. Highly recommended for anyone serious about education.",
tag: "Enterprise Plan",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-headshot-of-a-latina-woman--1772516017155-7a70e2eb.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/photograph-of-a-woman-leading-a-team-mee-1772516018322-50f012db.png?_wi=1",
},
id: "3", name: "Elena Rodriguez, Founder of StartupXYZ", date: "Date: 10 January 2025", title: "Exceptional Platform for Growth", quote: "As an entrepreneur, I needed to quickly upskill my team. EduPulse's flexible scheduling and comprehensive curriculum helped us grow from 5 to 50 employees. Highly recommended for anyone serious about education.", tag: "Enterprise Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-headshot-of-a-latina-woman--1772516017155-7a70e2eb.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/photograph-of-a-woman-leading-a-team-mee-1772516018322-50f012db.png"},
{
id: "4",
name: "David Kim, UX Designer at Apple",
date: "Date: 5 December 2024",
title: "Inspiring and Innovative",
quote: "The design of EduPulse itself is educational. Learning in such a beautifully crafted environment elevated my entire experience. The attention to detail is remarkable.",
tag: "Premium Plan",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-headshot-of-an-asian-man-wi-1772516017877-b36716be.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/photograph-of-a-designer-working-at-appl-1772516018657-c0f05516.png?_wi=1",
},
id: "4", name: "David Kim, UX Designer at Apple", date: "Date: 5 December 2024", title: "Inspiring and Innovative", quote: "The design of EduPulse itself is educational. Learning in such a beautifully crafted environment elevated my entire experience. The attention to detail is remarkable.", tag: "Premium Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-headshot-of-an-asian-man-wi-1772516017877-b36716be.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/photograph-of-a-designer-working-at-appl-1772516018657-c0f05516.png"},
{
id: "5",
name: "Priya Patel, AI Engineer at OpenAI",
date: "Date: 28 November 2024",
title: "Advanced Content, Accessible Teaching",
quote: "The advanced AI and machine learning courses are top-tier. Complex topics are broken down beautifully without sacrificing depth. This is the gold standard for tech education.",
tag: "Premium Plan",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-headshot-of-an-indian-woman-1772516017784-01beaf9a.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/photograph-of-a-woman-working-with-advan-1772516018186-09f60378.png",
},
id: "5", name: "Priya Patel, AI Engineer at OpenAI", date: "Date: 28 November 2024", title: "Advanced Content, Accessible Teaching", quote: "The advanced AI and machine learning courses are top-tier. Complex topics are broken down beautifully without sacrificing depth. This is the gold standard for tech education.", tag: "Premium Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-headshot-of-an-indian-woman-1772516017784-01beaf9a.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/photograph-of-a-woman-working-with-advan-1772516018186-09f60378.png"},
{
id: "6",
name: "James Wilson, Career Changer from Finance",
date: "Date: 15 November 2024",
title: "Career Transition Made Easy",
quote: "Coming from finance with no tech background, I was nervous. EduPulse's progression model built my confidence step by step. Now I'm a junior developer earning 40% more than before.",
tag: "Professional Plan",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-headshot-of-a-caucasian-man-1772516017533-1c8c1818.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/photograph-of-a-man-working-as-a-junior--1772516018536-a7182149.png",
},
id: "6", name: "James Wilson, Career Changer from Finance", date: "Date: 15 November 2024", title: "Career Transition Made Easy", quote: "Coming from finance with no tech background, I was nervous. EduPulse's progression model built my confidence step by step. Now I'm a junior developer earning 40% more than before.", tag: "Professional Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/professional-headshot-of-a-caucasian-man-1772516017533-1c8c1818.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/photograph-of-a-man-working-as-a-junior--1772516018536-a7182149.png"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -286,9 +200,9 @@ export default function HomePage() {
description="Subscribe to our newsletter for exclusive course launches, learning tips, and special offers. Join our community of lifelong learners."
tagIcon={Bell}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/beautiful-newsletter-signup-interface-mo-1772516018160-36ba317f.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/beautiful-newsletter-signup-interface-mo-1772516018160-36ba317f.png"
imageAlt="EduPulse newsletter signup"
mediaAnimation="slide-up"
mediaPosition="right"