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} 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() { @@ -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() {