From b6f330fca87bf3363bf1b8d25193ba277605b0f6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 08:01:52 +0000 Subject: [PATCH] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 41 +++++++++++------------------------------ 1 file changed, 11 insertions(+), 30 deletions(-) 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() {