From ab8a71ab9d1c0b1eb6ac3a8fd34b105e4391606c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:22:40 +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 defc39f..3cec88b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="circleGradient" + background="aurora" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Explore Our Solution", href: "#features" }, ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} carouselItems={[ { id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP0pMnOy381e47MU6SoqnDwJUk/screen-capture-of-a-modern-legacy-system-1772479218934-e1aff5d0.png", imageAlt: "System modernization dashboard"}, -- 2.49.1