Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-12 17:31:27 +00:00

View File

@@ -58,15 +58,15 @@ export default function LandingPage() {
]} ]}
mediaItems={[ 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", 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", 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", imageAlt: "Digital assistant interface",
}, },
{ {
@@ -114,21 +114,21 @@ export default function LandingPage() {
title: "Language Understanding", title: "Language Understanding",
description: "Advanced NLP for natural, fluent conversations.", description: "Advanced NLP for natural, fluent conversations.",
buttonIcon: "MessageSquare", 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", imageAlt: "3D low poly abstract background with connecting lines and dots",
}, },
{ {
title: "Problem Solving", title: "Problem Solving",
description: "Logical reasoning to tackle complex operational issues.", description: "Logical reasoning to tackle complex operational issues.",
buttonIcon: "Cpu", 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", imageAlt: "3D low poly abstract background with connecting lines and dots",
}, },
{ {
title: "Continuous Learning", title: "Continuous Learning",
description: "Adapts and improves with every interaction.", description: "Adapts and improves with every interaction.",
buttonIcon: "TrendingUp", 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", imageAlt: "3D low poly abstract background with connecting lines and dots",
}, },
]} ]}