-
-
Notifications
You must be signed in to change notification settings - Fork 14
fix: remove animations for page indexig #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes animation components and effects from the landing page to simplify the UI presentation. The changes focus on commenting out animated wrappers (AnimatedGroup, TextEffect, AnimatedContainer) while preserving the core content structure.
- Commented out animation component imports and wrappers throughout hero and features sections
- Updated Tailwind CSS class syntax to use Tailwind v4 property-based classes
- Added accessibility attributes to hero buttons
- Removed background color styling from layout
- Added semicolons and cleaned up formatting for consistency
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/www/next-env.d.ts | Added semicolon to import statement for consistency |
| apps/www/components/ui/animated-shiny-text.tsx | Consolidated Tailwind classes from multi-line to single-line format using v4 syntax |
| apps/www/components/hero.tsx | Commented out AnimatedGroup wrappers while preserving hero content structure |
| apps/www/components/hero-buttons.tsx | Added ARIA attributes and cleaned up formatting with semicolons and empty lines |
| apps/www/components/features.tsx | Commented out TextEffect and AnimatedContainer components, adjusted indentation |
| apps/www/app/layout.tsx | Removed bg-slate-50 background color and added formatting changes |
fix: remove animations for page indexig
No description provided.