diff --git a/src/app/page.tsx b/src/app/page.tsx index 691d000..08f7d89 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 NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardCarouselSplit from '@/components/sections/hero/HeroBillboardCarouselSplit'; @@ -126,7 +126,7 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767262988711-8n79jnpk.jpg", imageAlt: "Beautiful Estonian castle" } - ] + ]} textboxLayout="default" gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -171,7 +171,7 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766849444575-td00y2fe.jpg", imageAlt: "David Kim" } - ] + ]} textboxLayout="default" animationType="slide-up" useInvertedBackground="noInvert"