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() {