From 43ea704c69e927cce4b0f430e2e90af814e76f41 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:32:44 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 11c77a9..6f1ab1e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,7 @@ export default function AboutPage() { { value: "100+", title: "Business Owners Served"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg" + imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg?_wi=2" imageAlt="Financial clarity and organization" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1 From 5e34d5cab99609e305ce242ef6858ea16c7fd14b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:32:44 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index aa08a64..e5e4b2b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -77,7 +77,7 @@ export default function ContactPage() { { text: "Schedule Consultation", href: "/contact" }, { text: "Back to Home", href: "/" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-working-with-laptop-taking-notes-desktop-office_231208-5894.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-working-with-laptop-taking-notes-desktop-office_231208-5894.jpg?_wi=2" imageAlt="Professional bookkeeping setup with laptop and financial documents" mediaAnimation="blur-reveal" avatars={[ -- 2.49.1 From 8fad48814aed0555c77bc6ec4dcd8b75504b5cdd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:32:45 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc872d6..78b8b16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function HomePage() { { text: "Start Your Free Consultation", href: "/contact" }, { text: "See Our Services", href: "/services" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-working-with-laptop-taking-notes-desktop-office_231208-5894.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-working-with-laptop-taking-notes-desktop-office_231208-5894.jpg?_wi=1" imageAlt="Professional bookkeeping setup with laptop and financial documents" mediaAnimation="blur-reveal" avatars={[ @@ -79,7 +79,7 @@ export default function HomePage() { { value: "7+", title: "Years of Service" }, { value: "100+", title: "Business Owners Served" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg" + imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-blonde-female-having-business-conversation-with-colleague_273609-4708.jpg?_wi=1" imageAlt="Financial clarity and organization" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1