This pull request introduces a new carousel component for displaying customer reviews on the platform. The carousel enhances the user experience by allowing users to easily browse through multiple reviews without leaving the current view.
Changes Made
Created Testimonial Component: This component handles the rendering of review items in a carousel format.
Styled the Carousel: Applied responsive styles using Bootstrap CSS to ensure the carousel looks great on all devices.
Implemented Navigation Controls: Added previous and next buttons for navigating through reviews.
Added Auto-Slide Feature: The carousel automatically transitions between reviews every few seconds.
Issue
Closes #377
Type of change
Bug fix (non-breaking change which fixes an issue)
Description
This pull request introduces a new carousel component for displaying customer reviews on the platform. The carousel enhances the user experience by allowing users to easily browse through multiple reviews without leaving the current view.
Changes Made
Testimonial
Component: This component handles the rendering of review items in a carousel format.Issue
Type of change
Video
https://github.com/user-attachments/assets/e520b806-5e7a-4a0d-a778-7bb3c6721fdf
Mandatory Tasks