Bold redesign of home page with distinctive animations#507
Open
policyengine[bot] wants to merge 1 commit intomainfrom
Open
Bold redesign of home page with distinctive animations#507policyengine[bot] wants to merge 1 commit intomainfrom
policyengine[bot] wants to merge 1 commit intomainfrom
Conversation
Implemented comprehensive design improvements following frontend-design principles: ## Design Approach - **Aesthetic**: Editorial/data-forward with sophisticated motion design - **Typography**: Gradient text effects, bold weights, refined spacing - **Motion**: Framer Motion animations throughout with staggered reveals - **Visual Details**: Floating geometric shapes, grid patterns, noise textures - **Color**: Teal-dominant with atmospheric gradients and layered transparencies ## Changes - **AnimatedBackground**: New component with rotating gradients, floating geometric shapes, grid overlay, and noise texture - **MainSection**: Added staggered entrance animations, gradient text effect on title, decorative accent line animation - **ActionCards**: Complete redesign with hover effects, icons, color-coded cards, smooth transitions, and arrow animations - **AnimatedStats**: New component showcasing animated counting statistics with glassmorphic cards - **HomePage**: Integrated all new components with proper z-index layering ## Technical Implementation - Leveraged existing Framer Motion dependency (previously unused) - All animations use production-ready performance optimizations - Maintained existing design token system - Full TypeScript type safety - Passes ESLint and Prettier checks 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
@PolicyEngine do the rest of the static pages too? |
Author
|
I ran into an issue: |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Implemented a bold, distinctive redesign of the home page following frontend-design principles. This addresses issue #506 by elevating the visual impact and user engagement through sophisticated animations and refined aesthetics.
Design Philosophy
Key Improvements
🎨 Visual Design
✨ Motion & Animation
🎯 UX Enhancements
Technical Implementation
Leveraged Existing Tools
Code Quality
--max-warnings 0New Components
AnimatedBackground.tsx- Atmospheric background with floating shapesAnimatedStats.tsx- Statistics showcase with animated countersMainSection.tsx- Hero section with gradient text and animationsActionCards.tsx- Modern card-based CTAs with hover effectsBefore & After
Before
After
Accessibility & Performance
prefers-reduced-motionDesign Tokens Preserved
All changes work within the existing design system:
Screenshots
The redesign features:
Next Steps
This redesign could be extended to:
Closes #506
🤖 Generated with Claude Code