You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Animated counter effects now display on key statistics (Capital Raised, Startups, and Unicorn metrics) for improved visual engagement when viewing the page.
Style
Redesigned member journey page with updated layout spacing, improved card styling, and refined visual hierarchy.
Adjusted timeline card dimensions and enhanced overall page structure with improved section organization and typography.
Reviewing files that changed from the base of the PR and between b8a2cc6 and 015bc24.
📒 Files selected for processing (2)
app/home/page.tsx
app/member-journey/page.tsx
📝 Walkthrough
Walkthrough
Updated app/home/page.tsx with three new useAnimatedNumber hooks to animate Capital, Startups, and Unicorn stats. Refactored app/member-journey/page.tsx with extensive UI changes including timeline card styling, spacing adjustments, department/event card restyling, and container restructuring while maintaining existing functionality.
Changes
Cohort / File(s)
Summary
Home Page Stats Animation app/home/page.tsx
Added three useAnimatedNumber hooks (animatedCapital, animatedStartups70, animatedUnicorn) with differing durations, replacing static stat values while preserving existing animatedValues array usage.
Member Journey Page Refactor app/member-journey/page.tsx
Extensive UI overhaul including timeline card width reduction (340px → 320px), container spacing updates (pt-8→pt-12, mb-20→mb-0, pt-20→pt-28), department/event card restyling with adjusted grid columns/gaps, section restructuring with added wrapper elements, global CSS reorganization for scrollbar/keyframes, and minor content wording adjustments.
Estimated code review effort
🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
fix home bugs (Ali) #33 — Directly related to reintroduction of animated stats in app/home/page.tsx, addressing the core feature focus of animating Capital, Startups, and Unicorn values.
Feat: Update Image on Member page #16 — Overlaps with member-journey/page.tsx modifications including memberStories content structure and page layout changes.
Landinpage Version 1 #20 — Related to facts/stats/hero area refactoring in app/home/page.tsx, addressing the same UI section's animation setup.
Poem
🐰 Numbers dance with springy hops,
Stats count up and never stop,
Timeline cards now trim and neat,
Member paths feel fresh and sweet,
UI polish, smooth and tight—
The journey shines in animated light! ✨
✨ Finishing Touches✨ Simplify code
Create PR with simplified code
Commit simplified code in branch feat/journy
Comment @coderabbitai help to get the list of available commands and usage tips.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by CodeRabbit
Release Notes
New Features
Style