Compare commits

...

8 Commits

Author SHA1 Message Date
1312723956 Content edit: set hero title to AYO! 2026-01-27 14:13:20 +02:00
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
89be01890f Update src/app/page.tsx 2026-01-27 11:43:31 +00:00
287146d19a Update src/app/layout.tsx 2026-01-27 11:43:30 +00:00
bd46fa0137 Update src/app/blog/page.tsx 2026-01-27 11:43:30 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -54,7 +54,8 @@ export default function BlogPage() {
const url = `${apiUrl}/posts/${projectId}?status=published`; const url = `${apiUrl}/posts/${projectId}?status=published`;
const response = await fetch(url, { const response = await fetch(url, {
method: "GET", headers: { method: "GET", headers: {
"Content-Type": "application/json"}, "Content-Type": "application/json"
},
}); });
if (response.ok) { if (response.ok) {

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="Master Technology, Transform Your Future" title="AYO!"
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}