-
Notifications
You must be signed in to change notification settings - Fork 138
Updated testimonial section #418
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
|
@Richajaishwal0 is attempting to deploy a commit to the recode Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. The estimated time for response is 5–8 hrs. In the meantime, please provide all necessary screenshots and make sure you run - npm build run , command and provide a screenshot, a video recording, or an image of the update you made below, which helps speed up the review and assignment. If you have questions, reach out to LinkedIn. Your contributions are highly appreciated!😊 Note: I maintain the repo issue every day twice at 8:00 AM IST and 9:00 PM IST. If your PR goes stale for more than one day, you can tag and comment on this same issue by tagging @sanjay-kv. We are here to help you on this journey of open source. Consistent 20 contributions are eligible for sponsorship 💰 🎁 check our list of amazing people we sponsored so far: GitHub Sponsorship. ✨ 📚Your perks for contribution to this community 👇🏻
If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
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 pull request updates the testimonial section design with enhanced visual effects, animations, and improved user experience. The changes include adding background gradients, motion animations, and better responsive design across the testimonial components.
Key changes:
- Enhanced testimonial carousel with animated backgrounds and improved navigation
- Redesigned TopMate section with gradient effects and enhanced card design
- Updated testimonial cards with 3D effects and better visual hierarchy
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| src/pages/index.tsx | Updated layout structure with background gradients and responsive grid changes |
| src/components/topmate/TopMateSection.tsx | Complete redesign with motion animations, enhanced header section, and stats display |
| src/components/topmate/TopMateCard.tsx | Major enhancement with 3D effects, animated backgrounds, and improved visual elements |
| src/components/testimonials/TestimonialCarousel.tsx | Added animated background effects, enhanced navigation, and improved responsive design |
| src/components/testimonials/TestimonialCard.tsx | Enhanced with 3D hover effects, rating display, and improved content layout |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| const testimonials = [ | ||
| { | ||
| name: "Shaanif ahmed", | ||
| name: "Shaanif Ahmed", |
Copilot
AI
Aug 22, 2025
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.
The name has been corrected from "Shaanif ahmed" to "Shaanif Ahmed" - ensure this matches the actual person's preferred name capitalization.
| }, | ||
| { | ||
| name: "Namith", | ||
| name: "Namith Kumar", |
Copilot
AI
Aug 22, 2025
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.
The name has been changed from "Namith" to "Namith Kumar" - verify this is the correct full name for this testimonial.
| import { motion } from "framer-motion"; | ||
| import { useColorMode } from "@docusaurus/theme-common"; | ||
| import { Star, Users, TrendingUp, Award, ArrowRight, Play, Pause } from "lucide-react"; | ||
| // Removed unused testimonials.css import |
Copilot
AI
Aug 22, 2025
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.
Remove this comment as it describes what was removed rather than explaining current code functionality.
| // Removed unused testimonials.css import |
| }, [api]); | ||
|
|
||
| // Removed mouse handlers | ||
|
|
Copilot
AI
Aug 22, 2025
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.
Remove this comment as it refers to removed code rather than documenting current functionality.
| </motion.div> | ||
|
|
||
| {/* Enhanced Footer */} | ||
| {/* Footer section removed for cleaner carousel cards */} |
Copilot
AI
Aug 22, 2025
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.
Remove this comment as it describes removed content rather than documenting the current implementation.
| {/* Footer section removed for cleaner carousel cards */} |
| <span className={isDark ? "text-gray-500" : "text-gray-400"}>{date}</span> | ||
| </div> | ||
|
|
||
| {/* Hover overlay removed per feedback */} |
Copilot
AI
Aug 22, 2025
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.
Remove this comment as it refers to removed functionality rather than explaining current code.
| {/* Hover overlay removed per feedback */} |
iitzIrFan
left a comment
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.
Pretty sleek design and matches the overall theme of the application @Richajaishwal0
LGTM !
@sanjay-kv Ready for merge.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This PR has been automatically closed due to inactivity from the owner for 15 days. |
Description
The testimonial section design has been updated.
Fixes #325
Type of Change
Changes Made
Updated Testimonial Ui
Dependencies
Same as previous
Checklist
npm run buildand attached scrrenshot in this PR.