From a623e9875bf66c87d2f707d7aa1f908ee56af7eb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:06:28 +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 4b23ac4..6b2cd3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - tag: "Emergency", title: "24/7 Emergency", subtitle: "Fast Response", description: "We arrive when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg"}, + tag: "Emergency", title: "24/7 Emergency", subtitle: "Fast Response", description: "We arrive when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg?_wi=1"}, { tag: "Maintenance", title: "Drain Cleaning", subtitle: "Deep Roots", description: "Clearing stubborn obstructions for good.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg"}, { @@ -108,13 +108,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Mark D.", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg" }, + { id: "1", name: "Mark D.", role: "Homeowner", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg?_wi=1" }, { id: "2", name: "Susan P.", role: "Landlord", company: "Property Management", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg" }, { id: "3", name: "Andrea Rice", role: "Homeowner", company: "Neighborhood", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-sitting-sofa-using-tablet_23-2148020480.jpg" }, { id: "4", name: "Brad", role: "Client", company: "Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg" }, { id: "5", name: "Darling Dollz", role: "Local Business", company: "Bistro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg" }, - { id: "6", name: "Tracy", role: "Resident", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg" }, - { id: "7", name: "Sherry Hescott", role: "Homeowner", company: "Neighborhood", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg" }, + { id: "6", name: "Tracy", role: "Resident", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg?_wi=2" }, + { id: "7", name: "Sherry Hescott", role: "Homeowner", company: "Neighborhood", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15675.jpg?_wi=2" }, ]} kpiItems={[ { value: "4.5/5", label: "Avg Rating" }, -- 2.49.1