Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -56,13 +56,13 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-clipboard-front-cargo-van-delivering-bottles-water_627829-4187.jpg", imageAlt: "modern plumbing van branding design"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/daughter-looking-weighing-father_23-2147807816.jpg", imageAlt: "plumber installing fixtures in bathroom"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/daughter-looking-weighing-father_23-2147807816.jpg?_wi=1", imageAlt: "plumber installing fixtures in bathroom"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/gardener-sets-sprouts-orchard_1398-3993.jpg", imageAlt: "drain cleaning and maintenance service"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/gardener-sets-sprouts-orchard_1398-3993.jpg?_wi=1", imageAlt: "drain cleaning and maintenance service"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/rusty-shackle-worn-rope-detail_632498-60871.jpg", imageAlt: "emergency plumbing repair in progress"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/rusty-shackle-worn-rope-detail_632498-60871.jpg?_wi=1", imageAlt: "emergency plumbing repair in progress"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "water heater installation by plumber"},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=1", imageAlt: "water heater installation by plumber"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg", imageAlt: "pipe inspection and assessment service"},
|
||||
]}
|
||||
@@ -98,23 +98,23 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Emergency Plumbing Repair", description: "24/7 emergency response for burst pipes, leaks, and urgent plumbing issues. We arrive fast and fix it right the first time.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rusty-shackle-worn-rope-detail_632498-60871.jpg", imageAlt: "emergency plumbing repair in progress"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rusty-shackle-worn-rope-detail_632498-60871.jpg?_wi=2", imageAlt: "emergency plumbing repair in progress"},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7PaWdaKGpAJMSQdRzOK6zDuh/uploaded-1773095052460-57fk2zwp.png", imageAlt: "User provided image"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Drain Cleaning & Maintenance", description: "Professional drain cleaning services to keep your plumbing flowing smoothly. Preventative maintenance saves you money.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-sets-sprouts-orchard_1398-3993.jpg", imageAlt: "drain cleaning and maintenance service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-sets-sprouts-orchard_1398-3993.jpg?_wi=2", imageAlt: "drain cleaning and maintenance service"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/daughter-looking-weighing-father_23-2147807816.jpg", imageAlt: "plumber installing fixtures in bathroom"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/daughter-looking-weighing-father_23-2147807816.jpg?_wi=2", imageAlt: "plumber installing fixtures in bathroom"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Fixture Installation", description: "Expert installation of sinks, faucets, toilets, and other fixtures. We handle all plumbing code requirements.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/daughter-looking-weighing-father_23-2147807816.jpg", imageAlt: "plumber installing fixtures in bathroom"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/daughter-looking-weighing-father_23-2147807816.jpg?_wi=3", imageAlt: "plumber installing fixtures in bathroom"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", imageAlt: "water heater installation by plumber"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=2", imageAlt: "water heater installation by plumber"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
|
||||
Reference in New Issue
Block a user