Update src/app/page.tsx

This commit is contained in:
2026-04-26 00:23:47 +00:00
parent 128853380c
commit f4eadd296c

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-sportswear-stretching-her-muscles-stadium_627829-10248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-sportswear-stretching-her-muscles-stadium_627829-10248.jpg?_wi=1",
imageAlt: "Construction",
},
{
@@ -95,14 +95,14 @@ export default function LandingPage() {
title: "Concrete Work",
subtitle: "Precision Craft",
description: "Luxury concrete pouring and finishing.",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-textured-backgound_1258-30481.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-textured-backgound_1258-30481.jpg?_wi=1",
},
{
tag: "Lawn",
title: "Artificial Turf",
subtitle: "Evergreen",
description: "High quality artificial turf systems.",
imageSrc: "http://img.b2bpic.net/free-photo/man-having-game-golf-outdoors-course_23-2150551632.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-having-game-golf-outdoors-course_23-2150551632.jpg?_wi=1",
},
{
tag: "Renovation",
@@ -184,7 +184,7 @@ export default function LandingPage() {
title: "Design",
subtitle: "Step 2",
description: "Creating the master plan.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-sportswear-stretching-her-muscles-stadium_627829-10248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-sportswear-stretching-her-muscles-stadium_627829-10248.jpg?_wi=2",
imageAlt: "Woman practicing bridge butt raise using resistance band",
},
{
@@ -192,7 +192,7 @@ export default function LandingPage() {
title: "Build",
subtitle: "Step 3",
description: "Professional construction.",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-textured-backgound_1258-30481.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-textured-backgound_1258-30481.jpg?_wi=2",
imageAlt: "Woman practicing bridge butt raise using resistance band",
},
{
@@ -200,7 +200,7 @@ export default function LandingPage() {
title: "Final",
subtitle: "Step 4",
description: "Site walkthrough.",
imageSrc: "http://img.b2bpic.net/free-photo/man-having-game-golf-outdoors-course_23-2150551632.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-having-game-golf-outdoors-course_23-2150551632.jpg?_wi=2",
imageAlt: "Woman practicing bridge butt raise using resistance band",
},
]}