Merge version_1 into main #3
@@ -47,14 +47,14 @@ export default function LandingPage() {
|
||||
title="Fast, Reliable Heating & AC Service in Marlborough, MA"
|
||||
description="Expert solutions for your home comfort. Same-day service available for all your heating and cooling needs."
|
||||
testimonials={[
|
||||
{ name: "John Doe", handle: "Marlborough Resident", testimonial: "Excellent service, fixed my AC in minutes!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg", imageAlt: "hvac technician repairing unit" },
|
||||
{ name: "Jane Smith", handle: "Framingham Resident", testimonial: "Very professional and fair pricing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-analyzing-building-model-with-woman-using-blueprints-plan-table-colleagues-working-together-design-construction-structure-layout-urban-development_482257-27842.jpg", imageAlt: "hvac technician repairing unit" },
|
||||
{ name: "Mike Ross", handle: "Marlborough Resident", testimonial: "Finally, an HVAC team that actually arrives on time.", rating: 5, 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", imageAlt: "hvac technician repairing unit" },
|
||||
{ name: "Linda G.", handle: "Southborough Resident", testimonial: "Heating system running like new after their visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", imageAlt: "hvac technician repairing unit" },
|
||||
{ name: "David T.", handle: "Hudson Resident", testimonial: "Quick, efficient, and very respectful of my home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-operating-industrial-machine-factory_637285-4184.jpg", imageAlt: "hvac technician repairing unit" },
|
||||
{ name: "John Doe", handle: "Marlborough Resident", testimonial: "Excellent service, fixed my AC in minutes!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg?_wi=1", imageAlt: "hvac technician repairing unit" },
|
||||
{ name: "Jane Smith", handle: "Framingham Resident", testimonial: "Very professional and fair pricing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-analyzing-building-model-with-woman-using-blueprints-plan-table-colleagues-working-together-design-construction-structure-layout-urban-development_482257-27842.jpg?_wi=1", imageAlt: "hvac technician repairing unit" },
|
||||
{ name: "Mike Ross", handle: "Marlborough Resident", testimonial: "Finally, an HVAC team that actually arrives on time.", rating: 5, 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", imageAlt: "hvac technician repairing unit" },
|
||||
{ name: "Linda G.", handle: "Southborough Resident", testimonial: "Heating system running like new after their visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=1", imageAlt: "hvac technician repairing unit" },
|
||||
{ name: "David T.", handle: "Hudson Resident", testimonial: "Quick, efficient, and very respectful of my home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-operating-industrial-machine-factory_637285-4184.jpg?_wi=1", imageAlt: "hvac technician repairing unit" },
|
||||
]}
|
||||
buttons={[{ text: "Get Free Quote", href: "#contact" }, { text: "Call Now", href: "tel:5085550199" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg?_wi=2"
|
||||
avatarText="Trusted by over 500+ local Marlborough neighbors"
|
||||
/>
|
||||
</div>
|
||||
@@ -64,9 +64,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "AC Repair", description: "Rapid diagnostics and repair for all AC models.", 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" },
|
||||
{ title: "Heating Repair", description: "Keeping you warm during the coldest Massachusetts winters.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg" },
|
||||
{ title: "Maintenance Plans", description: "Stay ahead of breakdowns with our routine care.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-operating-industrial-machine-factory_637285-4184.jpg" },
|
||||
{ title: "AC Repair", description: "Rapid diagnostics and repair for all AC models.", 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" },
|
||||
{ title: "Heating Repair", description: "Keeping you warm during the coldest Massachusetts winters.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=2" },
|
||||
{ title: "Maintenance Plans", description: "Stay ahead of breakdowns with our routine care.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-operating-industrial-machine-factory_637285-4184.jpg?_wi=2" },
|
||||
]}
|
||||
title="Professional HVAC Services"
|
||||
description="Comprehensive solutions to keep your home comfortable year-round."
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
{ title: "Same-Day Service", description: "We understand HVAC issues are urgent." },
|
||||
{ title: "Licensed & Insured", description: "Professional quality you can trust." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-analyzing-building-model-with-woman-using-blueprints-plan-table-colleagues-working-together-design-construction-structure-layout-urban-development_482257-27842.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-analyzing-building-model-with-woman-using-blueprints-plan-table-colleagues-working-together-design-construction-structure-layout-urban-development_482257-27842.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user