From 836e8da5d3ad3e56ea7b55cfff63f4154154e117 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:32:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d6f9ac..7f807d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLarge" - background="fluid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Next-Generation AI" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} buttons={[ { text: "Start Free Trial", href: "contact" }, { text: "Watch Demo", href: "#" }, @@ -73,6 +73,7 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWKKdNYK9qdeW5L8SGOQyIh9VN/abstract-ai-neural-network-visualization-1772703054018-063624e3.png" imageAlt="AI Neural Network Visualization" mediaAnimation="slide-up" + metricsAnimation="slide-up" /> -- 2.49.1