From 8e1bee08b2555e825ac247b670f34819352f3e94 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:55:58 +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 395babe..e7bdab2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Beverages" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/delicious-pear-juice-bottle_23-2148770717.jpg", imageAlt: "Fresh orange juice in elegant glass" -- 2.49.1