Update src/app/page.tsx

This commit is contained in:
2026-04-29 01:07:21 +00:00
parent b9cab261d3
commit cb3cdf1146

View File

@@ -67,9 +67,9 @@ export default function LandingPage() {
team={[
{ id: "1", name: "Mark D.", role: "Lead Plumber", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg" },
{ id: "2", name: "Sarah P.", role: "Service Technician", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg" },
{ id: "3", name: "James R.", role: "Drain Specialist", imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg" },
{ id: "3", name: "James R.", role: "Drain Specialist", imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=1" },
{ id: "4", name: "Linda M.", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/female-worker-wearing-work-clothes_273609-11121.jpg" },
{ id: "5", name: "David W.", role: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg" },
{ id: "5", name: "David W.", role: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/plumber-man-fixing-kitchen-sink_53876-27.jpg?_wi=1" },
]}
/>
</div>