From a38364db1308bc778b929efceb3d0ce6fc4945b4 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 30 Jun 2026 23:14:05 +0000 Subject: [PATCH] Bob AI: Added Richard Gutierrez review to testimonials section --- src/pages/HomePage/sections/Reviews.tsx | 38 ++++++++++++++++++------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/src/pages/HomePage/sections/Reviews.tsx b/src/pages/HomePage/sections/Reviews.tsx index aa85a74..628230d 100644 --- a/src/pages/HomePage/sections/Reviews.tsx +++ b/src/pages/HomePage/sections/Reviews.tsx @@ -4,6 +4,7 @@ import { Star } from "lucide-react"; import TextAnimation from "@/components/ui/TextAnimation"; import ImageOrVideo from "@/components/ui/ImageOrVideo"; import ScrollReveal from "@/components/ui/ScrollReveal"; +import Carousel from "@/components/ui/Carousel"; import { cls } from "@/lib/utils"; const avatars = [ @@ -50,17 +51,32 @@ const ReviewsInline = () => { ))} - - - -

{"Shawn Deidrich"}

-
+ +
+ + +

{"Shawn Deidrich"}

+
+
+
+ + +

{"Richard Gutierrez"}

+
+
+
{visibleAvatars.map((avatar, index) => ( -- 2.49.1