Update src/app/page.tsx

This commit is contained in:
2026-06-10 20:33:11 +00:00
parent 0bcf23e35b
commit 2f53fe8b12

View File

@@ -88,11 +88,11 @@ export default function LandingPage() {
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg?_wi=1",
imageAlt: "Professional plumber fixing a leaky pipe", imageAlt: "Professional plumber fixing a leaky pipe",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721577.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721577.jpg?_wi=1",
imageAlt: "Modern plumbing installation pipes", imageAlt: "Modern plumbing installation pipes",
}, },
{ {
@@ -182,7 +182,7 @@ export default function LandingPage() {
}, },
], ],
reverse: true, reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg?_wi=2",
imageAlt: "drain cleaning service clogged pipe", imageAlt: "drain cleaning service clogged pipe",
}, },
{ {
@@ -207,7 +207,7 @@ export default function LandingPage() {
}, },
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721577.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721577.jpg?_wi=2",
imageAlt: "drain cleaning service clogged pipe", imageAlt: "drain cleaning service clogged pipe",
}, },
]} ]}