diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx
index 7862d03d..4309c44f 100644
--- a/src/app/[locale]/page.tsx
+++ b/src/app/[locale]/page.tsx
@@ -19,7 +19,8 @@ const HomePage = () => {
return (
<>
-
+
+ {/*
@@ -27,7 +28,7 @@ const HomePage = () => {
-
+ */}
>
);
};
diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx
index d09e3b75..4fbb20a9 100644
--- a/src/components/layout/Footer.tsx
+++ b/src/components/layout/Footer.tsx
@@ -99,10 +99,10 @@ const Footer = () => {
{t("footer.allRight")} - © {currentYear} Seastemik {t("footer.and")}{" "}
Data for Good
-
+ {/*
{t("footer.legalNotice")}
-
+ */}
diff --git a/src/components/layout/Navbar.tsx b/src/components/layout/Navbar.tsx
index 4cbfe19c..3bf9ccc9 100644
--- a/src/components/layout/Navbar.tsx
+++ b/src/components/layout/Navbar.tsx
@@ -53,7 +53,7 @@ const Navbar = () => {
className="w-24 md:w-36 lg:w-44 object-contain"
/>
-
+ {/*
+ */}
);