diff --git a/src/app/page.tsx b/src/app/page.tsx index a4aabc2..c83a5b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,7 @@ export default function LandingPage() { { text: "Explore Solutions", href: "#about" }, { text: "Get Started", href: "#social-proof" }, ]} - mediaAnimation="slide-up" - useInvertedBackground={false} + background={{ variant: "plain" }} /> @@ -58,7 +57,8 @@ export default function LandingPage() {