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 = () => {

{/* Input needs dark background styles */} -
+
diff --git a/public/Privacy-Policy/Data-Privacy-Statement-for-Candidates.pdf b/public/Privacy-Policy/Data-Privacy-Statement-for-Candidates.pdf index c5e654d..752d72d 100644 Binary files a/public/Privacy-Policy/Data-Privacy-Statement-for-Candidates.pdf and b/public/Privacy-Policy/Data-Privacy-Statement-for-Candidates.pdf differ diff --git a/public/Privacy-Policy/Recruitment-Privacy-Policy.pdf b/public/Privacy-Policy/Recruitment-Privacy-Policy.pdf index 197f681..55078b7 100644 Binary files a/public/Privacy-Policy/Recruitment-Privacy-Policy.pdf and b/public/Privacy-Policy/Recruitment-Privacy-Policy.pdf differ