Compare commits
18 Commits
version_2
...
957f8bcd6b
| Author | SHA1 | Date | |
|---|---|---|---|
| 957f8bcd6b | |||
| 6ea0dc1827 | |||
| 71ea0ee07b | |||
| 8734ed1782 | |||
| fc43eec01e | |||
| 6de5e68525 | |||
| ee3b778376 | |||
| 5b82b937f9 | |||
| c6880dda6d | |||
| 728f333c0a | |||
| 460ee0e9a7 | |||
| f7849fb761 | |||
| e2d57e6442 | |||
| aed8fd17bc | |||
| a8c743c03b | |||
| 8382afd34f | |||
| 6b89e92335 | |||
| 88d4feb4e4 |
@@ -166,4 +166,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -1267,4 +1267,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user