diff --git a/app/(website)/_components/ClientLogosSection.tsx b/app/(website)/_components/ClientLogosSection.tsx
index 2ba0693..fca1c31 100644
--- a/app/(website)/_components/ClientLogosSection.tsx
+++ b/app/(website)/_components/ClientLogosSection.tsx
@@ -22,7 +22,7 @@ const ClientLogosSection: React.FC = ({
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
diff --git a/components/Footer.tsx b/components/Footer.tsx
index cd5006d..b127261 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -157,40 +157,39 @@ const Footer = () => {