Update src/app/page.tsx
This commit is contained in:
@@ -51,9 +51,9 @@ export default function LandingPage() {
|
||||
tag="Since 1999"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man_1368-491.jpg", imageAlt: "HVAC Technician working"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man_1368-491.jpg?_wi=1", imageAlt: "HVAC Technician working"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dolly-shot-air-conditioner-side-panel-opened-before-customer-comissioned-repairments-are-being-done-faulty-wiring-hvac-system-prepared-be-fixed-by-professional-engineer_482257-65948.jpg", imageAlt: "HVAC system exterior"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dolly-shot-air-conditioner-side-panel-opened-before-customer-comissioned-repairments-are-being-done-faulty-wiring-hvac-system-prepared-be-fixed-by-professional-engineer_482257-65948.jpg?_wi=1", imageAlt: "HVAC system exterior"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -70,21 +70,21 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "AC Repair", description: "Fast diagnosis and expert repairs. We've come out on days off because we know what a broken AC in Menifee summer means.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man_1368-491.jpg", imageAlt: "AC Repair"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man_1368-491.jpg?_wi=2", imageAlt: "AC Repair"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dolly-shot-air-conditioner-side-panel-opened-before-customer-comissioned-repairments-are-being-done-faulty-wiring-hvac-system-prepared-be-fixed-by-professional-engineer_482257-65948.jpg", imageAlt: "Service van"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dolly-shot-air-conditioner-side-panel-opened-before-customer-comissioned-repairments-are-being-done-faulty-wiring-hvac-system-prepared-be-fixed-by-professional-engineer_482257-65948.jpg?_wi=2", imageAlt: "Service van"},
|
||||
},
|
||||
{
|
||||
title: "New Installation", description: "Seamless installs of new systems — single zone, multi-zone, or whole-home. Done clean, done right, done fast.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man_1368-491.jpg", imageAlt: "AC Installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man_1368-491.jpg?_wi=3", imageAlt: "AC Installation"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dolly-shot-air-conditioner-side-panel-opened-before-customer-comissioned-repairments-are-being-done-faulty-wiring-hvac-system-prepared-be-fixed-by-professional-engineer_482257-65948.jpg", imageAlt: "New Unit"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dolly-shot-air-conditioner-side-panel-opened-before-customer-comissioned-repairments-are-being-done-faulty-wiring-hvac-system-prepared-be-fixed-by-professional-engineer_482257-65948.jpg?_wi=3", imageAlt: "New Unit"},
|
||||
},
|
||||
{
|
||||
title: "Maintenance & Tune-Up", description: "Regular tune-ups extend the life of your system and catch small problems before they become expensive ones.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man_1368-491.jpg", imageAlt: "AC Maintenance"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-man_1368-491.jpg?_wi=4", imageAlt: "AC Maintenance"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dolly-shot-air-conditioner-side-panel-opened-before-customer-comissioned-repairments-are-being-done-faulty-wiring-hvac-system-prepared-be-fixed-by-professional-engineer_482257-65948.jpg", imageAlt: "HVAC check"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dolly-shot-air-conditioner-side-panel-opened-before-customer-comissioned-repairments-are-being-done-faulty-wiring-hvac-system-prepared-be-fixed-by-professional-engineer_482257-65948.jpg?_wi=4", imageAlt: "HVAC check"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
||||
title="Ready for real comfort?"
|
||||
description="Call us for a free quote or to schedule service. We pick up, we show up, and we get it done."
|
||||
inputPlaceholder="Enter your phone number"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-man_1368-491.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-man_1368-491.jpg?_wi=5"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user