From e62e0385ac055873a8492e23b5113fdb0a3bfdd4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:53:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19b2e54..0974f11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function BrewHavenPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmall" - background="blurBottom" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function BrewHavenPage() { tag="Specialty Coffee" tagIcon={Coffee} tagAnimation="slide-up" - background={{ variant: "blur-bottom" }} + background={{ variant: "canvas-reveal" }} imageSrc="http://img.b2bpic.net/free-photo/side-view-albino-woman-sitting-table_23-2150171835.jpg" imageAlt="Cozy coffee shop interior with warm lighting" buttons={[ @@ -99,16 +99,16 @@ export default function BrewHavenPage() {