From 0624e65f08651c37110c20dbbe18cdd4b1580472 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:21:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed1de57..8df1ff2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Learn More", href: "#features" } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} mediaAnimation="blur-reveal" frameStyle="card" ariaLabel="NEXUS hero section" @@ -136,7 +136,7 @@ export default function LandingPage() { useInvertedBackground={true} containerClassName="px-6 py-20 max-w-6xl" cardClassName="p-8 rounded-xl bg-gradient-to-br from-gray-800 to-gray-900 border border-gray-700 hover:border-red-500 transition-all duration-300" - titleClassName="text-4xl md:text-5xl font-bold mb-6 text-white text-center" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-6 text-white text-center" textBoxDescriptionClassName="text-center text-gray-400 mb-12" imageClassName="w-16 h-16 mb-4 text-red-500" cardTitleClassName="text-xl font-semibold text-white mb-3" @@ -340,7 +340,7 @@ export default function LandingPage() { description="Start your free trial today and experience the future of personal life management. No credit card required." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=82h8sj" imageAlt="Contact NEXUS team" -- 2.49.1