From b07371d5a6725316fdf6990224f41b94b07887fa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:36:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5dd18f..5699e3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function BostonHVACPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumLarge" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -55,7 +55,7 @@ export default function BostonHVACPage() { tag="Boston HVAC Experts" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Book Your Service Now", href: "contact" }, { text: "Request Free Estimate", href: "contact" }, @@ -225,7 +225,7 @@ export default function BostonHVACPage() { tagAnimation="slide-up" title="Get Expert HVAC Tips & Updates" description="Subscribe to our newsletter for seasonal maintenance reminders, energy-saving tips, and exclusive service offers delivered to your inbox." - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/father-teaching-son-play-guitar-daughter-helping-mother-kitchen_1163-3958.jpg" imageAlt="Comfortable home with reliable HVAC system" -- 2.49.1