diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0153bf2..3fd4b28 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -89,13 +89,13 @@ export default function LandingPage() { id: "m1", name: "David Hoffman", role: "Founder & CPA", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469402.jpg?_wi=3", }, { id: "m2", name: "Elena Rodriguez", role: "Lead Accountant", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg?_wi=2", }, ]} /> @@ -103,7 +103,7 @@ export default function LandingPage() { @@ -93,7 +93,7 @@ export default function LandingPage() { role: "Founder", company: "Cafe Lutz", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", }, { id: "3", @@ -101,7 +101,7 @@ export default function LandingPage() { role: "Manager", company: "Auto Fix", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469402.jpg?_wi=1", }, { id: "4", @@ -109,7 +109,7 @@ export default function LandingPage() { role: "Contractor", company: "Lutz Home", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-with-helmet-crossed-arms_23-2148269266.jpg?_wi=1", }, { id: "5", @@ -159,7 +159,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Common questions about our accounting process and tax services." - imageSrc="http://img.b2bpic.net/free-photo/entrepreneur-man-worker-sitting-desk-table-startup-business-office-typing-management-strategy-working-business-presentation-businessman-analyzing-marketing-partnership_482257-35644.jpg" + imageSrc="http://img.b2bpic.net/free-photo/entrepreneur-man-worker-sitting-desk-table-startup-business-office-typing-management-strategy-working-business-presentation-businessman-analyzing-marketing-partnership_482257-35644.jpg?_wi=2" mediaAnimation="slide-up" faqsAnimation="slide-up" faqs={[ @@ -195,13 +195,13 @@ export default function LandingPage() { id: "1", name: "David Hoffman", role: "Principal Accountant", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469402.jpg?_wi=2", }, { id: "2", name: "Sarah Miller", role: "Senior Tax Associate", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", }, ]} /> @@ -209,7 +209,7 @@ export default function LandingPage() {