From 839652ac293853a9ca8dbeddda6dc452a0f9a90f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:36:18 +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 648f6f1..8b62155 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg" + imageSrc="http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=1" imageAlt="Professional outdoor landscape transformation" mediaAnimation="slide-up" buttons={[ @@ -105,10 +105,10 @@ export default function LandingPage() { title: "Planning & Preparation", description: "We handle all the details—permits, site preparation, material sourcing, and project scheduling. You simply wait for your transformation to begin.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Construction preparation and planning"}, { id: 3, - title: "Expert Installation", description: "Our skilled team executes your project with precision. We maintain open communication and minimize disruption to your daily life throughout the build.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "Professional installation and construction"}, + title: "Expert Installation", description: "Our skilled team executes your project with precision. We maintain open communication and minimize disruption to your daily life throughout the build.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=1", imageAlt: "Professional installation and construction"}, { id: 4, - title: "Quality Assurance & Warranty", description: "We conduct thorough inspections and provide comprehensive warranties on all work. Your satisfaction—and your investment—is protected.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "Final inspection and quality check"}, + title: "Quality Assurance & Warranty", description: "We conduct thorough inspections and provide comprehensive warranties on all work. Your satisfaction—and your investment—is protected.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=2", imageAlt: "Final inspection and quality check"}, ]} /> @@ -128,7 +128,7 @@ export default function LandingPage() { { id: "2", name: "Garden Landscape Design", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-park-tea-drinking-open-air_613910-7341.jpg", imageAlt: "Custom garden landscaping installation"}, { - id: "3", name: "Backyard Living Space", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Stone patio and outdoor living area"}, + id: "3", name: "Backyard Living Space", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=2", imageAlt: "Stone patio and outdoor living area"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1