From e6e35f9c45fd5e9882e7f751ee285a18a3eff73c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 20:21:49 +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 bb738c1..c42a2a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Creating & Enhancing Your Outdoor Living Space" description="Expert landscape design, irrigation, and lawn care serving Upstate NY. We transform residential spaces into breathtaking landscapes." buttons={[{ text: "Get a Consultation", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=1" /> @@ -56,7 +56,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Local Landscape Expertise" description="Based in Ballston Lake, NY, we bring passion and technical skill to every garden project. From intricate water features to comprehensive lawn management, we ensure your outdoor space thrives throughout the seasons." - imageSrc="http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-6987.jpg" + imageSrc="http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-6987.jpg?_wi=1" /> @@ -84,7 +84,7 @@ export default function LandingPage() { metrics={[ { id: "m1", value: "11+", title: "Five-Star Reviews", description: "Consistently high customer satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-watering-taking-care-plants_176420-3834.jpg" }, { id: "m2", value: "60+", title: "Local Followers", description: "Trusted by neighbors across Upstate NY.", imageSrc: "http://img.b2bpic.net/free-photo/town-park-with-benches-fireplace_114579-13022.jpg" }, - { id: "m3", value: "5.0", title: "Satisfaction Rating", description: "Dedication to top-tier service excellence.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-senior-man-with-water-hose_23-2148256656.jpg" }, + { id: "m3", value: "5.0", title: "Satisfaction Rating", description: "Dedication to top-tier service excellence.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-senior-man-with-water-hose_23-2148256656.jpg?_wi=1" }, ]} title="Our Impact" description="Proven results serving our local community." @@ -98,10 +98,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "Client A", role: "Homeowner", company: "Ballston Lake", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1143.jpg" }, - { id: "2", name: "Client B", role: "Homeowner", company: "Upstate NY", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg" }, - { id: "3", name: "Client C", role: "Homeowner", company: "Ballston Lake", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-6987.jpg" }, - { id: "4", name: "Client D", role: "Homeowner", company: "Upstate NY", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-checking-map_23-2148206717.jpg" }, - { id: "5", name: "Client E", role: "Homeowner", company: "Ballston Lake", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sideways-senior-man-with-water-hose_23-2148256656.jpg" }, + { id: "2", name: "Client B", role: "Homeowner", company: "Upstate NY", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=2" }, + { id: "3", name: "Client C", role: "Homeowner", company: "Ballston Lake", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-6987.jpg?_wi=2" }, + { id: "4", name: "Client D", role: "Homeowner", company: "Upstate NY", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-checking-map_23-2148206717.jpg?_wi=1" }, + { id: "5", name: "Client E", role: "Homeowner", company: "Ballston Lake", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sideways-senior-man-with-water-hose_23-2148256656.jpg?_wi=2" }, ]} kpiItems={[ { value: "5.0", label: "Avg Rating" }, @@ -122,7 +122,7 @@ export default function LandingPage() { { id: "q2", title: "Do you provide irrigation services?", content: "Yes, we offer expert irrigation setup and maintenance." }, { id: "q3", title: "How can I schedule a design consultation?", content: "Please contact us at (518) 419-9012 or via the contact form on this site." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/back-view-woman-checking-map_23-2148206717.jpg" + imageSrc="http://img.b2bpic.net/free-photo/back-view-woman-checking-map_23-2148206717.jpg?_wi=2" faqsAnimation="blur-reveal" title="Common Questions" description="Frequently asked questions about our landscape services." -- 2.49.1