From e456d0f53961f50ddc86423e082dcebf1479a5eb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:37:20 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 52 ++++++++++++++---------------------------- 1 file changed, 17 insertions(+), 35 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 14b2def..c21e013 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { 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 AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Careers", href: "/" }, { label: "Press", href: "/" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/" }, { label: "Community", href: "/" }, { label: "FAQ", href: "/" }, @@ -46,8 +43,7 @@ export default function AboutPage() { ], }, { - 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 AboutPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -74,9 +70,7 @@ export default function AboutPage() { brandName="EduPulse" navItems={navItems} button={{ - text: "Start Learning", - href: "/courses", - }} + text: "Start Learning", href: "/courses"}} /> @@ -84,7 +78,7 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 05:37:20 +0000 Subject: [PATCH 2/6] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 43 +++++++++++-------------------------------- 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 6c371b0..4b98191 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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"}} /> @@ -84,7 +78,7 @@ export default function BlogPage() { Date: Tue, 3 Mar 2026 05:37:21 +0000 Subject: [PATCH 3/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d2907b1..4617c37 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { 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 ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Careers", href: "/" }, { label: "Press", href: "/" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/" }, { label: "Community", href: "/" }, { label: "FAQ", href: "/" }, @@ -46,8 +43,7 @@ export default function ContactPage() { ], }, { - 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 ContactPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -74,9 +70,7 @@ export default function ContactPage() { brandName="EduPulse" navItems={navItems} button={{ - text: "Start Learning", - href: "/courses", - }} + text: "Start Learning", href: "/courses"}} /> @@ -84,7 +78,7 @@ export default function ContactPage() { Date: Tue, 3 Mar 2026 05:37:22 +0000 Subject: [PATCH 4/6] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 43 ++++++++++------------------------------ 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index b46a515..ef9ce7e 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -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"}} /> @@ -84,7 +78,7 @@ export default function CoursesPage() { Date: Tue, 3 Mar 2026 05:37:22 +0000 Subject: [PATCH 5/6] Update src/app/layout.tsx --- src/app/layout.tsx | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 79305e5..e040c30 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,34 +5,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const roboto = Roboto({ - variable: "--font-roboto", - subsets: ["latin"], + variable: "--font-roboto", subsets: ["latin"], weight: ["100", "300", "400", "500", "700", "900"], }); export const metadata: Metadata = { - title: "EduPulse - The Future of Learning", - description: "Experience revolutionary 3D education platform with AI-powered learning paths, real-time collaboration, and world-class instructors. Join 50K+ learners.", - keywords: "online learning, education platform, 3D education, AI learning, courses, skill development, career advancement", - openGraph: { - title: "EduPulse - Transform Your Learning", - description: "The future of education is here. Experience immersive 3D lessons and personalized learning.", - siteName: "EduPulse", - type: "website", - images: [ + title: "EduPulse - The Future of Learning", description: "Experience revolutionary 3D education platform with AI-powered learning paths, real-time collaboration, and world-class instructors. Join 50K+ learners.", keywords: "online learning, education platform, 3D education, AI learning, courses, skill development, career advancement", openGraph: { + title: "EduPulse - Transform Your Learning", description: "The future of education is here. Experience immersive 3D lessons and personalized learning.", siteName: "EduPulse", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/a-stunning-3d-rendered-educational-dashb-1772516018780-bd51f59a.png", - alt: "EduPulse - 3D Education Dashboard", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/a-stunning-3d-rendered-educational-dashb-1772516018780-bd51f59a.png", alt: "EduPulse - 3D Education Dashboard"}, ], }, twitter: { - card: "summary_large_image", - title: "EduPulse - The Future of Learning", - description: "Revolutionary 3D education platform with AI-powered personalization.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/a-stunning-3d-rendered-educational-dashb-1772516018780-bd51f59a.png", - ], + card: "summary_large_image", title: "EduPulse - The Future of Learning", description: "Revolutionary 3D education platform with AI-powered personalization.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/a-stunning-3d-rendered-educational-dashb-1772516018780-bd51f59a.png"], }, robots: { index: true, -- 2.49.1 From 4bb6ceda26ac17de2ac25ad4dbe3f07ed7a28a38 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:37:23 +0000 Subject: [PATCH 6/6] Update src/app/page.tsx --- src/app/page.tsx | 142 ++++++++++------------------------------------- 1 file changed, 28 insertions(+), 114 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d714c22..c2678f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}} /> @@ -87,7 +81,7 @@ export default function HomePage() {