From 61e5d45ff42b02c4995ed91cd4bddda19ff7baa3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:22:51 +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 99bf61a..01e7491 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="medium" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -48,8 +48,8 @@ export default function LandingPage() { description="Expert service for all your plumbing and heating needs. Available 24/7 for emergencies. Licensed, insured, and trusted by homeowners throughout the region." tag="Trusted Since 2005" tagAnimation="slide-up" - background={{ variant: "grid" }} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg" imageAlt="Professional plumbing and heating services" buttonAnimation="slide-up" buttons={[ @@ -214,9 +214,9 @@ export default function LandingPage() { title="Request Service or Get a Quote" description="Fill out the form below and we'll get back to you within 24 hours. For emergencies, call us immediately at 1-800-HEATMINDER." tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721539.jpg" imageAlt="Contact Heatminder for plumbing services" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1