From a8592f400998d58939bcd7ce07b3a400497c19e2 Mon Sep 17 00:00:00 2001 From: shenlan Date: Tue, 2 Dec 2025 10:42:43 +0800 Subject: [PATCH] Revert "Apply AppShell layout styling for dashboard home (#713)" (#714) This reverts commit b8287b1f28a303faa16a03fefcdc99ed16cbc97c. --- dashboard/src/app/page.tsx | 71 ++++++++------------ dashboard/src/components/common/AppShell.tsx | 22 ------ 2 files changed, 29 insertions(+), 64 deletions(-) delete mode 100644 dashboard/src/components/common/AppShell.tsx 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 ( -
-