diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f3cf64..aef7002 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -133,26 +61,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "KI-Lernanalyse", - description: "AbiPilot erkennt deine Schwächen und findet Hebel mit maximalem Effekt.", - imageSrc: "http://img.b2bpic.net/free-photo/pie-chart-with-green-arrow-icon_23-2152012415.jpg", - }, - { - title: "Dynamischer Lernplan", - description: "Passt sich automatisch an Prüfungen, Ziele und Fortschritte an.", - imageSrc: "http://img.b2bpic.net/free-photo/us-elections-vote-concept-with-flag_23-2148726715.jpg", - }, - { - title: "Motivation & Gewohnheiten", - description: "Lernen wird sichtbar, messbar und motivierend.", - imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-16496.jpg", - }, - { - title: "Zielnoten-System", - description: "Verfolge live, wie nah du deiner Wunsch-Note kommst.", - imageSrc: "http://img.b2bpic.net/free-vector/red-hud-danger-alert-cyber-ui-error-frame-sign_107791-32666.jpg", - }, + { title: "KI-Lernanalyse", description: "AbiPilot erkennt deine Schwächen und findet Hebel mit maximalem Effekt.", imageSrc: "http://img.b2bpic.net/free-photo/pie-chart-with-green-arrow-icon_23-2152012415.jpg" }, + { title: "Dynamischer Lernplan", description: "Passt sich automatisch an Prüfungen, Ziele und Fortschritte an.", imageSrc: "http://img.b2bpic.net/free-photo/us-elections-vote-concept-with-flag_23-2148726715.jpg" }, + { title: "Motivation & Gewohnheiten", description: "Lernen wird sichtbar, messbar und motivierend.", imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-16496.jpg" }, + { title: "Zielnoten-System", description: "Verfolge live, wie nah du deiner Wunsch-Note kommst.", imageSrc: "http://img.b2bpic.net/free-vector/red-hud-danger-alert-cyber-ui-error-frame-sign_107791-32666.jpg" } ]} title="Dein Copilot fürs Lernen" description="Alles, was du für dein Abitur brauchst, kombiniert in einer intelligenten KI-Oberfläche." @@ -166,26 +78,10 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "1", - value: "Heute", - description: "Startanalyse deiner aktuellen Stärken.", - }, - { - id: "2", - value: "Plan", - description: "Individuelle Lernpläne für dein Tempo.", - }, - { - id: "3", - value: "Habits", - description: "Nachhaltige Lernroutinen aufbauen.", - }, - { - id: "4", - value: "Erfolg", - description: "Zielnote mit AbiPilot erreicht.", - }, + { id: "1", value: "Heute", description: "Startanalyse deiner aktuellen Stärken." }, + { id: "2", value: "Plan", description: "Individuelle Lernpläne für dein Tempo." }, + { id: "3", value: "Habits", description: "Nachhaltige Lernroutinen aufbauen." }, + { id: "4", value: "Erfolg", description: "Zielnote mit AbiPilot erreicht." } ]} title="Dein Weg zum Erfolg" description="Eine klare Timeline von deinem Start bis zum Ziel." @@ -196,12 +92,7 @@ export default function LandingPage() { @@ -212,26 +103,11 @@ export default function LandingPage() { rating={5} author="Anja M., Mutter eines Abiturienten" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/cheerful-young-beautiful-redhaired-woman-glasses-warm-blue-wool-sweater-with-backpack-posed-outdoor_627829-6780.jpg", - alt: "User 1", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-cool-girl-posing_23-2148629682.jpg", - alt: "User 2", - }, - { - src: "http://img.b2bpic.net/free-photo/young-male-student-sitting-staircase-with-backpack-book-takeaway-coffee-cup_23-2148093595.jpg", - alt: "User 3", - }, - { - src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104588.jpg", - alt: "User 4", - }, - { - src: "http://img.b2bpic.net/free-photo/woman-sitting-library-couch_273609-12733.jpg", - alt: "User 5", - }, + { src: "http://img.b2bpic.net/free-photo/cheerful-young-beautiful-redhaired-woman-glasses-warm-blue-wool-sweater-with-backpack-posed-outdoor_627829-6780.jpg", alt: "User 1" }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-cool-girl-posing_23-2148629682.jpg", alt: "User 2" }, + { src: "http://img.b2bpic.net/free-photo/young-male-student-sitting-staircase-with-backpack-book-takeaway-coffee-cup_23-2148093595.jpg", alt: "User 3" }, + { src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104588.jpg", alt: "User 4" }, + { src: "http://img.b2bpic.net/free-photo/woman-sitting-library-couch_273609-12733.jpg", alt: "User 5" } ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -242,23 +118,12 @@ export default function LandingPage() { @@ -317,49 +159,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file