diff --git a/src/app/page.tsx b/src/app/page.tsx index 8896884..0d5625e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,16 +85,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Cloud Infrastructure", description: "High-availability systems built for scale and reliability.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg", imageAlt: "futuristic software developer workspace" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg", imageAlt: "futuristic software developer workspace" } + title: "Cloud Infrastructure", description: "High-availability systems built for scale and reliability.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg?_wi=1", imageAlt: "futuristic software developer workspace" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24187.jpg?_wi=2", imageAlt: "futuristic software developer workspace" } }, { - title: "AI/ML Integration", description: "Implementing intelligent features into existing software pipelines.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg", imageAlt: "professional programmer working on laptop" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg", imageAlt: "professional programmer working on laptop" } + title: "AI/ML Integration", description: "Implementing intelligent features into existing software pipelines.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg?_wi=1", imageAlt: "professional programmer working on laptop" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-vertical-background-with-abstract-style_23-2150641319.jpg?_wi=2", imageAlt: "professional programmer working on laptop" } }, { - title: "API Architecture", description: "Designing secure, high-performance APIs for complex integrations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg", imageAlt: "cloud infrastructure server network" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg", imageAlt: "cloud infrastructure server network" } + title: "API Architecture", description: "Designing secure, high-performance APIs for complex integrations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg?_wi=1", imageAlt: "cloud infrastructure server network" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg?_wi=2", imageAlt: "cloud infrastructure server network" } } ]} showStepNumbers={true}