Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-27 11:43:36 +00:00
3 changed files with 6 additions and 5 deletions

View File

@@ -54,7 +54,8 @@ export default function BlogPage() {
const url = `${apiUrl}/posts/${projectId}?status=published`;
const response = await fetch(url, {
method: "GET", headers: {
"Content-Type": "application/json"},
"Content-Type": "application/json"
},
});
if (response.ok) {
@@ -165,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="Master Technology, Transform Your Future"
title="Ayo, buds!"
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>
);
}
}