From aa8da1eb1d34bb1fcc71416211dd24c28f4e417b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:51:45 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 323fe81..7c2fae4 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -88,15 +88,15 @@ export default function ServicesPage() { { id: "1", title: "Patent Registration & Strategy", tags: ["Utility Patents", "Design Patents", "International Protection"], imageSrc: - "http://img.b2bpic.net/free-photo/petition-bankruptcy-debt-loan-overdrawn-trouble-concept_53876-132733.jpg", imageAlt: "Patent Registration"}, + "http://img.b2bpic.net/free-photo/petition-bankruptcy-debt-loan-overdrawn-trouble-concept_53876-132733.jpg?_wi=2", imageAlt: "Patent Registration"}, { id: "2", title: "Trademark Protection & Maintenance", tags: ["Brand Registration", "Global Coverage", "Renewal Services"], imageSrc: - "http://img.b2bpic.net/free-photo/cropped-view-businessman-holding-hands-together_1262-4959.jpg", imageAlt: "Trademark Protection"}, + "http://img.b2bpic.net/free-photo/cropped-view-businessman-holding-hands-together_1262-4959.jpg?_wi=2", imageAlt: "Trademark Protection"}, { id: "3", title: "Copyright Protection & Licensing", tags: ["Content Protection", "Licensing Agreements", "Enforcement"], imageSrc: - "http://img.b2bpic.net/free-vector/copyright-landing-page_23-2148691966.jpg", imageAlt: "Copyright Services"}, + "http://img.b2bpic.net/free-vector/copyright-landing-page_23-2148691966.jpg?_wi=2", imageAlt: "Copyright Services"}, ]} buttons={[{ text: "Request Consultation", href: "/contact" }]} />