diff --git a/src/app/page.tsx b/src/app/page.tsx index e2cbf52..533ee6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,15 +58,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-black-futuristic-background_53876-104058.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-black-futuristic-background_53876-104058.jpg?_wi=1", imageAlt: "AI Intelligence visualization", }, { - imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg?_wi=1", imageAlt: "Advanced data analysis", }, { - imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038404.jpg?_wi=1", imageAlt: "Digital assistant interface", }, { @@ -114,21 +114,21 @@ export default function LandingPage() { title: "Language Understanding", description: "Advanced NLP for natural, fluent conversations.", buttonIcon: "MessageSquare", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-black-futuristic-background_53876-104058.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-black-futuristic-background_53876-104058.jpg?_wi=2", imageAlt: "3D low poly abstract background with connecting lines and dots", }, { title: "Problem Solving", description: "Logical reasoning to tackle complex operational issues.", buttonIcon: "Cpu", - imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg?_wi=2", imageAlt: "3D low poly abstract background with connecting lines and dots", }, { title: "Continuous Learning", description: "Adapts and improves with every interaction.", buttonIcon: "TrendingUp", - imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038404.jpg?_wi=2", imageAlt: "3D low poly abstract background with connecting lines and dots", }, ]}