From cbe7be98a0c3d61145be5f2b00cbff9aa6880caf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:52:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ea9539..1fedaec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,19 +80,19 @@ export default function LandingPage() { }, { id: "project-2", brand: "Residence Portfolio", name: "Tropical Paradise Installation", price: "Premium", rating: 5, - reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-skatepark-daytime_181624-21255.jpg", imageAlt: "Finished luxury tropical garden with water features" + reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-skatepark-daytime_181624-21255.jpg?_wi=1", imageAlt: "Finished luxury tropical garden with water features" }, { id: "project-3", brand: "Residence Portfolio", name: "Exotic Garden Design", price: "Premium", rating: 5, - reviewCount: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg", imageAlt: "High-end tropical landscape with exotic plants" + reviewCount: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg?_wi=1", imageAlt: "High-end tropical landscape with exotic plants" }, { id: "project-4", brand: "Residence Portfolio", name: "Hardscape & Planting", price: "Premium", rating: 5, - reviewCount: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4858.jpg", imageAlt: "Luxury landscape with hardscape elements" + reviewCount: "Completed 2023", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4858.jpg?_wi=1", imageAlt: "Luxury landscape with hardscape elements" }, { id: "project-5", brand: "Residence Portfolio", name: "Premium Installation Detail", price: "Premium", rating: 5, - reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1146.jpg", imageAlt: "Upscale tropical landscape with stonework" + reviewCount: "Completed 2024", imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1146.jpg?_wi=1", imageAlt: "Upscale tropical landscape with stonework" } ]} gridVariant="three-columns-all-equal-width" @@ -110,13 +110,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Custom Design Consultation", description: "Personalized landscape design planning with detailed renderings and project timeline. We work closely with you to understand your vision, lifestyle, and aesthetic preferences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-skatepark-daytime_181624-21255.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg" } + title: "Custom Design Consultation", description: "Personalized landscape design planning with detailed renderings and project timeline. We work closely with you to understand your vision, lifestyle, and aesthetic preferences.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-skatepark-daytime_181624-21255.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-female-worker-working-together-garden_23-2148165265.jpg?_wi=2" } }, { id: 2, - title: "Installation & Hardscaping", description: "Expert installation of custom hardscape elements including patios, water features, stonework, and tropical plant installations. Our craftsmen deliver precision and durability.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4858.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1146.jpg" } + title: "Installation & Hardscaping", description: "Expert installation of custom hardscape elements including patios, water features, stonework, and tropical plant installations. Our craftsmen deliver precision and durability.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-tree_1339-4858.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1146.jpg?_wi=2" } } ]} showStepNumbers={true} -- 2.49.1