Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -57,10 +57,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-toolbox-walking-smart-factory-preparing-maintenance_482257-126132.jpg", imageAlt: "HVAC Technician performing AC repair"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-works-environment-project_23-2148894029.jpg", imageAlt: "Professional AC installation service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-works-environment-project_23-2148894029.jpg?_wi=1", imageAlt: "Professional AC installation service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg", imageAlt: "HVAC maintenance and inspection"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg?_wi=1", imageAlt: "HVAC maintenance and inspection"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "AC Installation", description: "Energy-efficient air conditioning systems installed by experienced technicians.", imageSrc: "http://img.b2bpic.net/free-photo/man-works-environment-project_23-2148894029.jpg", imageAlt: "AC Installation Service", buttonIcon: Zap,
|
||||
title: "AC Installation", description: "Energy-efficient air conditioning systems installed by experienced technicians.", imageSrc: "http://img.b2bpic.net/free-photo/man-works-environment-project_23-2148894029.jpg?_wi=2", imageAlt: "AC Installation Service", buttonIcon: Zap,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "HVAC Maintenance", description: "Prevent breakdowns and extend the life of your system with routine service.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg", imageAlt: "HVAC Maintenance Service", buttonIcon: Zap,
|
||||
title: "HVAC Maintenance", description: "Prevent breakdowns and extend the life of your system with routine service.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg?_wi=2", imageAlt: "HVAC Maintenance Service", buttonIcon: Zap,
|
||||
buttonHref: "#contact"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user