Update src/app/page.tsx

This commit is contained in:
2026-04-06 16:05:31 +00:00
parent 79f51d60ea
commit aa32072651

View File

@@ -69,7 +69,7 @@ export default function LandingPage() {
handle: "@homeowner",
testimonial: "They didnt try to sell me a new unit—they actually fixed the problem.",
rating: 5,
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",
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?_wi=1",
imageAlt: "modern home hvac system cinematic shot",
},
{
@@ -77,7 +77,7 @@ export default function LandingPage() {
handle: "@homeowner",
testimonial: "Super personal, professional, and very knowledgeable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg?_wi=1",
imageAlt: "air conditioning repair residential service",
},
{
@@ -85,7 +85,7 @@ export default function LandingPage() {
handle: "@homeowner",
testimonial: "I cannot recommend them enough.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=1",
imageAlt: "home heating repair expert",
},
{
@@ -93,7 +93,7 @@ export default function LandingPage() {
handle: "@homeowner",
testimonial: "They kept coming back until the issue was fully fixed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg?_wi=1",
imageAlt: "hvac installation service clean",
},
{
@@ -101,7 +101,7 @@ export default function LandingPage() {
handle: "@homeowner",
testimonial: "Absolutely love this company. Super pleasant to deal with.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg?_wi=1",
imageAlt: "hvac tune up service resident",
},
]}
@@ -115,7 +115,7 @@ export default function LandingPage() {
href: "#contact",
},
]}
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"
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?_wi=2"
imageAlt="Cinematic view of professional HVAC service"
avatars={[
{
@@ -204,7 +204,7 @@ export default function LandingPage() {
title: "AC Repair",
description: "Quick, honest repairs that get you back to cool quickly.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg?_wi=2",
},
items: [
{
@@ -217,14 +217,14 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-board-with-hand-head-uniform-looking-pensive-front-view_176474-21345.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-board-with-hand-head-uniform-looking-pensive-front-view_176474-21345.jpg?_wi=1",
imageAlt: "hvac technician tablet booking",
},
{
title: "Heating Repair",
description: "We dont stop until your heat is working exactly as it should.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2",
},
items: [
{
@@ -244,7 +244,7 @@ export default function LandingPage() {
title: "HVAC Installation",
description: "Professional setup when you need it, done right the first time.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg?_wi=2",
},
items: [
{
@@ -264,7 +264,7 @@ export default function LandingPage() {
title: "Maintenance",
description: "Keep your home feeling perfect all year round with our tune-ups.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg?_wi=2",
},
items: [
{
@@ -372,7 +372,7 @@ export default function LandingPage() {
rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/young-loader-holding-board-with-hand-head-uniform-looking-pensive-front-view_176474-21345.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-loader-holding-board-with-hand-head-uniform-looking-pensive-front-view_176474-21345.jpg?_wi=2"
buttonText="Book Service Now"
/>
</div>