Compare commits

...

2 commits

Author SHA1 Message Date
82ec9b0c7d Merge branch 'main' of https://git.market-compass.de/Athena/gso-landingpage 2026-06-08 18:25:38 +02:00
e2168659d4 Sync latest changes + add package-lock.json
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-19 18:10:26 +02:00
34 changed files with 7045 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View file

0
AGENTS.md Normal file → Executable file
View file

0
CLAUDE.md Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
eslint.config.mjs Normal file → Executable file
View file

0
next.config.ts Normal file → Executable file
View file

7045
package-lock.json generated Executable file

File diff suppressed because it is too large Load diff

0
package.json Normal file → Executable file
View file

0
pnpm-lock.yaml Normal file → Executable file
View file

0
pnpm-workspace.yaml Normal file → Executable file
View file

0
postcss.config.mjs Normal file → Executable file
View file

0
public/file.svg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 391 B

0
public/globe.svg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

0
public/next.svg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
public/pm-kritisch.json Normal file → Executable file
View file

0
public/vercel.svg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 128 B

After

Width:  |  Height:  |  Size: 128 B

0
public/window.svg Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 385 B

After

Width:  |  Height:  |  Size: 385 B

0
src/app/api/notion-pm/route.ts Normal file → Executable file
View file

0
src/app/components/BonusCards.tsx Normal file → Executable file
View file

0
src/app/components/FlipCards.tsx Normal file → Executable file
View file

0
src/app/components/Icons.tsx Normal file → Executable file
View file

0
src/app/components/MountainClimb.tsx Normal file → Executable file
View file

0
src/app/components/WeekTimeline.tsx Normal file → Executable file
View file

0
src/app/dashboard/components/DashboardClient.tsx Normal file → Executable file
View file

0
src/app/dashboard/page.tsx Normal file → Executable file
View file

0
src/app/favicon.ico Normal file → Executable file
View file

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

0
src/app/globals.css Normal file → Executable file
View file

0
src/app/layout.tsx Normal file → Executable file
View file

0
src/app/olga/layout.tsx Normal file → Executable file
View file

0
src/app/olga/page.tsx Normal file → Executable file
View file

0
src/app/page.tsx Normal file → Executable file
View file

0
src/lib/notion-pm.ts Normal file → Executable file
View file

0
tsconfig.json Normal file → Executable file
View file

0
vercel.json Normal file → Executable file
View file