From c07742834ddd624318d9bbc42d5805c38ceea107 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:39:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cee7f1..0c94c78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,6 +125,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Questions?" description="Find answers to frequently asked questions about our process." + className="animate-on-scroll" /> @@ -135,6 +136,7 @@ export default function LandingPage() { description="Let's start your project." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} + className="animate-on-scroll" /> @@ -142,6 +144,7 @@ export default function LandingPage() { -- 2.49.1