From 80e5af599bc6236bdfc8cdb6953ca0e677e93209 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:27:40 +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 6a94914..f5e8c28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -44,7 +44,7 @@ export default function LandingPage() { title="Expert Handyman & Construction Services" description="Professional drywall installation, repairs, remodeling, and general contracting for State College area homes and businesses. Free estimates, quality craftsmanship, and reliable service." tag="5.0 Rating • State College, PA" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Call (814) 357-5093", href: "tel:8143575093" }, { text: "Request Free Estimate", href: "#contact" } @@ -163,7 +163,7 @@ export default function LandingPage() { tag="Get Started" title="Ready to Transform Your Space?" description="Contact Price's Handyman & Construction today for a free estimate. We serve the State College area with professional, reliable service for all your home improvement needs." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/foreman-yellow-hardhat-holding-hammer-shoulder-toolbox-hand-dreamily-looking-camera-workshop_574295-661.jpg" imageAlt="Professional handyman team" -- 2.49.1