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

update section component structure
This commit is contained in:
2025-05-27 16:16:11 +02:00
committed by GitHub
3 changed files with 1 additions and 1 deletions

View File

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