Update src/app/page.tsx

This commit is contained in:
2026-01-19 17:03:27 +00:00
parent 4f7952a5d5
commit 947406c7a4

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -59,7 +59,7 @@ export default function LandingPage() {
{
imageSrc: "https://img.b2bpic.net/free-photo/selective-focus-shot-frog-by-lotus-leaf-pond-garden_181624-31841.jpg", imageAlt: "Tree frog climbing vegetation"
}
]
]}
autoplayDelay={4000}
showDimOverlay={true}
/>