From 1b60fd79f778d2d820384620e9a46562f309ae28 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Sat, 6 Jun 2026 16:21:34 +0200 Subject: [PATCH] chore: replace boilerplate page.tsx with minimal placeholder --- src/app/page.tsx | 100 ++--------------------------------------------- 1 file changed, 3 insertions(+), 97 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fe62d1..5f2df66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,101 +1,7 @@ -import Image from "next/image"; - export default function Home() { return ( -
-
- Next.js logo -
    -
  1. - Get started by editing{" "} - - src/app/page.tsx - - . -
  2. -
  3. Save and see your changes instantly.
  4. -
- -
- - Vercel logomark - Deploy now - - - Read our docs - -
-
- +
+ Gestion — Matériaux Destock
- ); + ) }