From 0197cb01def9ead8de276198c05710e8d4b54cab Mon Sep 17 00:00:00 2001 From: Sacha VAUDEY Date: Sat, 31 May 2025 22:00:23 +0200 Subject: [PATCH] Update background --- banquise-website/src/App.tsx | 24 ------ .../src/components/layout/Footer.tsx | 4 +- .../src/components/sections/AboutSection.tsx | 2 +- .../src/components/sections/HeroSection.tsx | 8 -- banquise-website/src/index.css | 75 +++++++++++++++++++ 5 files changed, 78 insertions(+), 35 deletions(-) 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 = () => ( -