From 186f3f27996b53cb69f1b1fb037a0225d8085252 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:21:27 +0000 Subject: [PATCH] Update src/app/inscription/page.tsx --- src/app/inscription/page.tsx | 47 ++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 15 deletions(-) diff --git a/src/app/inscription/page.tsx b/src/app/inscription/page.tsx index 69d47f1..e0c3555 100644 --- a/src/app/inscription/page.tsx +++ b/src/app/inscription/page.tsx @@ -6,22 +6,39 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS export default function InscriptionPage() { return ( - - -
- + +
+
+ +
); -- 2.49.1