Merge pull request #26 from OwethuManagedServices/dev

Dev
This commit is contained in:
2025-05-27 16:45:09 +02:00
committed by GitHub
4 changed files with 25 additions and 26 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

View File

@ -157,7 +157,7 @@ const Footer = () => {
</p>
<form className="flex flex-col sm:flex-row gap-2">
{/* Input needs dark background styles */}
<div className="relative">
<div className="relative max-w-md mx-auto w-full">
<input
type="email"
placeholder="Enter your email"
@ -165,7 +165,6 @@ const Footer = () => {
className="
w-full
pr-24
px-4 py-2
rounded-lg
bg-[var(--dark-input)]