diff --git a/components/Footer.tsx b/components/Footer.tsx
index 56a0db8..e50a00c 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -15,7 +15,6 @@ import BlackLogo14 from "../assets/BlackLogo14";
import { navigateTo } from "../App";
import { useState } from "react";
import GlobalOffices from "./GlobalOffices";
-import { Link } from "react-router-dom";
const footerNavigation = {
Explore: [
@@ -206,12 +205,16 @@ const FooterSection = ({
{links.map((link) => (
-
- {
+ e.preventDefault();
+ navigateTo(link.url);
+ }}
className="text-[#CCCCCC] hover:text-white transition-colors duration-200 text-sm block py-1 hover:translate-x-1 transform cursor-pointer"
>
{link.label}
-
+
))}
@@ -389,7 +392,7 @@ export const Footer = () => {
links={footerNavigation.Explore}
delay={0.1}
/>
-
+
{/* Combined Services & Company */}
{
delay={0.3}
/>
-
+
{/* Combined AI & ML with Resources */}
{
delay={0.5}
/>
-
+
-
+