diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx
index 47c4a15..60f8760 100644
--- a/frontend/src/app/page.tsx
+++ b/frontend/src/app/page.tsx
@@ -222,44 +222,42 @@ export default function Home() {
)}
-
-
- {/* Bottom CTA Section */ }
- < section className = "py-16 bg-white" >
-
-
-
-
- {t("home.cta.title")}
-
-
- {t("home.cta.subtitle")}
-
-
-
-
-
+ {/* Bottom CTA Section */}
+
+
+
+
+
+ {t("home.cta.title")}
+
+
+ {t("home.cta.subtitle")}
+
+
+
+
+
-
-
-
-
-
+
+
-
-
+
+
)
}
diff --git a/frontend/src/components/footer.tsx b/frontend/src/components/footer.tsx
index 159925b..7c1177e 100644
--- a/frontend/src/components/footer.tsx
+++ b/frontend/src/components/footer.tsx
@@ -64,27 +64,17 @@ export function Footer() {