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