update section component structure

This commit is contained in:
2025-05-27 16:15:22 +02:00
parent db391c833a
commit b908926912
3 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const ClientLogosSection: React.FC<ClientLogosSectionProps> = ({
title,
description,
clients = [], // Default to empty array
speed = 50, //Default speed in seconds for one full cycle
speed = 80, //Default speed in seconds for one full cycle
squareSize = 120, // Default size for the square container (e.g., 120px)
}) => {
// Need at least one client to render the marquee