From e10d3d7d96462f8310a3afd0776453c44573bdd6 Mon Sep 17 00:00:00 2001
From: LathanDevers
Date: Tue, 28 Jul 2026 15:50:04 +0200
Subject: [PATCH] change design
---
src/pages/ConditionsGenerales.tsx | 1 -
src/pages/GiseLandingPage.tsx | 3 +--
src/pages/MentionsLegales.tsx | 1 -
src/pages/PolitiqueConfidentialite.tsx | 1 -
src/pages/PolitiqueCookies.tsx | 3 +--
5 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/src/pages/ConditionsGenerales.tsx b/src/pages/ConditionsGenerales.tsx
index bdb71f8..ca84603 100644
--- a/src/pages/ConditionsGenerales.tsx
+++ b/src/pages/ConditionsGenerales.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import {
Shield,
ArrowLeft,
diff --git a/src/pages/GiseLandingPage.tsx b/src/pages/GiseLandingPage.tsx
index 4ecad00..49f8f78 100644
--- a/src/pages/GiseLandingPage.tsx
+++ b/src/pages/GiseLandingPage.tsx
@@ -21,8 +21,7 @@ import {
ArrowUpRight,
HardDrive,
ShieldCheck,
- Zap,
- HelpCircle
+ Zap
} from 'lucide-react';
import { Link } from 'react-router-dom';
import { useTheme } from '../hooks/useTheme';
diff --git a/src/pages/MentionsLegales.tsx b/src/pages/MentionsLegales.tsx
index ead9ccd..6acc33b 100644
--- a/src/pages/MentionsLegales.tsx
+++ b/src/pages/MentionsLegales.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import { Shield, ArrowLeft, Mail, Server, FileCheck, Moon, Sun, Lock } from 'lucide-react';
import { Link } from 'react-router-dom';
import { useTheme } from '../hooks/useTheme';
diff --git a/src/pages/PolitiqueConfidentialite.tsx b/src/pages/PolitiqueConfidentialite.tsx
index 4d86dde..793c0a4 100644
--- a/src/pages/PolitiqueConfidentialite.tsx
+++ b/src/pages/PolitiqueConfidentialite.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import {
Shield,
ArrowLeft,
diff --git a/src/pages/PolitiqueCookies.tsx b/src/pages/PolitiqueCookies.tsx
index f135cc8..8913e7d 100644
--- a/src/pages/PolitiqueCookies.tsx
+++ b/src/pages/PolitiqueCookies.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import {
Shield,
ArrowLeft,
@@ -121,7 +120,7 @@ export default function PolitiqueCookies() {