new changes

This commit is contained in:
2025-05-26 22:30:04 +02:00
parent 5baa62e86d
commit 735f98f564
9 changed files with 28 additions and 17 deletions

View File

@ -69,7 +69,7 @@ const Footer = () => {
</li>
<li>
<Link
href="/services"
href="/services/resource-augmentation"
className="text-sm text-[var(--oms-white)]/80 hover:text-primary transition-colors"
>
Services
@ -77,20 +77,20 @@ const Footer = () => {
</li>
<li>
<Link
href="/products"
href="/obse"
className="text-sm text-[var(--oms-white)]/80 hover:text-primary transition-colors"
>
Products
</Link>
</li>
<li>
{/* <li>
<Link
href="/join-us"
className="text-sm text-[var(--oms-white)]/80 hover:text-primary transition-colors"
>
Join Our Team
</Link>
</li>
</li> */}
<li>
<Link
href="/contact"
@ -217,18 +217,25 @@ const Footer = () => {
</p>
<div className="flex space-x-4">
{/* Links still hover to primary */}
<Link
{/* <Link
href="/privacy-policy"
className="hover:text-primary transition-colors"
>
Privacy Policy
</Link>
<Link
href="/paia-popia"
</Link> */}
<a
href="/Privacy-Policy/Recruitment-Privacy-Policy.pdf"
className="hover:text-primary transition-colors"
>
Privacy Policy
</a>
<a
href="/Privacy-Policy/Data-Privacy-Statement-for-Candidates.pdf"
className="hover:text-primary transition-colors"
>
PAIA & POPIA
</Link>
</a>
</div>
</div>
</div>
@ -237,3 +244,4 @@ const Footer = () => {
};
export default Footer;
//Data-Privacy-Statement-for-Candidates

View File

@ -392,6 +392,9 @@ const HeaderClient = () => {
<nav className="container mx-auto px-4 sm:px-6 lg:px-8 flex flex-col space-y-1 text-foreground">
<DropdownLink href="/" onClick={handleMobileLinkClick}>
Home
</DropdownLink>
<DropdownLink href="/tech-talk" onClick={handleMobileLinkClick}>
Tech Talk
</DropdownLink>
<DropdownLink href="/about" onClick={handleMobileLinkClick}>
About Us