diff --git a/src/app/page.tsx b/src/app/page.tsx index 368d10f..9391456 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} + ]} />