diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 66d5a00..f8954e2 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -10,11 +10,9 @@ import FooterBase from "@/components/sections/footer/FooterBase"; import { Zap, CheckCircle } from "lucide-react"; const navItems = [ - { name: "Dashboard", id: "dashboard" }, - { name: "Lernmodule", id: "modules" }, - { name: "Quizze", id: "quizzes" }, - { name: "Prüfungen", id: "exams" }, - { name: "Statistik", id: "statistics" }, + { name: "Home", id: "/" }, + { name: "Dashboard", id: "/dashboard" }, + { name: "Prüfungen", id: "/exams" }, ]; const footerColumns = [ @@ -77,19 +75,13 @@ export default function DashboardPage() { features={[ { id: 1, - title: "Lernfortschritt Überblick", description: - "Sehe auf einen Blick deinen aktuellen Fortschritt. Welche Module hast du abgeschlossen? Wieviele Lernkarten hast du heute wiederholt? Wann bist du bereit für die Prüfung?", imageSrc: - "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", imageAlt: "Lernfortschritt Überblick"}, + title: "Lernfortschritt Überblick", description: "Sehe auf einen Blick deinen aktuellen Fortschritt. Welche Module hast du abgeschlossen? Wieviele Lernkarten hast du heute wiederholt? Wann bist du bereit für die Prüfung?", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg"}, { id: 2, - title: "Aktuelle Aufgaben", description: - "Die App zeigt dir automatisch die wichtigsten Aufgaben für heute. Welche Lernkarten solltest du wiederholen? Welche neuen Inhalte sind verfügbar? Ein personalisierter Tagesplan.", imageSrc: - "http://img.b2bpic.net/free-vector/task-management-application_23-2148625868.jpg", imageAlt: "Aktuelle Aufgaben"}, + title: "Aktuelle Aufgaben", description: "Die App zeigt dir automatisch die wichtigsten Aufgaben für heute. Welche Lernkarten solltest du wiederholen? Welche neuen Inhalte sind verfügbar? Ein personalisierter Tagesplan.", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148625868.jpg"}, { id: 3, - title: "Prüfungstermin-Tracker", description: - "Verwalte deine Prüfungstermine. Das System berechnet automatisch, wie viele Tage noch bleiben und wie viel Zeit du noch zum Lernen hast. Mit Erinnerungen und Zielvorgaben.", imageSrc: - "http://img.b2bpic.net/free-photo/education-application-knowledge-development-concept_53876-105721.jpg", imageAlt: "Prüfungstermin-Tracker"}, + title: "Prüfungstermin-Tracker", description: "Verwalte deine Prüfungstermine. Das System berechnet automatisch, wie viele Tage noch bleiben und wie viel Zeit du noch zum Lernen hast. Mit Erinnerungen und Zielvorgaben.", imageSrc: "http://img.b2bpic.net/free-photo/education-application-knowledge-development-concept_53876-105721.jpg"}, ]} animationType="blur-reveal" textboxLayout="default"