From 98da08453d11337091d0451582286d9662e63f89 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:31:19 +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 4a56cbc..cf00055 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Always There When You Need Us" description="At D&D Plumbing, we know that plumbing emergencies don't wait for business hours. Serving Dickinson, League City, Texas City, and Galveston, we pride ourselves on being the plumber who actually answers. Our family-safe team treats your home with respect and provides permanent, honest solutions." - imageSrc="http://img.b2bpic.net/free-photo/girl-man-bathroom_23-2147807814.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girl-man-bathroom_23-2147807814.jpg?_wi=1" imageAlt="D&D Plumbing Team" /> @@ -121,15 +121,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Life Saver!", quote: "George came out at 2 AM for a burst pipe. He's the only one who actually answered and fixed it fast.", name: "Sarah Jenkins", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg", imageAlt: "customer service support plumbing"}, + id: "1", title: "Life Saver!", quote: "George came out at 2 AM for a burst pipe. He's the only one who actually answered and fixed it fast.", name: "Sarah Jenkins", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg?_wi=1", imageAlt: "customer service support plumbing"}, { id: "2", title: "Very Professional", quote: "Clean, honest, and fast. D&D Plumbing is our go-to plumber for life.", name: "Mark Ramirez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg", imageAlt: "professional emergency plumber uniform"}, { - id: "3", title: "Highly Recommend", quote: "Transparent pricing and great service. They really care about the community.", name: "Emily Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/girl-man-bathroom_23-2147807814.jpg", imageAlt: "professional plumbing business owner"}, + id: "3", title: "Highly Recommend", quote: "Transparent pricing and great service. They really care about the community.", name: "Emily Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/girl-man-bathroom_23-2147807814.jpg?_wi=2", imageAlt: "professional plumbing business owner"}, { id: "4", title: "Trustworthy", quote: "I never worry about plumbing issues anymore. They're reliable and family-safe.", name: "Tom Baker", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38482.jpg", imageAlt: "24 hour emergency plumbing repair"}, { - id: "5", title: "Speedy Service", quote: "Called for a major drain clog, they were there in under an hour. Outstanding work.", name: "Lucy Davis", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg", imageAlt: "customer service support plumbing"}, + id: "5", title: "Speedy Service", quote: "Called for a major drain clog, they were there in under an hour. Outstanding work.", name: "Lucy Davis", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg?_wi=2", imageAlt: "customer service support plumbing"}, ]} title="What Our Neighbors Say" description="Don't just take our word for it—see why Dickinson homeowners trust us." @@ -148,7 +148,7 @@ export default function LandingPage() { { id: "3", title: "Is your team insured?", content: "Yes, our team is fully licensed and insured for your peace of mind."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg?_wi=3" mediaAnimation="slide-up" title="Common Questions" description="Answers to common plumbing concerns." -- 2.49.1