diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ddaf78..d6e3d67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { description="San Diego's premier heating and air conditioning experts. Committed to quality service and home comfort." buttons={[{ text: "Request Estimate", href: "#contact" }, { text: "Our Services", href: "#services" }]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg" + imageSrc="http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg?_wi=1" /> @@ -68,7 +68,7 @@ export default function LandingPage() { description="Professional repairs, installations, and maintenance services to keep your system running optimally." useInvertedBackground={false} features={[ - { title: "AC System Repair", description: "Fast, accurate diagnosis and repair for all major brands.", imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg" }, + { title: "AC System Repair", description: "Fast, accurate diagnosis and repair for all major brands.", imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg?_wi=1" }, { title: "Energy Efficient Heating", description: "Upgrade to modern furnaces and heat pumps for lower monthly bills.", imageSrc: "http://img.b2bpic.net/free-photo/trained-engineer-certified-technician-opening-up-old-faulty-hvac-system-replace-it-with-new-performant-outside-air-conditioner-after-draining-refrigerant-replacing-ductwork_482257-70157.jpg" }, { title: "Indoor Air Quality", description: "Advanced filtration solutions for cleaner, fresher indoor environments.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg" } ]} @@ -84,7 +84,7 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { id: "1", value: "20+", title: "Years Serving SD", description: "A legacy of trust and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg" }, - { id: "2", value: "15k+", title: "Homes Served", description: "Consistent high-quality performance.", imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg" } + { id: "2", value: "15k+", title: "Homes Served", description: "Consistent high-quality performance.", imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg?_wi=2" } ]} /> @@ -146,7 +146,7 @@ export default function LandingPage() {