Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions app/join-start/2026/JoinStartClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,22 @@ function pad(n: number) {
}

const applyEvents = [
{
id: 'yc-stories',
name: 'YC Stories',
description: 'Bringing the San Francisco and Y Combinator mindset to Munich through real stories from people who have built inside it.',
month: 'Wednesday, 15th April 2026\n18:30',
image: '/join-start/yc-stories.jpeg',
category: 'Vorhölzer Rooftop',
ctaHref: 'https://luma.com/zk3rcyn1',
ctaLabel: 'Register now',
},
{
id: 'sunset-run',
name: 'START & Friends Run Club – Sunset Run',
description: 'Join us for an easy sunset run, meet the team, and chat about what START Munich is like beyond the application.',
month: 'Thursday, 16th April 2026\n18:30',
image: '/join-start/sunset-run.png',
image: '/join-start/sunset-run.jpeg',
category: 'START & Friends',
ctaHref: 'https://luma.com/omtnj23y',
ctaLabel: 'Register now',
Expand All @@ -39,7 +49,7 @@ const applyEvents = [
name: 'Founder Fail Tales',
description: 'Hear honest stories from founders, meet the START community, and get a feel for the culture we build around learning fast.',
month: 'Tuesday, 21st April 2026',
image: '/join-start/founder-fail-tales.png',
image: '/join-start/founder-fail-tales.jpeg',
category: 'Vol. 5',
ctaHref: 'https://luma.com/fp1fd6qv',
ctaLabel: 'Register now',
Expand Down
3 changes: 1 addition & 2 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
Binary file added public/join-start/founder-fail-tales.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/join-start/info-session-2026.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/join-start/online-info-2026.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/join-start/sunset-run.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/join-start/yc-stories.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.