diff --git a/dashboard/src/app/page.tsx b/dashboard/src/app/page.tsx index ad87d3f..85bd617 100644 --- a/dashboard/src/app/page.tsx +++ b/dashboard/src/app/page.tsx @@ -18,7 +18,8 @@ import { Terminal, Users, } from 'lucide-react' -import { AppShell } from '@components/common/AppShell' +import Footer from '../components/Footer' +import Navbar from '../components/Navbar' const heroCards = [ { @@ -63,24 +64,19 @@ const shortcuts = [ export default function HomePage() { return ( - -
-
-
-
- -
-
- -
-
- - -
+
+
+
+ +
+ + + -
+ +
- +
) } @@ -132,9 +128,9 @@ function HeroSection() {
-
+
{heroCards.map((card) => ( -
+
@@ -160,20 +156,14 @@ function HeroSection() { function NextStepsSection() { return ( -
-
-
-

Your Next Steps

- Data detected -
- Personalized to your recent activity +
+
+

Your Next Steps

+ Data detected
-
+
{nextSteps.map((item) => ( -
+
@@ -196,13 +186,10 @@ function NextStepsSection() { function StatsSection() { return ( -
-