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) => (