From b2f290af3aa19ad65a0bd2b4028461ea73349ae9 Mon Sep 17 00:00:00 2001
From: Athena
Date: Thu, 30 Apr 2026 22:38:07 +0200
Subject: [PATCH] Replace check symbol with SVG CheckIcon
Co-Authored-By: Claude Sonnet 4.6
---
src/app/components/Icons.tsx | 8 ++++++++
src/app/components/WeekTimeline.tsx | 7 +++++--
src/app/page.tsx | 6 +++---
3 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/src/app/components/Icons.tsx b/src/app/components/Icons.tsx
index 2e3f385..71263b2 100644
--- a/src/app/components/Icons.tsx
+++ b/src/app/components/Icons.tsx
@@ -129,6 +129,14 @@ export function PackageIcon({ className = "w-6 h-6" }: P) {
);
}
+export function CheckIcon({ className = "w-6 h-6" }: P) {
+ return (
+
+ );
+}
+
export function ChatIcon({ className = "w-6 h-6" }: P) {
return (
{/* Result */}
- ✓ {week.result}
+
+
+ {week.result}
+
);
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0ecee27..62b9fe5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import {
CalendarIcon, GradCapIcon, UsersIcon, ClipboardIcon,
TargetIcon, LightbulbIcon, DocumentIcon, PhoneIcon,
VideoCameraIcon, HandshakeIcon, SearchIcon, MapPinIcon,
- MapIcon, RocketIcon, PackageIcon, ChatIcon,
+ MapIcon, RocketIcon, PackageIcon, ChatIcon, CheckIcon,
} from "./components/Icons";
const CTA_HREF = "#platz-sichern";
@@ -408,11 +408,11 @@ export default function Home() {
Mein Versprechen an dich:
-
✓
+
14-Tage-Ausstiegsrecht — nach der ersten Session, ohne Fragen, voller Betrag zurück.
-
✓
+
Kostenlose Verlängerung* — Ziel nicht erreicht nach 8 Wochen? Kostenlos um 4 Wochen verlängern.
* Gilt wenn du aktiv teilgenommen und die wöchentlichen Aufgaben umgesetzt hast.