Update src/app/page.tsx

This commit is contained in:
2026-04-21 15:10:32 +00:00
parent 28819373c2
commit c4359fe921

View File

@@ -64,15 +64,15 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/staircases-water-modern-building_116348-93.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/staircases-water-modern-building_116348-93.jpg?_wi=1",
imageAlt: "Landscape Transformation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263539.jpg?_wi=1",
imageAlt: "Hardscape Construction",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg?_wi=1",
imageAlt: "Finished Fence Project",
},
{
@@ -128,7 +128,7 @@ export default function LandingPage() {
},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/staircases-water-modern-building_116348-93.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/staircases-water-modern-building_116348-93.jpg?_wi=2",
imageAlt: "professional landscaper inspecting project",
},
{
@@ -139,7 +139,7 @@ export default function LandingPage() {
},
items: [],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263539.jpg?_wi=2",
imageAlt: "professional landscaper inspecting project",
},
{
@@ -150,7 +150,7 @@ export default function LandingPage() {
},
items: [],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg?_wi=2",
imageAlt: "professional landscaper inspecting project",
},
]}