Update src/app/blog/page.tsx

This commit is contained in:
2026-03-03 05:37:20 +00:00
parent e456d0f539
commit 9b2a85df85

View File

@@ -19,8 +19,7 @@ export default function BlogPage() {
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 BlogPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/" },
{ label: "Press", href: "/" },
@@ -37,8 +35,7 @@ export default function BlogPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "/" },
{ label: "Community", href: "/" },
{ label: "FAQ", href: "/" },
@@ -46,8 +43,7 @@ export default function BlogPage() {
],
},
{
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 BlogPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -74,9 +70,7 @@ export default function BlogPage() {
brandName="EduPulse"
navItems={navItems}
button={{
text: "Start Learning",
href: "/courses",
}}
text: "Start Learning", href: "/courses"}}
/>
</div>
@@ -84,7 +78,7 @@ export default function BlogPage() {
<HeroSplitKpi
title="Learning Insights & Success Stories"
description="Discover expert tips, industry trends, and inspiring stories from our learners. Stay updated on the future of education, career development strategies, and skill mastery techniques. Our blog is your resource for continuous growth."
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "150+", label: "Articles Published" },
{ value: "500K+", label: "Monthly Readers" },
@@ -99,7 +93,7 @@ export default function BlogPage() {
{ text: "Subscribe Newsletter", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/beautiful-newsletter-signup-interface-mo-1772516018160-36ba317f.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/beautiful-newsletter-signup-interface-mo-1772516018160-36ba317f.png"
imageAlt="EduPulse blog and learning resources"
mediaAnimation="slide-up"
imagePosition="right"
@@ -115,26 +109,11 @@ export default function BlogPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "45",
title: "Career Advancement",
description: "Strategies for professional growth and skill development",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/wealth-and-career-growth-illustration-sh-1772516018406-b53362bf.png?_wi=2",
},
id: "1", value: "45", title: "Career Advancement", description: "Strategies for professional growth and skill development", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/wealth-and-career-growth-illustration-sh-1772516018406-b53362bf.png"},
{
id: "2",
value: "38",
title: "Technology Trends",
description: "Latest innovations in AI, web dev, and emerging tech",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/illustration-depicting-corporate-partner-1772516018088-4b18374e.png?_wi=2",
},
id: "2", value: "38", title: "Technology Trends", description: "Latest innovations in AI, web dev, and emerging tech", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/illustration-depicting-corporate-partner-1772516018088-4b18374e.png"},
{
id: "3",
value: "52",
title: "Success Stories",
description: "Real learner transformations and career milestones",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/celebratory-illustration-showing-course--1772516018052-25ca08e8.png?_wi=2",
},
id: "3", value: "52", title: "Success Stories", description: "Real learner transformations and career milestones", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/celebratory-illustration-showing-course--1772516018052-25ca08e8.png"},
]}
animationType="slide-up"
textboxLayout="default"