diff --git a/src/app/page.tsx b/src/app/page.tsx
index 950ebe2..5ac97bd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,48 +43,17 @@ export default function LandingPage() {
@@ -106,21 +63,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Erfolge messbar machen"
metrics={[
- {
- icon: Award,
- label: "Bestehensquote",
- value: "98%",
- },
- {
- icon: Clock,
- label: "Zeit Ersparnis",
- value: "40%",
- },
- {
- icon: CheckCircle,
- label: "Fragenpool",
- value: "15.000+",
- },
+ { icon: Award, label: "Bestehensquote", value: "98%" },
+ { icon: Clock, label: "Zeit Ersparnis", value: "40%" },
+ { icon: CheckCircle, label: "Fragenpool", value: "15.000+" },
]}
metricsAnimation="blur-reveal"
/>
@@ -132,36 +77,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- label: "Simulation",
- title: "Prüfungs-Simulation",
- items: [
- "Echte Zeitlimits",
- "Punktesimulation",
- "IHK-Feeling pur",
- ],
- },
- {
- id: "f2",
- label: "Training",
- title: "Spaced Repetition",
- items: [
- "Intelligenter Algorithmus",
- "Schwierige Fragen öfter",
- "Effektiver Lernfortschritt",
- ],
- },
- {
- id: "f3",
- label: "Analyse",
- title: "Fortschritts-Tracker",
- items: [
- "Lücken erkennen",
- "Visuelle Statistiken",
- "Stärken ausbauen",
- ],
- },
+ { id: "f1", label: "Simulation", title: "Prüfungs-Simulation", items: ["Echte Zeitlimits", "Punktesimulation", "IHK-Feeling pur"] },
+ { id: "f2", label: "Training", title: "Spaced Repetition", items: ["Intelligenter Algorithmus", "Schwierige Fragen öfter", "Effektiver Lernfortschritt"] },
+ { id: "f3", label: "Analyse", title: "Fortschritts-Tracker", items: ["Lücken erkennen", "Visuelle Statistiken", "Stärken ausbauen"] },
]}
title="Intelligente Lern-Tools"
description="Unsere App kombiniert bewährte Lernmethoden mit der speziellen IHK-Logik."
@@ -170,52 +88,17 @@ export default function LandingPage() {