From b32e272c8218be50d2f26cd59630c388a19c30ba Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:36:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4dbb364..00fda5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,19 +135,19 @@ export default function LandingPage() { id: "1", name: "Robert Martinez", handle: "Homeowner, Pacific Beach", testimonial: "City SD Plumbing arrived in 25 minutes and diagnosed our sewer issue immediately. Fixed it right the first time. Professional and affordable!", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Robert Martinez" }, { - id: "2", name: "Jennifer Lee", handle: "Homeowner, Mission Hills", testimonial: "Burst pipe at midnight. They were here in 28 minutes. No mess, no shortcuts. Highly recommend for emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Jennifer Lee" + id: "2", name: "Jennifer Lee", handle: "Homeowner, Mission Hills", testimonial: "Burst pipe at midnight. They were here in 28 minutes. No mess, no shortcuts. Highly recommend for emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Jennifer Lee" }, { - id: "3", name: "David Chen", handle: "Property Manager, Downtown", testimonial: "We use City SD for all our commercial properties. Their diagnostic reports are thorough and their preventive maintenance saves us thousands yearly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "David Chen" + id: "3", name: "David Chen", handle: "Property Manager, Downtown", testimonial: "We use City SD for all our commercial properties. Their diagnostic reports are thorough and their preventive maintenance saves us thousands yearly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=1", imageAlt: "David Chen" }, { - id: "4", name: "Michelle Rodriguez", handle: "Homeowner, La Jolla", testimonial: "Transparent pricing, certified work, and they explain everything. This is the plumber I've been looking for in San Diego.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Michelle Rodriguez" + id: "4", name: "Michelle Rodriguez", handle: "Homeowner, La Jolla", testimonial: "Transparent pricing, certified work, and they explain everything. This is the plumber I've been looking for in San Diego.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Michelle Rodriguez" }, { - id: "5", name: "James Wilson", handle: "Homeowner, Hillcrest", testimonial: "Had them out for an inspection. They found a small issue nobody else caught. Saved me from a major problem down the road.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "James Wilson" + id: "5", name: "James Wilson", handle: "Homeowner, Hillcrest", testimonial: "Had them out for an inspection. They found a small issue nobody else caught. Saved me from a major problem down the road.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=2", imageAlt: "James Wilson" }, { - id: "6", name: "Sarah Thompson", handle: "Homeowner, Balboa Park", testimonial: "Professional, punctual, and affordable. They fixed our old pipes with zero disruption. City SD is the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Sarah Thompson" + id: "6", name: "Sarah Thompson", handle: "Homeowner, Balboa Park", testimonial: "Professional, punctual, and affordable. They fixed our old pipes with zero disruption. City SD is the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3", imageAlt: "Sarah Thompson" } ]} animationType="slide-up" -- 2.49.1