Skip to content

Conversation

@Richajaishwal0
Copy link
Member

Description

The testimonial section design has been updated.

Fixes #325

Type of Change

  • New feature (e.g., new page, component, or functionality)
  • Bug fix (non-breaking change that fixes an issue)
  • UI/UX improvement (design, layout, or styling updates)
  • Performance optimization (e.g., code splitting, caching)
  • Documentation update (README, contribution guidelines, etc.)
  • Other (please specify):

Changes Made

Updated Testimonial Ui

Dependencies

Same as previous

Checklist

  • My code follows the style guidelines of this project.
  • I have tested my changes across major browsers/devices
  • My changes do not generate new console warnings or errors , I ran npm run build and attached scrrenshot in this PR.
  • This is already assigned Issue to me, not an unassigned issue.

@vercel
Copy link
Contributor

vercel bot commented Aug 22, 2025

@Richajaishwal0 is attempting to deploy a commit to the recode Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link

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 👇🏻

  1. Get free Consultation use code recode50 to get free: Mentorship for free.

  2. Get the Ebook for free use code recode at checkout: Data Science cheatsheet for Beginners.

  3. Check out this weekly Newsletter: Sanjay's Newsletter.

If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link
Contributor

Copilot AI left a 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",
Copy link

Copilot AI Aug 22, 2025

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.

Copilot uses AI. Check for mistakes.
},
{
name: "Namith",
name: "Namith Kumar",
Copy link

Copilot AI Aug 22, 2025

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.

Copilot uses AI. Check for mistakes.
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
Copy link

Copilot AI Aug 22, 2025

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.

Suggested change
// Removed unused testimonials.css import

Copilot uses AI. Check for mistakes.
}, [api]);

// Removed mouse handlers

Copy link

Copilot AI Aug 22, 2025

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.

Suggested change

Copilot uses AI. Check for mistakes.
</motion.div>

{/* Enhanced Footer */}
{/* Footer section removed for cleaner carousel cards */}
Copy link

Copilot AI Aug 22, 2025

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.

Suggested change
{/* Footer section removed for cleaner carousel cards */}

Copilot uses AI. Check for mistakes.
<span className={isDark ? "text-gray-500" : "text-gray-400"}>{date}</span>
</div>

{/* Hover overlay removed per feedback */}
Copy link

Copilot AI Aug 22, 2025

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.

Suggested change
{/* Hover overlay removed per feedback */}

Copilot uses AI. Check for mistakes.
Copy link
Member

@iitzIrFan iitzIrFan left a 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.

@iitzIrFan iitzIrFan moved this to In Progress in @recode-web Aug 22, 2025
@vercel
Copy link
Contributor

vercel bot commented Aug 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
recode-website Ready Ready Preview Comment Aug 22, 2025 4:49pm

@sanjay-kv sanjay-kv added this to the recode:launch 3.0 milestone Aug 22, 2025
@iitzIrFan iitzIrFan added the Ready for Merge PR has passed reviews and checks, and is ready to be merged into the main branch. label Aug 26, 2025
@github-actions
Copy link

This PR has been automatically closed due to inactivity from the owner for 15 days.

@github-actions github-actions bot added the stale Stale PRs per the .github/workflows/stale.yml policy file label Sep 11, 2025
@github-actions github-actions bot closed this Sep 11, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in @recode-web Sep 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc25 level 2 30 points Ready for Merge PR has passed reviews and checks, and is ready to be merged into the main branch. stale Stale PRs per the .github/workflows/stale.yml policy file

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

🐞[Bug]:

3 participants