Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8c743c03b | |||
| 8382afd34f | |||
| 6b89e92335 | |||
| 89be01890f | |||
| 287146d19a | |||
| bd46fa0137 |
@@ -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) {
|
||||||
|
|||||||
@@ -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="Sup, gents!"
|
||||||
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user