Skip to content

Feat: Add images#25

Merged
SimonBurmer merged 1 commit intomainfrom
images
Mar 28, 2026
Merged

Feat: Add images#25
SimonBurmer merged 1 commit intomainfrom
images

Conversation

@SimonBurmer
Copy link
Copy Markdown
Collaborator

@SimonBurmer SimonBurmer commented Mar 28, 2026

Summary by CodeRabbit

  • New Features

    • Added click-outside detection to close expanded member batch views
  • Style

    • Updated hero background images across Events, Startups, and Partners pages
    • Refreshed image assets for member batches and member journey events
    • Updated call-to-action navigation links for partners engagement

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
start-munich Ready Ready Preview, Comment Mar 28, 2026 5:49pm

@SimonBurmer SimonBurmer merged commit ff788de into main Mar 28, 2026
1 of 3 checks passed
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 28, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8e79bdd2-9050-4a11-a6ad-b4016a1b7af2

📥 Commits

Reviewing files that changed from the base of the PR and between 68ddfdc and f3eb50b.

⛔ Files ignored due to path filters (28)
  • public/Internalevents.png is excluded by !**/*.png
  • public/batch.jpeg is excluded by !**/*.jpeg
  • public/events/hero.jpg is excluded by !**/*.jpg
  • public/events/hero2.JPG is excluded by !**/*.jpg
  • public/example.png is excluded by !**/*.png
  • public/member-background.png is excluded by !**/*.png
  • public/memberJourney/builderWeekend/1.jpg is excluded by !**/*.jpg
  • public/memberJourney/departmentwork/1.png is excluded by !**/*.png
  • public/memberJourney/memberworkshop/1.jpg is excluded by !**/*.jpg
  • public/memberJourney/memberworkshop/2.png is excluded by !**/*.png
  • public/memberJourney/memberworkshop/3.jpeg is excluded by !**/*.jpeg
  • public/memberJourney/monthly/1.JPG is excluded by !**/*.jpg
  • public/memberJourney/monthly/2.jpg is excluded by !**/*.jpg
  • public/memberJourney/startupVisit/1.png is excluded by !**/*.png
  • public/memberJourney/startupVisit/2.png is excluded by !**/*.png
  • public/memberJourney/startupVisit/3.jpg is excluded by !**/*.jpg
  • public/ourMembers/batches_group_pictures/SS22.jpg is excluded by !**/*.jpg
  • public/ourMembers/batches_group_pictures/SS23.JPG is excluded by !**/*.jpg
  • public/ourMembers/batches_group_pictures/SS24.jpg is excluded by !**/*.jpg
  • public/ourMembers/batches_group_pictures/SS25.jpg is excluded by !**/*.jpg
  • public/ourMembers/batches_group_pictures/WS21.jpg is excluded by !**/*.jpg
  • public/ourMembers/batches_group_pictures/WS22.jpg is excluded by !**/*.jpg
  • public/ourMembers/batches_group_pictures/WS23.JPG is excluded by !**/*.jpg
  • public/ourMembers/batches_group_pictures/WS24.JPG is excluded by !**/*.jpg
  • public/ourMembers/batches_group_pictures/WS25.JPG is excluded by !**/*.jpg
  • public/ourPartners/hero.JPG is excluded by !**/*.jpg
  • public/ourPartners/hero.png is excluded by !**/*.png
  • public/ourStartups/hero.jpg is excluded by !**/*.jpg
📒 Files selected for processing (6)
  • app/events/page.tsx
  • app/for-partners/page.tsx
  • app/member-journey/page.tsx
  • app/members/page.tsx
  • app/partners/page.tsx
  • app/startups/page.tsx

📝 Walkthrough

Walkthrough

Image asset paths are updated across multiple pages (events, startups, partners, member-journey, members) to use local resources instead of external URLs. The for-partners page redirects contact CTAs to an external Tally form. Members page adds click-outside functionality to close expanded batch views and updates batch image paths.

Changes

Cohort / File(s) Summary
Hero Image Updates
app/events/page.tsx, app/startups/page.tsx
Hero background image asset paths changed from generic filenames to page-specific local assets in respective directories.
Partners Page
app/partners/page.tsx
Hero background asset extension updated (.png to .JPG) and "Contact Us" CTA button converted from mailto: link to external Tally form URL.
For-Partners Page
app/for-partners/page.tsx
Hero background image switched from external Unsplash URL to local asset; primary and secondary "Get in Touch" CTAs changed from internal anchors/routes to external Tally form URL.
Member Journey
app/member-journey/page.tsx
Multiple event image sources replaced with local assets under /memberJourney/... directory; "Member Workshops" and "Startup Visits" expanded from 2 to 3 images each using internal paths.
Members Page
app/members/page.tsx
Added useRef and useCallback hooks with click-outside event listener to close expanded batch view; batch image paths updated to /ourMembers/ directory; added container click handler and layout adjustments; removed LinkedIn icon overlay.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

  • Ft member #21: Modifies app/members/page.tsx batch-related UI and image paths with similar structural changes to expanded batch handling.
  • Marius: Partnership Page Adjustments #12: Updates app/for-partners/page.tsx hero contact link and text, overlapping with CTA redirect changes in this PR.
  • Feat/UI improvements #10: Modifies the same suite of page files (events, partners, startups, member-journey, members) with coordinated hero image asset and contact URL updates.

Poem

🐰 Asset paths hop to new homes, local files now take the stage,
CTAs bound to Tally forms—a modern engagement page,
Click outside to close, dear batches, with hooks that catch the light,
Images organized in folders, every path feels just right! ✨

✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch images

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant