From 02a9984819fff07218dfc18ac948e2af261cdf74 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 03:15:06 +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 4d67a2a..46995f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -54,7 +54,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/close-up-bearded-customer-looking-up_23-2148256859.jpg" imageAlt="Premium barber haircut in progress" mediaAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imagePosition="right" /> -- 2.49.1