Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-06 01:49:30 +00:00
2 changed files with 40 additions and 98 deletions

View File

@@ -19,8 +19,7 @@ const navItems = [
const footerColumns = [
{
title: "Produkt",
items: [
title: "Produkt", items: [
{ label: "Dashboard", href: "/dashboard" },
{ label: "Lernmodule", href: "/modules" },
{ label: "Quizze", href: "/quizzes" },
@@ -28,8 +27,7 @@ const footerColumns = [
],
},
{
title: "Ressourcen",
items: [
title: "Ressourcen", items: [
{ label: "Dokumentation", href: "#" },
{ label: "Lerngruppen", href: "#" },
{ label: "Blog", href: "#" },
@@ -37,8 +35,7 @@ const footerColumns = [
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Kontakt", href: "#" },
{ label: "FAQ", href: "#" },
{ label: "Feedback", href: "#" },
@@ -66,9 +63,7 @@ export default function DashboardPage() {
brandName="FahrProof"
navItems={navItems}
button={{
text: "Jetzt Starten",
href: "https://example.com/signup",
}}
text: "Jetzt Starten", href: "https://example.com/signup"}}
/>
</div>
@@ -82,31 +77,19 @@ 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?_wi=3",
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", imageAlt: "Lernfortschritt Überblick"},
{
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?_wi=2",
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", imageAlt: "Aktuelle Aufgaben"},
{
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?_wi=3",
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", imageAlt: "Prüfungstermin-Tracker"},
]}
animationType="blur-reveal"
textboxLayout="default"
@@ -118,24 +101,16 @@ export default function DashboardPage() {
<TestimonialCardFifteen
testimonial="Das Dashboard hat mein Lernen revolutioniert. Ich sehe genau, was ich tun muss, und bin viel motivierter. Die täglichen Erinnerungen sind perfekt dosiert - nicht zu viel, nicht zu wenig."
rating={5}
author="Sarah Keller, Prüfung bestanden",
author="Sarah Keller, Prüfung bestanden"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
alt: "User Avatar 1",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "User Avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
alt: "User Avatar 2",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "User Avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
alt: "User Avatar 3",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "User Avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
alt: "User Avatar 4",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "User Avatar 4"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -152,13 +127,9 @@ export default function DashboardPage() {
description="Melde dich jetzt an und starte sofort mit deinem personalisierten Lernzentrum. Gratis für die ersten 3 Lernmodule - keine Kreditkarte nötig."
buttons={[
{
text: "Dashboard Öffnen",
href: "https://example.com/dashboard",
},
text: "Dashboard Öffnen", href: "https://example.com/dashboard"},
{
text: "Zurück zur Startseite",
href: "/",
},
text: "Zurück zur Startseite", href: "/"},
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}

View File

@@ -19,8 +19,7 @@ const navItems = [
const footerColumns = [
{
title: "Produkt",
items: [
title: "Produkt", items: [
{ label: "Dashboard", href: "/dashboard" },
{ label: "Lernmodule", href: "/modules" },
{ label: "Quizze", href: "/quizzes" },
@@ -28,8 +27,7 @@ const footerColumns = [
],
},
{
title: "Ressourcen",
items: [
title: "Ressourcen", items: [
{ label: "Dokumentation", href: "#" },
{ label: "Lerngruppen", href: "#" },
{ label: "Blog", href: "#" },
@@ -37,8 +35,7 @@ const footerColumns = [
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Kontakt", href: "#" },
{ label: "FAQ", href: "#" },
{ label: "Feedback", href: "#" },
@@ -66,9 +63,7 @@ export default function ExamsPage() {
brandName="FahrProof"
navItems={navItems}
button={{
text: "Jetzt Starten",
href: "https://example.com/signup",
}}
text: "Jetzt Starten", href: "https://example.com/signup"}}
/>
</div>
@@ -82,31 +77,19 @@ export default function ExamsPage() {
features={[
{
id: 1,
title: "Authentische Prüfungsatmosphäre",
description:
"Die Prüfung läuft genau wie die echte ab. Zufällige Fragen, strenge Zeitlimits, echte Bestehensquoten. Keine Überraschungen am Prüfungstag!",
imageSrc:
"http://img.b2bpic.net/free-vector/task-management-application_23-2148625868.jpg?_wi=4",
imageAlt: "Authentische Prüfungsatmosphäre",
},
title: "Authentische Prüfungsatmosphäre", description:
"Die Prüfung läuft genau wie die echte ab. Zufällige Fragen, strenge Zeitlimits, echte Bestehensquoten. Keine Überraschungen am Prüfungstag!", imageSrc:
"http://img.b2bpic.net/free-vector/task-management-application_23-2148625868.jpg", imageAlt: "Authentische Prüfungsatmosphäre"},
{
id: 2,
title: "Detaillierte Auswertungen",
description:
"Nach jeder Prüfung bekommst du eine detaillierte Analyse. Welche Fragen hast du falsch beantwortet? In welchen Themen brauchst du noch Übung? Ein personalisierter Verbesserungsplan.",
imageSrc:
"http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=4",
imageAlt: "Detaillierte Auswertungen",
},
title: "Detaillierte Auswertungen", description:
"Nach jeder Prüfung bekommst du eine detaillierte Analyse. Welche Fragen hast du falsch beantwortet? In welchen Themen brauchst du noch Übung? Ein personalisierter Verbesserungsplan.", imageSrc:
"http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", imageAlt: "Detaillierte Auswertungen"},
{
id: 3,
title: "Unbegrenzte Versuche",
description:
"Mach so viele Prüfungen, wie du willst. Jede Prüfung ist neu und wird von unserem System zufällig zusammengestellt. Lerne bis du 100% sicher bist!",
imageSrc:
"http://img.b2bpic.net/free-photo/education-application-knowledge-development-concept_53876-105721.jpg?_wi=5",
imageAlt: "Unbegrenzte Versuche",
},
title: "Unbegrenzte Versuche", description:
"Mach so viele Prüfungen, wie du willst. Jede Prüfung ist neu und wird von unserem System zufällig zusammengestellt. Lerne bis du 100% sicher bist!", imageSrc:
"http://img.b2bpic.net/free-photo/education-application-knowledge-development-concept_53876-105721.jpg", imageAlt: "Unbegrenzte Versuche"},
]}
animationType="blur-reveal"
textboxLayout="default"
@@ -118,24 +101,16 @@ export default function ExamsPage() {
<TestimonialCardFifteen
testimonial="Dank der Prüfungssimulation habe ich mich viel sicherer gefühlt. Die echte Prüfung war dann ein Kinderspiel, weil ich genau wusste, was mich erwartet. Ich würde jedem Prüfling empfehlen, diese Funktion zu nutzen!"
rating={5}
author="Daniel Müller, Taxi-Prüfung bestanden",
author="Daniel Müller, Taxi-Prüfung bestanden"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
alt: "User Avatar 1",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "User Avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
alt: "User Avatar 2",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "User Avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
alt: "User Avatar 3",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "User Avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
alt: "User Avatar 4",
},
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "User Avatar 4"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -152,13 +127,9 @@ export default function ExamsPage() {
description="Nutze unsere realistischen Prüfungssimulationen um dich optimal vorzubereiten. Mit detailliertem Feedback wirst du deine Stärken und Schwächen schnell erkennen."
buttons={[
{
text: "Erste Prüfung Starten",
href: "https://example.com/exam",
},
text: "Erste Prüfung Starten", href: "https://example.com/exam"},
{
text: "Zurück zur Startseite",
href: "/",
},
text: "Zurück zur Startseite", href: "/"},
]}
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}