From 57c9e46ea1bc7db9b0a57d2de53a38bbbd577308 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 20:51:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 682a200..2a8b96f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,9 +67,9 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-businessman-his-female-colleagues-working-laptop-office_637285-2668.jpg", imageAlt: "Professional woman, Eunice, smiling at a desk with a client."}, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-businessman-his-female-colleagues-working-laptop-office_637285-2668.jpg?_wi=1", imageAlt: "Professional woman, Eunice, smiling at a desk with a client."}, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-taking-selfie-before-meeting_23-2148817039.jpg", imageAlt: "Diverse family smiling, receiving tax assistance."}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-taking-selfie-before-meeting_23-2148817039.jpg?_wi=1", imageAlt: "Diverse family smiling, receiving tax assistance."}, ]} mediaAnimation="slide-up" rating={5} @@ -99,13 +99,13 @@ export default function LandingPage() { buttonHref: "#contact", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=24w1ca", imageAlt: "Young business people talking about a new project"}, { title: "Tax Planning & Strategy", description: "Proactive planning to minimize your tax liability and set you up for future financial success.", buttonIcon: Target, - buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/african-american-businessman-his-female-colleagues-working-laptop-office_637285-2668.jpg", imageAlt: "Young business people talking about a new project"}, + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/african-american-businessman-his-female-colleagues-working-laptop-office_637285-2668.jpg?_wi=2", imageAlt: "Young business people talking about a new project"}, { title: "Bookkeeping & Business Services", description: "Streamline your operations with our meticulous bookkeeping and essential business support.", buttonIcon: Calculator, - buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-taking-selfie-before-meeting_23-2148817039.jpg", imageAlt: "Young business people talking about a new project"}, + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-taking-selfie-before-meeting_23-2148817039.jpg?_wi=2", imageAlt: "Young business people talking about a new project"}, { title: "Bilingual Tax Assistance", description: "Receive expert guidance and clear communication in both English and Spanish for all your tax needs.", buttonIcon: Languages, - buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg", imageAlt: "Young business people talking about a new project"}, + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg?_wi=1", imageAlt: "Young business people talking about a new project"}, ]} title="Comprehensive Services for Your Financial Peace" description="From individual tax filings to strategic business solutions, our expert team is here to guide you every step of the way." @@ -143,7 +143,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Loyal Client", handle: "@HappyCustomer", testimonial: "She is very kind; I have been coming to her for many years.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg", imageAlt: "Photo of a loyal client"}, + id: "1", name: "Loyal Client", handle: "@HappyCustomer", testimonial: "She is very kind; I have been coming to her for many years.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg?_wi=2", imageAlt: "Photo of a loyal client"}, { id: "2", name: "Selvin F.", handle: "@SelvinF", testimonial: "Very professional and a good person, she always helps with our questions. All my family and friends do their taxes with her.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-confident-young-african-american-woman-dressed-stylish-purple-turtleneck-smiling-joyfully-showing-ok-gesture_344912-1015.jpg", imageAlt: "Photo of Selvin F."}, { -- 2.49.1