import { Card, CardHeader, CardTitle, CardContent } from "@/components/ui/card"; const AGENT_VERSION = "0.3.0"; export const dynamic = "force-dynamic"; export default function DownloadPage() { return (

Téléchargements Agent

Version actuelle : {AGENT_VERSION}

Windows

Agent EduBox pour Windows (64 bits)

Télécharger (.exe)
); }