From 95ed95a04832957ceb3c46787e6711d7273a4482 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:41:39 +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 509a185..abc97b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "View All Products", href: "#products" } ]} buttonAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} carouselItems={[ { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/room-with-powerful-computer-online-competition-streaming-chair_482257-2063.jpg", imageAlt: "Gaming Controller" }, { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hand-typing-keyboard_23-2149680272.jpg", imageAlt: "Gaming Keyboard" }, -- 2.49.1