From 985dcf4a8482ff9788dd10d8e0b3707a8976729c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:44:53 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6aa129c..dc83aa9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -47,12 +47,12 @@ export default function ServicesPage() { showStepNumbers={true} features={[ { - title: "Strategy & Operations", description: "Optimizing business models.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978" }, - phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978" } + title: "Strategy & Operations", description: "Optimizing business models.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?_wi=1" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?_wi=2" } }, { - title: "Executive Leadership", description: "Refining decision-making.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978" }, - phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978" } + title: "Executive Leadership", description: "Refining decision-making.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?_wi=3" }, + phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?_wi=4" } } ]} />