From dab52c5d91d68d1d04f18b1d4260baca9897e47e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:01:52 +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 4c30224..4e70632 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="blurBottom" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Trusted Plumbing Experts" tagIcon={Wrench} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "canvas-reveal" }} buttons={[ { text: "Call Now", href: "tel:(555)123-4567" }, { text: "Schedule Service", href: "#contact" }