From f822077f51291005c0f1ffac2c4f7108d1771d1b Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 19 Nov 2025 00:13:33 +0100 Subject: [PATCH] fix: remove white spaces and gaps on homepage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed white space between header and hero section (-mt-[4.5rem]) - Removed side margins on hero section (w-full px-0) - Removed side margins on stats section (w-full px-0) - Removed bottom padding on stats section (pb-0) - Hero and stats sections now extend to full screen width - No gap between stats section and footer 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index a64a20a..c74e131 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -10,17 +10,17 @@ export const metadata: Metadata = { export default function HomePage() { return ( -
+
{/* Hero Section - Bannière principale */} -
+
-
-
+
+

Un code, un gain garanti !

@@ -252,9 +252,9 @@ export default function HomePage() {
{/* Stats Section */} -
-
-
+
+
+
100%
@@ -274,7 +274,7 @@ export default function HomePage() {
-
+