diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 49ab6c2..09bc099 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -7,27 +7,32 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function ReviewsPage() { return ( - + - + -
- + /> +
+
+ +
+ -
);