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 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 ( - + - +
+ - +