Update src/app/services/page.tsx
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user