From a7a2bad3f9af797c91f40935c22bb588dfe0fe16 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:47:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d910a7d..377fa4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg" + imageSrc="http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg?_wi=1" imageAlt="Professional web development and software solutions" mediaAnimation="slide-up" testimonials={[ @@ -113,7 +113,7 @@ export default function LandingPage() { }, { id: "4", title: "Automations & Integration", tags: ["Workflow", "Efficiency", "Integration"], - imageSrc: "http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg", imageAlt: "Business automation and workflow integration solutions" + imageSrc: "http://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg?_wi=2", imageAlt: "Business automation and workflow integration solutions" } ]} animationType="slide-up" -- 2.49.1