From d7f4ef15b2a88d6cf7d4958ff40e1372772fa7a7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:58:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4abdd5..7f0c256 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Explore Collections", href: "products" }, { text: "Call Now", href: "#" } ]} - background={{ variant: "aurora" }} + background={{ variant: "rotated-rays-animated" }} imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg" imageAlt="LEVIT boutique storefront and curated fashion collection" frameStyle="card" @@ -222,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1