From bbe1e7fbb4f0c047497797f724b2a9dbd389ce4d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 23:25:11 +0000 Subject: [PATCH] Update src/app/training/page.tsx --- src/app/training/page.tsx | 165 ++++++++++++++------------------------ 1 file changed, 62 insertions(+), 103 deletions(-) diff --git a/src/app/training/page.tsx b/src/app/training/page.tsx index b5b65c0..02bf85b 100644 --- a/src/app/training/page.tsx +++ b/src/app/training/page.tsx @@ -7,7 +7,7 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function TrainingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);