From d814b21536685764a25b5748df69773d3bd23ff6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:17:15 +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 90b133c..52c6e45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg", imageAlt: "Professional HVAC technician" }, { - imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=1", imageAlt: "AC repair service" + imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", imageAlt: "AC repair service" } ]} mediaAnimation="slide-up" @@ -74,7 +74,7 @@ export default function LandingPage() { tag="Complete HVAC Coverage" features={[ { - id: "ac-repair", title: "AC Repair", description: "Fast air conditioning repair when you need it most. Same-day emergency service available.", tag: "Year-Round", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg?_wi=2", imageAlt: "Air conditioning repair service" + id: "ac-repair", title: "AC Repair", description: "Fast air conditioning repair when you need it most. Same-day emergency service available.", tag: "Year-Round", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", imageAlt: "Air conditioning repair service" }, { id: "heating-repair", title: "Heating Repair", description: "Reliable furnace and heating system repairs to keep your home warm.", tag: "Expert Service", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334228.jpg", imageAlt: "Heating system repair" @@ -161,7 +161,7 @@ export default function LandingPage() { tagIcon={Phone} title="Need HVAC Service Today?" description="Call Master Service now for fast, reliable heating and cooling solutions. Available 24/7 for emergencies." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={true} inputPlaceholder="Enter your phone number" buttonText="Call (539) 202-8879" -- 2.49.1