diff --git a/banquise-website/src/App.tsx b/banquise-website/src/App.tsx index fce47f6..3ff2fe2 100644 --- a/banquise-website/src/App.tsx +++ b/banquise-website/src/App.tsx @@ -86,30 +86,6 @@ const App: React.FC = () => { - - {/* Waves effect - repositioned to not interfere with content */} -
-
-
-
-
- - {/* 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 be2e1cf..61e6533 100644 --- a/banquise-website/src/components/layout/Footer.tsx +++ b/banquise-website/src/components/layout/Footer.tsx @@ -1,7 +1,7 @@ import React from 'react'; export const Footer: React.FC = () => ( -