diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx
index 91adfb1..b9f488d 100644
--- a/src/app/admin/page.tsx
+++ b/src/app/admin/page.tsx
@@ -25,12 +25,9 @@ export default function LandingPage() {
@@ -42,8 +39,7 @@ export default function LandingPage() {
title="Admin Dashboard Access"
sections={[
{
- heading: "Restricted Access", content: {
- text: "This area is strictly for authorized personnel only. Please contact support for credentials."},
+ heading: "Restricted Access", content: { type: "paragraph", text: "This area is strictly for authorized personnel only. Please contact support for credentials." },
},
]}
/>