mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-17 18:58:10 +00:00
@ -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
|
||||||
|
|||||||
@ -157,7 +157,7 @@ const Footer = () => {
|
|||||||
</p>
|
</p>
|
||||||
<form className="flex flex-col sm:flex-row gap-2">
|
<form className="flex flex-col sm:flex-row gap-2">
|
||||||
{/* Input needs dark background styles */}
|
{/* Input needs dark background styles */}
|
||||||
<div className="relative">
|
<div className="relative max-w-md mx-auto w-full">
|
||||||
<input
|
<input
|
||||||
type="email"
|
type="email"
|
||||||
placeholder="Enter your email"
|
placeholder="Enter your email"
|
||||||
@ -165,7 +165,6 @@ const Footer = () => {
|
|||||||
className="
|
className="
|
||||||
w-full
|
w-full
|
||||||
pr-24
|
pr-24
|
||||||
|
|
||||||
px-4 py-2
|
px-4 py-2
|
||||||
rounded-lg
|
rounded-lg
|
||||||
bg-[var(--dark-input)]
|
bg-[var(--dark-input)]
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user