diff --git a/apps/web/app/[locale]/dashboard/page.tsx b/apps/web/app/[locale]/dashboard/page.tsx
index ae92b5b..66d99e8 100644
--- a/apps/web/app/[locale]/dashboard/page.tsx
+++ b/apps/web/app/[locale]/dashboard/page.tsx
@@ -1,4 +1,5 @@
import { DashboardClient } from "../../../components/dashboard-client";
+import PageWrapper from "../../../components/ui/PageWrapper";
const apiBaseUrl = process.env.NEXT_PUBLIC_API_BASE_URL ?? "http://localhost:4000";
@@ -6,10 +7,10 @@ export const dynamic = "force-dynamic";
export default function DashboardPage() {
return (
-
{t("login.eyebrow")}
-{t("login.description")}
- - {t("login.cta")} - +{description}
+{description}