From 92840bc560e5727f8039620156d8f10e64886bb3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:34:44 +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 a8ef4f0..9b1367f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Expert Diagnosis", description: "Advanced inspection equipment identifies root causes before repair work begins. We document everything for your records.", imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg?_wi=1", imageAlt: "Professional plumbing inspection" + id: "1", title: "Expert Diagnosis", description: "Advanced inspection equipment identifies root causes before repair work begins. We document everything for your records.", imageSrc: "http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg", imageAlt: "Professional plumbing inspection" }, { id: "2", title: "Precision Repair", description: "Meticulous attention to detail on every job—from minor leaks to major sewer line replacements. Done right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", imageAlt: "Professional plumbing repair work" @@ -80,7 +80,7 @@ export default function LandingPage() { gridVariant="two-items-per-row" animationType="slide-up" textboxLayout="default" - useInvertedBackground="noInvert" + useInvertedBackground={false} /> @@ -96,7 +96,7 @@ export default function LandingPage() { { title: "Expert Repair", description: "Clean workmanship, minimal disruption, and adherence to all local codes and standards.", icon: Wrench }, { title: "Complete Testing & Confirmation", description: "We verify everything works perfectly before we leave. Your satisfaction is guaranteed.", icon: CheckCircle } ]} - imageSrc="http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/workers-standing-checking-beside-working-oil-pumps_1150-19213.jpg" imageAlt="Professional plumbing process" imagePosition="right" mediaAnimation="slide-up" @@ -133,13 +133,13 @@ export default function LandingPage() { id: "2", name: "John Chen", handle: "Restaurant Owner, Downtown SD", testimonial: "Their 24/7 emergency service saved our business when a pipe burst during service. Fast, clean, and they fixed it right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "John Chen" }, { - id: "3", name: "Maria Garcia", handle: "Property Manager, La Jolla", testimonial: "We manage 8 properties and use City SD for all plumbing needs. Their attention to detail and reliability is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Maria Garcia" + id: "3", name: "Maria Garcia", handle: "Property Manager, La Jolla", testimonial: "We manage 8 properties and use City SD for all plumbing needs. Their attention to detail and reliability is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Garcia" }, { id: "4", name: "David Thompson", handle: "Homeowner, Carmel Valley", testimonial: "The inspection was thorough, the explanation clear, and the repair work was excellent. Fair pricing and exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "David Thompson" }, { - id: "5", name: "Jennifer Lee", handle: "Office Manager, Kearny Mesa", testimonial: "Professional, punctual, and problem-solvers. They diagnosed a hidden leak no one else could find. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jennifer Lee" + id: "5", name: "Jennifer Lee", handle: "Office Manager, Kearny Mesa", testimonial: "Professional, punctual, and problem-solvers. They diagnosed a hidden leak no one else could find. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Lee" }, { id: "6", name: "Robert Wilson", handle: "Homeowner, Mira Mesa", testimonial: "Fixed right the first time—exactly as promised. No surprises, no callbacks. City SD Plumbing is the real deal.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Robert Wilson" -- 2.49.1