From 0bf2a01d72e9de5b3d93cb99c168002172473590 Mon Sep 17 00:00:00 2001 From: Sacha VAUDEY Date: Sat, 31 May 2025 21:53:14 +0200 Subject: [PATCH] Improve UI unity --- banquise-website/src/App.tsx | 30 ++-- .../src/components/layout/Footer.tsx | 18 +-- .../src/components/layout/Navigation.tsx | 10 +- .../src/components/sections/AboutSection.tsx | 130 ++++++++++++------ .../src/components/sections/HeroSection.tsx | 28 ++-- .../components/sections/ServicesSection.tsx | 18 +-- .../sections/TechFeaturesSection.tsx | 32 ++--- .../src/components/ui/AccordionItem.tsx | 10 +- 8 files changed, 160 insertions(+), 116 deletions(-) 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 = () => ( -