Compare commits

...

18 Commits

Author SHA1 Message Date
957f8bcd6b Merge version_10 into main
Merge version_10 into main
2026-01-27 13:04:09 +00:00
6ea0dc1827 Fix linter errors after: set the hero title to Vitaliy 2026-01-27 15:03:39 +02:00
71ea0ee07b Content edit: set the hero title to Vitaliy 2026-01-27 15:03:25 +02:00
8734ed1782 Merge version_9 into main
Merge version_9 into main
2026-01-27 12:45:25 +00:00
fc43eec01e Content edit: change the hero title to Holy shit, it's working! 2026-01-27 14:44:31 +02:00
6de5e68525 Content edit: change the title to Yo, bud! 2026-01-27 14:40:47 +02:00
ee3b778376 Fix linter errors after: set hero title to TEST 2026-01-27 14:34:00 +02:00
5b82b937f9 Content edit: set hero title to TEST 2026-01-27 14:33:51 +02:00
c6880dda6d Fix linter errors after: set hero title to AYO! 2026-01-27 14:13:48 +02:00
728f333c0a Content edit: set hero title to AYO! 2026-01-27 14:13:39 +02:00
460ee0e9a7 Fix linter errors after: set hero title to AYO! 2026-01-27 14:13:35 +02:00
f7849fb761 Merge version_4 into main
Merge version_4 into main
2026-01-27 12:06:56 +00:00
e2d57e6442 Update src/app/page.tsx 2026-01-27 12:06:51 +00:00
aed8fd17bc Merge version_3 into main
Merge version_3 into main
2026-01-27 12:03:02 +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
88d4feb4e4 Merge version_2 into main
Merge version_2 into main
2026-01-27 11:43:36 +00:00
3 changed files with 5 additions and 5 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

@@ -1,7 +1,7 @@
"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import NavbarLayoutFloatitlengOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
@@ -45,7 +45,7 @@ export default function ITAcademyPage() {
<div id="hero" data-section="hero">
<HeroSplit
title="Ayo, buds!"
title="Vitaliy"
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>
);
}
}