Merge pull request #28 from OwethuManagedServices/25-05-2025/New-Changes

update default speed for client logos animation and modify footer con…
This commit is contained in:
2025-05-28 09:06:01 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ const ClientLogosSection: React.FC<ClientLogosSectionProps> = ({
title,
description,
clients = [], // Default to empty array
speed = 80, //Default speed in seconds for one full cycle
speed = 40, //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