From 31f6952b9e47a02ac38fedd13ff3443e89c39b0c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 23:26:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 360022d..68abe65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,28 +75,28 @@ export default function LandingPage() { handle: "@sarahchenbiz", testimonial: "Business Accountant Sydney transformed our financial management. Their expertise and attention to detail are unmatched!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-standing-looking-camera-isolated-green-background-with-copy-space_141793-31754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-standing-looking-camera-isolated-green-background-with-copy-space_141793-31754.jpg?_wi=1", }, { name: "Mark Davis", handle: "@markdavisventures", testimonial: "Reliable, professional, and always on point. Our taxes and bookkeeping have never been smoother. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg?_wi=1", }, { name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "Outstanding service! They simplified complex financial matters and provided clear, actionable advice that boosted our profitability.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1", }, { name: "David Kim", handle: "@davidkimconsulting", testimonial: "A truly invaluable partner for our business. Their strategic insights have been instrumental in our growth and compliance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/general-director-sits-his-computer-frustrated-overwhelmed-by-workload_482257-118585.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/general-director-sits-his-computer-frustrated-overwhelmed-by-workload_482257-118585.jpg?_wi=1", }, ]} testimonialRotationInterval={5000} @@ -221,28 +221,28 @@ export default function LandingPage() { name: "Jessica Lee", handle: "CEO, InnovateCo", testimonial: "The team at Business Accountant Sydney provides exceptional service. Their advice is always clear, timely, and incredibly valuable. Our business has seen significant improvements since partnering with them.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-standing-looking-camera-isolated-green-background-with-copy-space_141793-31754.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-standing-looking-camera-isolated-green-background-with-copy-space_141793-31754.jpg?_wi=2", }, { id: "2", name: "Michael Wong", handle: "Founder, Urban Eats", testimonial: "Choosing Business Accountant Sydney was one of the best decisions we made. They handle all our complex tax needs, allowing us to focus on what we do best—running our restaurant.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg?_wi=2", }, { id: "3", name: "Olivia Davies", handle: "Owner, Bloom & Grow", testimonial: "As a small business owner, I needed an accountant who truly understands my challenges. Business Accountant Sydney exceeded all expectations, offering personalized support and practical solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2", }, { id: "4", name: "Benjamin Harris", handle: "Director, Tech Solutions", testimonial: "Their expertise in business advisory has been crucial for our strategic planning. They've helped us navigate growth phases with confidence and maintain strong financial health.", - imageSrc: "http://img.b2bpic.net/free-photo/general-director-sits-his-computer-frustrated-overwhelmed-by-workload_482257-118585.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/general-director-sits-his-computer-frustrated-overwhelmed-by-workload_482257-118585.jpg?_wi=2", }, ]} title="What Our Clients Say" -- 2.49.1