From f9edddc88eca8e8507914530aa2ee22a1f4d941b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 01:00:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e5adfe4..8d39509 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -181,7 +181,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - animationType="fade" + animationType="blur-reveal" kpiItems={[ { value: "98%", label: "Client Satisfaction" }, { value: "95%", label: "On-Time Delivery" }, @@ -224,7 +224,7 @@ export default function LandingPage() { description="Get in touch to discuss your next project. We'd love to bring your vision to life." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={true} inputPlaceholder="your@email.com" buttonText="Send Message" -- 2.49.1