From 170d182cb84587f5bf2d91a6a5135635ce58c984 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:57:40 +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 e038466..cd86bd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ const page = () => { id: '02', title: 'Consulting & Strategy', description: 'Strategic guidance from industry experts to help you achieve your business goals and maximize growth.', - imageSrc: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop', + imageSrc: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=1', imageAlt: 'Consulting and strategy session' }, { @@ -61,7 +61,7 @@ const page = () => { id: '06', title: 'Bundled Packages', description: 'Comprehensive service bundles combining multiple solutions for maximum value and seamless integration.', - imageSrc: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop', + imageSrc: 'https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=2', imageAlt: 'Bundled service packages' } ]; -- 2.49.1