import Link from "next/link"; export default function AdminPage() { const backend = process.env.BACKEND_URL ?? "http://localhost:8080"; return (
{/* 1. SINGLE CLEAN SIDEBAR */} {/* 2. MAIN CONTENT AREA */}
{/* FAT VOYAGE HEADER */}

VOYAGE OFFICE

System Connected: {backend}

{/* 3. SYMMETRICAL DASHBOARD CONTENT */}
{/* Main Action Card */}

Content

Post Management

Review and edit all current voyage publications.

Manage Posts →
{/* Database Status Card */}

Infrastructure

SQL Database

Status: Operational at {backend}/h2-console

Open Console ↗
{/* Large Summary Box */}

Office Overview

"Efficiency is doing things right; effectiveness is doing the right things."

100%

System Uptime

); }