Update src/app/page.tsx

This commit is contained in:
2026-01-02 16:43:17 +00:00
parent a6f62a8093
commit 6e65b8a556

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
@@ -99,6 +99,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground="noInvert"
animationType="slide-up"
speed={35}
team={[
{
id: "1",
@@ -148,8 +149,7 @@ export default function LandingPage() {
role: "Brave Newcomer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xerb6c"
}
]
speed={35}
]}
/>
</div>