1 Commits

Author SHA1 Message Date
8707f49092 Merge version_2 into main
Merge version_2 into main
2026-01-27 13:45:59 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
description="Learn from industry experts in our comprehensive IT courses. From web development to data science, gain practical skills and launch your tech career." description="Learn from industry experts in our comprehensive IT courses. From web development to data science, gain practical skills and launch your tech career."
tag="Start Learning Today" tag="Start Learning Today"
tagIcon={Sparkles} tagIcon={Sparkles}
background={{ variant: "radial-gradient" }} background={{}}
mediaItems={[ mediaItems={[
{ {
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-working-laptops_23-2149739424.jpg", imageAlt: "Students learning online" imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-working-laptops_23-2149739424.jpg", imageAlt: "Students learning online"
@@ -256,4 +256,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }