Update src/app/page.tsx

This commit is contained in:
2026-01-27 11:48:36 +00:00
parent 3a8adbc0bb
commit d589089c8e

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="aurora" background="none"
cardStyle="elevated" cardStyle="elevated"
primaryButtonStyle="shadow" primaryButtonStyle="shadow"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -48,7 +48,7 @@ export default function LandingPage() {
description="ForLive is your gateway to a thriving career in technology. Learn from industry experts and transform your skills into real-world expertise." description="ForLive is your gateway to a thriving career in technology. Learn from industry experts and transform your skills into real-world expertise."
tag="IT Education" tag="IT Education"
tagIcon={Zap} tagIcon={Zap}
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
mediaItems={[ mediaItems={[
{ {
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-working-laptops_23-2149739424.jpg", imageAlt: "Students learning to code" imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-people-working-laptops_23-2149739424.jpg", imageAlt: "Students learning to code"