diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index e0c2ef0..91adfb1 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -26,17 +26,11 @@ export default function LandingPage() { @@ -48,11 +42,8 @@ export default function LandingPage() { title="Admin Dashboard Access" sections={[ { - heading: "Restricted Access", - content: { - type: "paragraph", - text: "This area is strictly for authorized personnel only. Please contact support for credentials.", - }, + heading: "Restricted Access", content: { + text: "This area is strictly for authorized personnel only. Please contact support for credentials."}, }, ]} /> @@ -70,29 +61,19 @@ export default function LandingPage() {