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 ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);