From ae09bd462c60818946d086a3021394a2384af33b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:17:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cbad9c..26bc03b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { reverse: true }, { - title: "Grading & Drainage", description: "Expert drainage solutions for lasting results.", media: { imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367132.jpg", imageAlt: "asphalt paving driveway repair" }, + title: "Grading & Drainage", description: "Expert drainage solutions for lasting results.", media: { imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367132.jpg?_wi=1", imageAlt: "asphalt paving driveway repair" }, items: [{ icon: CheckCircle, text: "Excavation" }, { icon: CheckCircle, text: "Drainage" }], reverse: false }, @@ -139,7 +139,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "t1", name: "John Doe", role: "Homeowner", company: "Cypress", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/work-life-joyful-middle-aged-man-comfortable-casual-clothes-talking-smartphone-gesturing-while-sitting-open-terrace-country-house-sunny-day_259150-59318.jpg" }, - { id: "t2", name: "Jane Smith", role: "Business Owner", company: "Houston", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367132.jpg" }, + { id: "t2", name: "Jane Smith", role: "Business Owner", company: "Houston", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367132.jpg?_wi=2" }, { id: "t3", name: "Mike Johnson", role: "Resident", company: "Cypress", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037250.jpg" }, { id: "t4", name: "Sarah Lee", role: "Homeowner", company: "Houston", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-small-business-owners_53876-128889.jpg" }, { id: "t5", name: "David Wilson", role: "Client", company: "Cypress", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovable-caucasian-girl-trendy-pink-attire-enjoying-weekend-morning-street-cafe-outdoor-shot-curly-european-lady-expressing-happiness-vacation_197531-9057.jpg" }, -- 2.49.1