From 0fd2fdacfbed002e173aeb6c44315cabeefbc905 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:20:34 +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 12aa264..6427e17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,13 +53,13 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/female-teen-her-mother-taking-care-backyard-plants_7502-9662.jpg", imageAlt: "Beautiful garden landscape" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/female-teen-her-mother-taking-care-backyard-plants_7502-9662.jpg?_wi=1", imageAlt: "Beautiful garden landscape" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", imageAlt: "Modern landscape design" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=1", imageAlt: "Modern landscape design" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Garden maintenance project" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=1", imageAlt: "Garden maintenance project" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-curvy-pathway-forest_181624-44037.jpg", imageAlt: "Outdoor space transformation" @@ -129,13 +129,13 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "proj-1", name: "Modern Backyard Oasis", price: "Completed 2024", variant: "Design • Installation • Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/female-teen-her-mother-taking-care-backyard-plants_7502-9662.jpg", imageAlt: "Modern backyard landscape" + id: "proj-1", name: "Modern Backyard Oasis", price: "Completed 2024", variant: "Design • Installation • Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/female-teen-her-mother-taking-care-backyard-plants_7502-9662.jpg?_wi=2", imageAlt: "Modern backyard landscape" }, { - id: "proj-2", name: "Residential Front Entrance", price: "Completed 2024", variant: "Design • Hardscape • Planting", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", imageAlt: "Front entrance landscaping" + id: "proj-2", name: "Residential Front Entrance", price: "Completed 2024", variant: "Design • Hardscape • Planting", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=2", imageAlt: "Front entrance landscaping" }, { - id: "proj-3", name: "Commercial Property Design", price: "Completed 2023", variant: "Design • Installation • Irrigation", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Commercial landscaping project" + id: "proj-3", name: "Commercial Property Design", price: "Completed 2023", variant: "Design • Installation • Irrigation", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=2", imageAlt: "Commercial landscaping project" } ]} />