diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d45dd9b..aaa944c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { description="Your trusted tax professionals in Downey" subdescription="Serving the Downey community with professionalism and care" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-colleagues-using-tablet-cafe-meeting_1262-12581.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-colleagues-using-tablet-cafe-meeting_1262-12581.jpg?_wi=1" imageAlt="diverse accountant team office" mediaAnimation="slide-up" useInvertedBackground={true} @@ -68,21 +68,21 @@ export default function AboutPage() { id: "integrity", title: "Integrity", description: "We maintain the highest standards of honesty and transparency in all our client relationships and tax filings.", - imageSrc: "http://img.b2bpic.net/free-photo/business-person-reading-important-documents-his-desk_329181-20599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-reading-important-documents-his-desk_329181-20599.jpg?_wi=2", imageAlt: "professional integrity", }, { id: "expertise", title: "Expertise", description: "Our team brings years of combined tax experience and stays current with all federal and state tax regulations.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-reading-document-together_23-2147626518.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-reading-document-together_23-2147626518.jpg?_wi=2", imageAlt: "professional expertise", }, { id: "community", title: "Community Focus", description: "We're proud to serve the Downey community and build lasting relationships with our local clients.", - imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-business-colleagues-using-tablet-cafe-meeting_1262-12581.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-business-colleagues-using-tablet-cafe-meeting_1262-12581.jpg?_wi=2", imageAlt: "community focus", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 75f5093..60fde5a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,7 +49,7 @@ export default function ContactPage() { background={{ variant: "glowing-orb", }} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149721916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149721916.jpg?_wi=4" imageAlt="professional accountant reviewing tax documents" imagePosition="right" buttons={[ diff --git a/src/app/page.tsx b/src/app/page.tsx index e7c348b..e06df83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function HomePage() { tag="Trusted Local Service" tagIcon={Shield} background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149721916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149721916.jpg?_wi=1" imageAlt="professional accountant reviewing tax documents" imagePosition="right" buttons={[ @@ -88,42 +88,42 @@ export default function HomePage() { id: "personal-tax", title: "Individual Tax Preparation", description: "Expert preparation of federal and state tax returns for individuals, including W-2 and 1099 income filing.", - imageSrc: "http://img.b2bpic.net/free-photo/business-person-reading-important-documents-his-desk_329181-20599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-reading-important-documents-his-desk_329181-20599.jpg?_wi=1", imageAlt: "individual tax return preparation documents", }, { id: "business-tax", title: "Business Tax Filing", description: "Comprehensive tax services for small business owners and self-employed professionals including Schedule C preparation.", - imageSrc: "http://img.b2bpic.net/free-photo/office-workplace-with-laptop-glasses-wood-table_1423-52.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-workplace-with-laptop-glasses-wood-table_1423-52.jpg?_wi=1", imageAlt: "small business tax filing documents", }, { id: "consultation", title: "Tax Consultation", description: "Personalized tax planning and consultation to help you understand filing requirements and maximize deductions.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-reading-document-together_23-2147626518.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-reading-document-together_23-2147626518.jpg?_wi=1", imageAlt: "financial advisor tax consultation meeting", }, { id: "amended-returns", title: "Amended Returns", description: "Professional preparation and filing of amended tax returns to correct previously filed taxes.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-bible-with-bookmarks-as-sign-mindful-reading-faith-bible-closeup_169016-71343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-bible-with-bookmarks-as-sign-mindful-reading-faith-bible-closeup_169016-71343.jpg?_wi=1", imageAlt: "amended tax return correction documents", }, { id: "irs-letters", title: "IRS Letters & Notices", description: "Expert assistance in understanding and responding to IRS communications and notices.", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850981.jpg?_wi=1", imageAlt: "IRS notice correspondence documents", }, { id: "payroll-support", title: "Payroll Support", description: "Guidance on payroll tax requirements and employee withholding for business owners.", - imageSrc: "http://img.b2bpic.net/free-photo/calculator-numbers-paper-closeup-finance-concept_169016-24473.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/calculator-numbers-paper-closeup-finance-concept_169016-24473.jpg?_wi=1", imageAlt: "payroll tax withholding documents", }, ]} diff --git a/src/app/resources/page.tsx b/src/app/resources/page.tsx index 7674d43..58112c6 100644 --- a/src/app/resources/page.tsx +++ b/src/app/resources/page.tsx @@ -48,7 +48,7 @@ export default function ResourcesPage() { tag="Educational Resources" tagIcon={Shield} background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149721916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149721916.jpg?_wi=3" imageAlt="professional tax resources and guides" imagePosition="right" buttons={[ diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index eefa56a..a017b26 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -49,7 +49,7 @@ export default function ServicesPage() { tag="Trusted Local Service" tagIcon={Shield} background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149721916.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149721916.jpg?_wi=2" imageAlt="professional accountant reviewing tax documents" imagePosition="right" buttons={[ @@ -75,42 +75,42 @@ export default function ServicesPage() { id: "personal-tax", title: "Individual Tax Preparation", description: "Expert preparation of federal and state tax returns for individuals, including W-2 and 1099 income filing.", - imageSrc: "http://img.b2bpic.net/free-photo/business-person-reading-important-documents-his-desk_329181-20599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-reading-important-documents-his-desk_329181-20599.jpg?_wi=3", imageAlt: "individual tax return preparation documents", }, { id: "business-tax", title: "Business Tax Filing", description: "Comprehensive tax services for small business owners and self-employed professionals including Schedule C preparation.", - imageSrc: "http://img.b2bpic.net/free-photo/office-workplace-with-laptop-glasses-wood-table_1423-52.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-workplace-with-laptop-glasses-wood-table_1423-52.jpg?_wi=2", imageAlt: "small business tax filing documents", }, { id: "consultation", title: "Tax Consultation", description: "Personalized tax planning and consultation to help you understand filing requirements and maximize deductions.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-reading-document-together_23-2147626518.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-reading-document-together_23-2147626518.jpg?_wi=3", imageAlt: "financial advisor tax consultation meeting", }, { id: "amended-returns", title: "Amended Returns", description: "Professional preparation and filing of amended tax returns to correct previously filed taxes.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-bible-with-bookmarks-as-sign-mindful-reading-faith-bible-closeup_169016-71343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-bible-with-bookmarks-as-sign-mindful-reading-faith-bible-closeup_169016-71343.jpg?_wi=2", imageAlt: "amended tax return correction documents", }, { id: "irs-letters", title: "IRS Letters & Notices", description: "Expert assistance in understanding and responding to IRS communications and notices.", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850981.jpg?_wi=2", imageAlt: "IRS notice correspondence documents", }, { id: "payroll-support", title: "Payroll Support", description: "Guidance on payroll tax requirements and employee withholding for business owners.", - imageSrc: "http://img.b2bpic.net/free-photo/calculator-numbers-paper-closeup-finance-concept_169016-24473.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/calculator-numbers-paper-closeup-finance-concept_169016-24473.jpg?_wi=2", imageAlt: "payroll tax withholding documents", }, ]} @@ -125,7 +125,7 @@ export default function ServicesPage() { description="Your trusted tax professionals in Downey" subdescription="Serving the Downey community with professionalism and care" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-colleagues-using-tablet-cafe-meeting_1262-12581.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-smiling-business-colleagues-using-tablet-cafe-meeting_1262-12581.jpg?_wi=3" imageAlt="diverse accountant team office" mediaAnimation="slide-up" useInvertedBackground={true}