diff --git a/src/app/page.tsx b/src/app/page.tsx index a0d6fbc..cfb4ef8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,22 +129,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Martinez", role: "Homeowner", company: "Martinez Residence", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Martinez - 5 star review"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "James Martinez - 5 star review"}, { id: "2", name: "Sarah Thompson", role: "Property Manager", company: "Thompson Properties LLC", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg", imageAlt: "Sarah Thompson - 5 star review"}, { id: "3", name: "Michael Rodriguez", role: "Residential Owner", company: "Rodriguez Estate", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Rodriguez - 5 star review"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Rodriguez - 5 star review"}, { id: "4", name: "Jennifer Williams", role: "HOA President", company: "Sunset Valley Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jennifer Williams - 5 star review"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Jennifer Williams - 5 star review"}, { id: "5", name: "David Chen", role: "Commercial Owner", company: "Chen Business Properties", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "David Chen - 5 star review"}, { id: "6", name: "Patricia Anderson", role: "Homeowner", company: "Anderson Family", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Patricia Anderson - 5 star review"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Patricia Anderson - 5 star review"}, ]} /> @@ -161,13 +161,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "100+", title: "Properties Served", description: "Trusted by over 100 satisfied property owners", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Property transformation results"}, + id: "1", value: "100+", title: "Properties Served", description: "Trusted by over 100 satisfied property owners", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=1", imageAlt: "Property transformation results"}, { id: "2", value: "5.0 ⭐", title: "Perfect Rating", description: "Consistent excellence across all services", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageAlt: "Professional cleanup service"}, { id: "3", value: "15+", title: "Years Experience", description: "Decades of professional landscaping expertise", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", imageAlt: "Tree maintenance expertise"}, { - id: "4", value: "7", title: "Core Services", description: "Complete landscaping solutions for any project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Full-service landscaping"}, + id: "4", value: "7", title: "Core Services", description: "Complete landscaping solutions for any project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=2", imageAlt: "Full-service landscaping"}, ]} />