From 86c3c9efc769283af6251670e861579eb88061cc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 08:52:13 +0000 Subject: [PATCH] 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 705f337..810ff49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/unsuitable-furious-woman-gets-angry-after-getting-rejected-from-job-offer_482257-116761.jpg", imageAlt: "Professional CA office workspace" + imageSrc: "http://img.b2bpic.net/free-photo/unsuitable-furious-woman-gets-angry-after-getting-rejected-from-job-offer_482257-116761.jpg?_wi=1", imageAlt: "Professional CA office workspace" } ]} mediaAnimation="slide-up" @@ -72,7 +72,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Learn More", href: "#why-us" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/unsuitable-furious-woman-gets-angry-after-getting-rejected-from-job-offer_482257-116761.jpg" + imageSrc="http://img.b2bpic.net/free-photo/unsuitable-furious-woman-gets-angry-after-getting-rejected-from-job-offer_482257-116761.jpg?_wi=2" imageAlt="Virendra Maurya Chartered Accountant" useInvertedBackground={false} ariaLabel="About section" -- 2.49.1