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 = 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)
|
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
|
||||||
|
|||||||
@ -106,11 +106,11 @@ const Footer = () => {
|
|||||||
<div>
|
<div>
|
||||||
<h5 className="text-lg font-semibold mb-4 text-primary">Contact</h5>
|
<h5 className="text-lg font-semibold mb-4 text-primary">Contact</h5>
|
||||||
<address className="text-sm text-[var(--oms-white)]/80 mb-2 not-italic">
|
<address className="text-sm text-[var(--oms-white)]/80 mb-2 not-italic">
|
||||||
Unit 10 B Centuria Park
|
265 Von Willich Avenue
|
||||||
<br />
|
<br />
|
||||||
265 Von Willich Avenue
|
Die Hoewes, Centurion, 0159
|
||||||
<br />
|
<br />
|
||||||
Die Hoewes, Centurion, 0159
|
(Unit 10 B Centuria Park)
|
||||||
</address>
|
</address>
|
||||||
<p className="text-sm text-[var(--oms-white)]/80 mb-2">
|
<p className="text-sm text-[var(--oms-white)]/80 mb-2">
|
||||||
Phone:{" "}
|
Phone:{" "}
|
||||||
|
|||||||
Reference in New Issue
Block a user