From 4c4e46729f78485d85db2f15e0639c59df55a0a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:17:15 +0000 Subject: [PATCH 1/3] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 1dde7ff..c175703 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -49,19 +49,19 @@ export default function BlogPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg", imageAlt: "Tax planning calculation financial advisor"}, + "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg?_wi=2", imageAlt: "Tax planning calculation financial advisor"}, { imageSrc: - "http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg", imageAlt: "financial dashboard analysis professional"}, + "http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg?_wi=2", imageAlt: "financial dashboard analysis professional"}, { imageSrc: - "http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg", imageAlt: "business meeting professional team collaboration"}, + "http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg?_wi=2", imageAlt: "business meeting professional team collaboration"}, { imageSrc: - "http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg", imageAlt: "audit compliance checking documents verification"}, + "http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg?_wi=2", imageAlt: "audit compliance checking documents verification"}, { imageSrc: - "http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg", imageAlt: "financial advisor consultant giving advice"}, + "http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg?_wi=2", imageAlt: "financial advisor consultant giving advice"}, ]} tagAnimation="slide-up" buttonAnimation="slide-up" @@ -73,7 +73,7 @@ export default function BlogPage() { title="Popular Tax Guides" description="Explore our comprehensive guides on tax planning, compliance requirements, and financial strategies for businesses and individuals." tag="Resources" - imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg?_wi=2" imageAlt="Professional office environment workspace modern" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From a333ac95a20dfcaaf8d349437fa2786cbd159e50 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:17:16 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e1f2bdf..a3ff9ab 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -83,15 +83,15 @@ export default function ContactPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg", imageAlt: "Finance Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg?_wi=3", imageAlt: "Finance Dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg", imageAlt: "Tax Planning"}, + imageSrc: "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg?_wi=3", imageAlt: "Tax Planning"}, { - imageSrc: "http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg", imageAlt: "Business Meeting"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg?_wi=3", imageAlt: "Business Meeting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg", imageAlt: "Compliance Audit"}, + imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg?_wi=3", imageAlt: "Compliance Audit"}, { - imageSrc: "http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg", imageAlt: "Financial Advisory"}, + imageSrc: "http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg?_wi=3", imageAlt: "Financial Advisory"}, ]} tagAnimation="slide-up" buttonAnimation="slide-up" @@ -116,7 +116,7 @@ export default function ContactPage() { description="Comprehensive taxation, compliance, and financial advisory solutions tailored to meet the unique needs of individuals, businesses, and startups in India." tag="Services" tagIcon={Briefcase} - imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg?_wi=3" imageAlt="Our Services" mediaAnimation="slide-up" useInvertedBackground={false} @@ -173,17 +173,17 @@ export default function ContactPage() { Date: Tue, 10 Mar 2026 06:17:16 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e8fadb..0273c3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,15 +65,15 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg", imageAlt: "Finance Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg?_wi=1", imageAlt: "Finance Dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg", imageAlt: "Tax Planning"}, + imageSrc: "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg?_wi=1", imageAlt: "Tax Planning"}, { - imageSrc: "http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg", imageAlt: "Business Meeting"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg?_wi=1", imageAlt: "Business Meeting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg", imageAlt: "Compliance Audit"}, + imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg?_wi=1", imageAlt: "Compliance Audit"}, { - imageSrc: "http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg", imageAlt: "Financial Advisory"}, + imageSrc: "http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg?_wi=1", imageAlt: "Financial Advisory"}, ]} /> @@ -97,7 +97,7 @@ export default function HomePage() { tag="Services" tagIcon={Briefcase} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg?_wi=1" imageAlt="Our Services" mediaAnimation="slide-up" accordionItems={[ @@ -154,17 +154,17 @@ export default function HomePage() {