From 030840f4f3979e613f03fe40cdbf96162f0e8b45 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:56:02 +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 4082725..89261c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -59,7 +59,7 @@ export default function LandingPage() { { text: "Explore Stores", href: "#directory" }, { text: "Get Directions", href: "#visit" }, ]} - background={{ variant: "fluid" }} + background={{ variant: "radial-gradient" }} dashboard={{ title: "Center Highlights", logoIcon: MapPin, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-with-dog_1157-14769.jpg", searchPlaceholder: "Find stores and services", buttons: [ -- 2.49.1