Update src/app/page.tsx

This commit is contained in:
2026-05-12 17:31:24 +00:00
parent 90335cb0a2
commit 74c617973e

View File

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