From 9c00abd6b0b21dd3a9429a4f588ac96c5e213f4a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:30:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3951696..266da93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg", imageAlt: "Modern garden design with water features" }, - { imageSrc: "http://img.b2bpic.net/free-photo/vegetated-building_23-2147677722.jpg", imageAlt: "Sustainable landscape project" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vegetated-building_23-2147677722.jpg?_wi=1", imageAlt: "Sustainable landscape project" }, { imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Hardscape and patio installation" }, { imageSrc: "http://img.b2bpic.net/free-photo/nature-garden-leaves-background_1340-7945.jpg", imageAlt: "Native plant landscaping" }, { imageSrc: "http://img.b2bpic.net/free-photo/tree-with-lamp-lighting_1339-7214.jpg", imageAlt: "Outdoor lighting and garden features" } @@ -92,8 +92,8 @@ export default function LandingPage() { }, { id: 2, - title: "Installation & Build", description: "Expert installation of hardscaping, planting, and outdoor features. Our skilled team brings your landscape design to life with precision and attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg" } + title: "Installation & Build", description: "Expert installation of hardscaping, planting, and outdoor features. Our skilled team brings your landscape design to life with precision and attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=2" } }, { id: 3, @@ -126,7 +126,7 @@ export default function LandingPage() { }, { id: "3", brand: "Residential", name: "Sustainable Garden Design", price: "Completed 2023", rating: 5, - reviewCount: "10k+", imageSrc: "http://img.b2bpic.net/free-photo/vegetated-building_23-2147677722.jpg", imageAlt: "Sustainable landscape with native plants" + reviewCount: "10k+", imageSrc: "http://img.b2bpic.net/free-photo/vegetated-building_23-2147677722.jpg?_wi=2", imageAlt: "Sustainable landscape with native plants" }, { id: "4", brand: "Residential", name: "Front Entry Transformation", price: "Completed 2023", rating: 5, -- 2.49.1