From f4eadd296c3f30ded1e3a5cda54b7d60cac7fac0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:23:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b5a707..a558fbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", }, ]} -- 2.49.1