Commit graph

7 commits

Author SHA1 Message Date
580cad5b25 Neue Wochenstruktur: Woche 2 Startangebot + Woche 3/4 angepasst
- Woche 2 neu: "Was verkaufst du — und womit fängst du an?"
- Woche 3: Angebot ausbauen + Positionierungsformel (war Woche 2)
- Woche 4: Verkaufsseite + Kanal-Strategie + 90-Tage-Plan (merged)
- Manuela Ludewig in Woche 7 (statt TBA)
- Coach-Sektion: Einstiegsangebot in Katjas Themenbereich

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 20:31:28 +02:00
18a5a175c7 update: Preis, Gradient-Heading, Vertriebler und kleinere Texte
- Preis: 250€/500€ → 280€ netto / 560€ netto überall
- Bonus-Heading: "HEUTE" mit Indigo-Violet Gradient
- Manuela Ludewig → TBA · Professioneller Vertriebler (page.tsx + WeekTimeline)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 14:13:55 +02:00
db7d7530f4 Add mountain climbing animation + fix typography scale
- MountainClimb: SVG stick figure climbs 11-step mountain, text card above head each step, flag + bounce at summit, IntersectionObserver auto-start, mobile numbered list fallback
- Replace static content grid with MountainClimb animation
- Add mc-fade-in + mc-bounce keyframes to globals.css
- Typography: IconCard title text-sm→text-base, IconCard sub text-xs→text-sm
- Bonus card title text-sm→text-base, desc text-xs→text-sm
- FAQ answers text-sm→text-base
- WeekTimeline card title text-base→text-lg

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 23:32:40 +02:00
2be3d345e8 Typography system: Urbanist headings, 3-tone color palette, fix rounded corners
- Add Urbanist font (Croogla-equivalent) for h1-h4 via next/font/google
- Define strict text color system: #0f172a heads / #475569 body / #94a3b8 muted
- Remove border-image from IconCards (was breaking border-radius) → inset box-shadow
- WeekTimeline: vorlagen text-slate-400, result text-slate-700 (indigo check icon only)
- Coach bio: expert names text-slate-800 (was text-indigo-700)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 22:45:02 +02:00
b2f290af3a Replace check symbol with SVG CheckIcon
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 22:38:07 +02:00
a94d8615dd Replace all emoji icons with minimalist SVG line-art icons
- Add Icons.tsx with 17 SVG components (strokeWidth=1.5, 24x24 viewBox)
- Replace emoji in IconCard, content grid, bonus section (page.tsx)
- Replace clipboard emoji in WeekTimeline vorlagen line
- Change IconCard prop type from string to React.ReactNode

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 22:36:43 +02:00
a5b0e4c9a6 feat: scroll-animierte Zick-Zack Timeline für alle 8 Wochen
- WeekTimeline Client-Component mit IntersectionObserver
- Woche 1,3,5,7 erscheint von links — Woche 2,4,6,8 von rechts
- Vertikale Gradient-Linie in der Mitte (indigo → violet)
- Nummerierter Dot auf der Linie pro Woche
- Modul-Divider (1/2/3) als animierte Trennelemente
- CSS-Transitionen: opacity + translateX, 0.6s ease
- Expert-Badges auf den Karten (Can, Stefan & Philipp, Manuela)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 22:06:50 +02:00