From 51a6f7c2a79b1f3f5b3f22b4811c545fb12d546c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:23:48 +0000 Subject: [PATCH 1/3] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index 8bb02f8..de1f236 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -5,11 +5,10 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FooterBase from '@/components/sections/footer/FooterBase'; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import { LucideIcon } from "lucide-react"; export default function CoursesPage() { return ( - + ); -} +} \ No newline at end of file -- 2.49.1 From 61cc4969c9e69e3541507a46e4410705abd66c74 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:23:48 +0000 Subject: [PATCH 2/3] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 5fa3cee..b3029d2 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -8,9 +8,13 @@ import { TrendingUp, Activity, Target } from "lucide-react"; export default function DashboardPage() { return ( - + - +
Date: Wed, 22 Apr 2026 12:23:49 +0000 Subject: [PATCH 3/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index dfdf9a3..180fbd4 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -7,15 +7,20 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; export default function PricingPage() { return ( - + - +