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