Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-12 16:14:04 +00:00

View File

@@ -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"
/>
</div>
@@ -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" }
]}
/>
</div>
@@ -146,7 +146,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="SD HVAC"
imageSrc="http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg"
imageSrc="http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg?_wi=2"
columns={[
{ title: "Services", items: [{ label: "AC Repair", href: "#services" }, { label: "Installation", href: "#services" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }