From a487c41c3838dffe6fbb9c5d58273c751b9e7866 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:40:23 +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 d191965..8c0509e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Fast & Affordable" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "See It In Action", href: "#services" }, { text: "Start Free Trial", href: "#contact" }