Update src/app/services/page.tsx

This commit is contained in:
2026-04-15 21:44:53 +00:00
parent 0777009de4
commit 985dcf4a84

View File

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