Update src/app/courses/page.tsx

This commit is contained in:
2026-03-03 05:37:22 +00:00
parent 008887268e
commit 2f6226fc3f

View File

@@ -19,8 +19,7 @@ export default function CoursesPage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Courses", href: "/courses" },
{ label: "Features", href: "/" },
{ label: "Pricing", href: "/" },
@@ -28,8 +27,7 @@ export default function CoursesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/" },
{ label: "Press", href: "/" },
@@ -37,8 +35,7 @@ export default function CoursesPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "/" },
{ label: "Community", href: "/" },
{ label: "FAQ", href: "/" },
@@ -46,8 +43,7 @@ export default function CoursesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/" },
{ label: "Terms of Service", href: "/" },
{ label: "Cookie Policy", href: "/" },
@@ -63,7 +59,7 @@ export default function CoursesPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -74,9 +70,7 @@ export default function CoursesPage() {
brandName="EduPulse"
navItems={navItems}
button={{
text: "Start Learning",
href: "/courses",
}}
text: "Start Learning", href: "/courses"}}
/>
</div>
@@ -84,7 +78,7 @@ export default function CoursesPage() {
<HeroSplitKpi
title="World-Class Courses for Every Learner"
description="Explore our comprehensive catalog of expertly-designed courses covering technology, business, creative skills, and more. Each course is crafted by industry leaders to ensure you gain real-world applicable knowledge."
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "200+", label: "Expert Courses" },
{ value: "10K+", label: "Active Learners" },
@@ -99,7 +93,7 @@ export default function CoursesPage() {
{ text: "Start Free Trial", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-interface-displaying-an-ai-genera-1772516019479-df57d56b.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-interface-displaying-an-ai-genera-1772516019479-df57d56b.png"
imageAlt="AI-powered course recommendations interface"
mediaAnimation="slide-up"
imagePosition="right"
@@ -115,26 +109,11 @@ export default function CoursesPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "42",
title: "Tech & Programming",
description: "Master web development, AI, machine learning, and more",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-phone-screen-showing-detailed-cou-1772516018795-47721063.png?_wi=2",
},
id: "1", value: "42", title: "Tech & Programming", description: "Master web development, AI, machine learning, and more", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/mobile-phone-screen-showing-detailed-cou-1772516018795-47721063.png"},
{
id: "2",
value: "38",
title: "Business & Leadership",
description: "Develop management, strategy, and entrepreneurship skills",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/beautiful-illustration-depicting-learnin-1772516017971-8de17832.png?_wi=2",
},
id: "2", value: "38", title: "Business & Leadership", description: "Develop management, strategy, and entrepreneurship skills", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/beautiful-illustration-depicting-learnin-1772516017971-8de17832.png"},
{
id: "3",
value: "56",
title: "Creative & Design",
description: "Learn UI/UX, graphic design, animation, and digital arts",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/photograph-of-a-designer-working-at-appl-1772516018657-c0f05516.png?_wi=2",
},
id: "3", value: "56", title: "Creative & Design", description: "Learn UI/UX, graphic design, animation, and digital arts", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/photograph-of-a-designer-working-at-appl-1772516018657-c0f05516.png"},
]}
animationType="slide-up"
textboxLayout="default"