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" } } ]} />