Compare commits

..

4 Commits

Author SHA1 Message Date
e2d57e6442 Update src/app/page.tsx 2026-01-27 12:06:51 +00:00
a8c743c03b Update src/app/page.tsx 2026-01-27 12:02:58 +00:00
8382afd34f Update src/app/layout.tsx 2026-01-27 12:02:57 +00:00
6b89e92335 Update src/app/blog/page.tsx 2026-01-27 12:02:56 +00:00
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -45,7 +45,7 @@ export default function ITAcademyPage() {
<div id="hero" data-section="hero">
<HeroSplit
title="Ayo, buds!"
title="Sup!"
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"
tagIcon={Zap}
@@ -264,4 +264,4 @@ export default function ITAcademyPage() {
</div>
</ThemeProvider>
);
}
}