diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 438692b..06e15ce 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -33,8 +33,8 @@ export default function ServicesPage() { @@ -92,7 +92,7 @@ export default function ServicesPage() { icon: Shield, title: "Fully Licensed & Insured", description: "Complete coverage and protection for every job. Your peace of mind is our priority."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg" + imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=600&fit=crop" imageAlt="Professional plumbing team" mediaAnimation="slide-up" /> @@ -107,4 +107,4 @@ export default function ServicesPage() { ); -} \ No newline at end of file +}