Compare commits

..

10 Commits

3 changed files with 4 additions and 4 deletions

View File

@@ -166,4 +166,4 @@ export default function BlogPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -1267,4 +1267,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -45,7 +45,7 @@ export default function ITAcademyPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
title="Ayo, buds!" title="Yo, bud!"
description="Learn in-demand IT skills with industry experts. From web development to cybersecurity, our comprehensive courses prepare you for success in the tech industry." description="Learn in-demand IT skills with industry experts. From web development to cybersecurity, our comprehensive courses prepare you for success in the tech industry."
tag="Start Your Journey" tag="Start Your Journey"
tagIcon={Zap} tagIcon={Zap}
@@ -264,4 +264,4 @@ export default function ITAcademyPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }