1 Commits

Author SHA1 Message Date
6b88fab86f fix 2026-01-27 15:54:01 +02: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."
tag="Start Learning Today"
tagIcon={Sparkles}
background={{}}
background={{ variant: "radial-gradient" }}
mediaItems={[
{
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>
</ThemeProvider>
);
}
}