From b4e1cbaf7db8c7add7e95de6019d93e4f5a6947f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:18:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19bf929..db53cac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumSizeLargeTitles" - background={{ variant: "animated-grid" }} + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -270,7 +270,7 @@ export default function LandingPage() { text="Ready to distract your market?" animationType="background-highlight" buttons={[{ text: "Get a quote", href: "#contact" }]} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} containerClassName="max-w-7xl mx-auto px-6 py-16" contentClassName="text-center py-12" -- 2.49.1