Update src/app/page.tsx

This commit is contained in:
2026-01-20 10:08:41 +00:00
parent adb6cbaa81
commit 9f002866d8

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -80,7 +80,7 @@ export default function LandingPage() {
imageSrc="https://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891341.jpg"
imageAlt="Students learning in coding classroom"
imagePosition="right"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -143,7 +143,7 @@ export default function LandingPage() {
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -200,7 +200,7 @@ export default function LandingPage() {
}
]}
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
animationType="smooth"
/>
</div>