From 77920ef96c01be7b82d88475cc2e9bafa56e830d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:19:14 +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 ee87a24..e9ca6e4 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -50,7 +50,7 @@ export default function ServicesPage() { title: "Personal Income Tax", description: "Expert preparation and filing of personal tax returns with maximum deductions. We ensure you claim all eligible credits and deductions to minimize your tax burden.", tag: "Individual", - imageSrc: "http://img.b2bpic.net/free-photo/us-tax-form-1040-tablet-with-calculator-pen_1357-55.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/us-tax-form-1040-tablet-with-calculator-pen_1357-55.jpg?_wi=2", buttons: [{ text: "Learn More", href: "/contact" }], }, { @@ -58,7 +58,7 @@ export default function ServicesPage() { title: "Small Business Accounting", description: "Full bookkeeping and accounting services for growing businesses. From invoice management to financial reporting, we handle it all.", tag: "Business", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg?_wi=2", buttons: [{ text: "Discuss Your Needs", href: "/contact" }], }, { @@ -66,7 +66,7 @@ export default function ServicesPage() { title: "Corporate Tax Filing", description: "Efficient corporate tax returns and compliance filing. We stay current with CRA regulations to keep your business compliant.", tag: "Corporate", - imageSrc: "http://img.b2bpic.net/free-photo/working-woman-standing-graphics_1150-97.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-woman-standing-graphics_1150-97.jpg?_wi=2", buttons: [{ text: "Get Started", href: "/contact" }], }, ]}