fix: Slow down reviews scroll tempo for readability

This commit is contained in:
Unchained
2026-03-22 08:47:06 +02:00
parent c5e96718a4
commit 0827147745

View File

@@ -137,7 +137,7 @@ export default function ProductReviews({ locale = "SR", productName = "this prod
x: { x: {
repeat: Infinity, repeat: Infinity,
repeatType: "loop", repeatType: "loop",
duration: 60, duration: 120,
ease: "linear", ease: "linear",
}, },
}} }}
@@ -159,7 +159,7 @@ export default function ProductReviews({ locale = "SR", productName = "this prod
x: { x: {
repeat: Infinity, repeat: Infinity,
repeatType: "loop", repeatType: "loop",
duration: 60, duration: 120,
ease: "linear", ease: "linear",
}, },
}} }}