diff --git a/app/page.tsx b/app/page.tsx index 753a6ea..b64d4c8 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -187,38 +187,22 @@ export default function LandingPage() {
- {/* Demo Feature 1 */} -
-
-
- - - -

Device Analytics

-
-
+ {/* Demo Feature 1 - Security Dashboard */} +
+ Security Alert Dashboard
{/* Demo Feature 2 - Admin Panel Screenshot */} -
-
- {/* Desktop: Show full screenshot */} -
- Admin Panel Dashboard -
- {/* Mobile: Show cropped/centered portion */} -
- Admin Panel Dashboard -
-
+
+ Admin Panel Dashboard
diff --git a/public/admin-panel-screenshot.png b/public/admin-panel-screenshot.png index ef69169..589e8ea 100644 Binary files a/public/admin-panel-screenshot.png and b/public/admin-panel-screenshot.png differ diff --git a/public/security-dashboard-screenshot.png b/public/security-dashboard-screenshot.png new file mode 100644 index 0000000..6db0057 Binary files /dev/null and b/public/security-dashboard-screenshot.png differ