diff --git a/banquise-website/src/App.tsx b/banquise-website/src/App.tsx index 39d0115..fce47f6 100644 --- a/banquise-website/src/App.tsx +++ b/banquise-website/src/App.tsx @@ -80,32 +80,32 @@ const App: React.FC = () => {
-
+
- {/* Waves effect */} -
-
-
-
+ {/* Waves effect - repositioned to not interfere with content */} +
+
+
+
- {/* Bubbles effect */} -
- {[...Array(7)].map((_, i) => ( + {/* Bubbles effect - reduced quantity and repositioned */} +
+ {[...Array(5)].map((_, i) => (
))} diff --git a/banquise-website/src/components/layout/Footer.tsx b/banquise-website/src/components/layout/Footer.tsx index 7ad770c..be2e1cf 100644 --- a/banquise-website/src/components/layout/Footer.tsx +++ b/banquise-website/src/components/layout/Footer.tsx @@ -1,10 +1,10 @@ import React from 'react'; export const Footer: React.FC = () => ( -