update default speed for client logos animation and modify footer contact address

This commit is contained in:
2025-05-28 09:04:35 +02:00
parent ae6e2b020c
commit 5c2714b202
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