-
Notifications
You must be signed in to change notification settings - Fork 0
Add UploadPage component and integrate Footer; update Navbar and Hero Section #4
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 adds a hero section and footer to the application, along with supporting UI components. The changes transform the basic upload page into a more polished landing page with proper branding and navigation structure.
- Refactored the main page from a basic upload form to a hero section with call-to-action
- Added Footer component with branding and attribution
- Created reusable Button UI component with multiple variants
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Added dependencies for Radix UI slot and Framer Motion animations |
| components/ui/button.tsx | New reusable Button component with variants and accessibility features |
| components/NavbarComponents/Navbar.tsx | Minor branding text restructuring in logo display |
| components/Home/HeroSection.tsx | New animated hero section with call-to-action and visual elements |
| components/Footer/Footer.tsx | New footer component with copyright and attribution |
| app/page.tsx | Replaced upload functionality with hero section display |
| app/layout.tsx | Integrated Footer component and removed main wrapper |
| app/generate/page.tsx | New dedicated page for the original upload functionality |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
…shukumar607/imgToSvg into add-hero-section-n-footer
add hero section and footer