From 76b0527338fd1f0915297bb91f9f47cc2c6df707 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:08:20 +0000 Subject: [PATCH 1/3] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 48 +++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index e96ccae..c073962 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -7,25 +7,35 @@ import { LayoutDashboard, PenTool, Image, User, Settings } from "lucide-react"; export default function DashboardPage() { return ( - - - + + +
+ +
); } \ No newline at end of file -- 2.49.1 From 5f803570b0df2581ccfb892f2bffbf93782e8781 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:08:20 +0000 Subject: [PATCH 2/3] Update src/app/login/page.tsx --- src/app/login/page.tsx | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 4267388..34c1e4c 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -6,21 +6,28 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; export default function LoginPage() { return ( - - - + + +
+ +
); } \ No newline at end of file -- 2.49.1 From ec7f82ddad585adfb24bb2d47719d05134c45ec6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:08:20 +0000 Subject: [PATCH 3/3] Update src/app/signup/page.tsx --- src/app/signup/page.tsx | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx index ca464da..f4bf76f 100644 --- a/src/app/signup/page.tsx +++ b/src/app/signup/page.tsx @@ -6,21 +6,28 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; export default function SignUpPage() { return ( - - - + + +
+ +
); } \ No newline at end of file -- 2.49.1