From 4df0cfc0fba8aa6914c62b7c4c1032f0cb6ba1c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:02:45 +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 2d2495e..02621b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { title="Welcome to BuildHub" description="Build, deploy, and scale your projects with confidence. Our platform provides everything you need to succeed in the digital landscape." tag="Platform" - background={{ variant: "floatingGradient" }} + background={{ variant: "canvas-reveal" }} imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-technician-optimizing-production-flow-using-laptop_482257-124916.jpg" imageAlt="BuildHub Dashboard" buttons={[ @@ -74,7 +74,7 @@ export default function LandingPage() {