From 082714774556b6b08452672fb3d2c2e180ebc057 Mon Sep 17 00:00:00 2001 From: Unchained Date: Sun, 22 Mar 2026 08:47:06 +0200 Subject: [PATCH] fix: Slow down reviews scroll tempo for readability --- src/components/product/ProductReviews.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/product/ProductReviews.tsx b/src/components/product/ProductReviews.tsx index aec4790..944886c 100644 --- a/src/components/product/ProductReviews.tsx +++ b/src/components/product/ProductReviews.tsx @@ -137,7 +137,7 @@ export default function ProductReviews({ locale = "SR", productName = "this prod x: { repeat: Infinity, repeatType: "loop", - duration: 60, + duration: 120, ease: "linear", }, }} @@ -159,7 +159,7 @@ export default function ProductReviews({ locale = "SR", productName = "this prod x: { repeat: Infinity, repeatType: "loop", - duration: 60, + duration: 120, ease: "linear", }, }}