From 751b7993644190bb5c7810bd46e6c6bf9f9e28d3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 01:32:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 119a3b6..ee60fc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function Page() { { title: "Security", description: "Built-in protection.", imageSrc: "/placeholder.jpg" } ]} textboxLayout="default" + animationType="slide-up" useInvertedBackground={false} /> @@ -86,7 +87,6 @@ export default function Page() { tag="Ready?" title="Get in Touch" description="Let's build something great." - background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1