From a0505a01f12591e0f32004f34bed6053bd757e98 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:53:00 +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 d86ef54..3afe217 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="medium" - background={{ variant: "plain" }} + background={{ variant: "circleGradient" }} cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -55,7 +55,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2703.jpg", imageAlt: "premium black hoodie fashion" }, { imageSrc: "http://img.b2bpic.net/free-psd/sales-discount-youtube-cover-template_23-2149984962.jpg", imageAlt: "luxury fashion street style" } ]} - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} className="w-full" containerClassName="px-4 py-16 lg:py-24" textBoxClassName="max-w-2xl" -- 2.49.1