From c9cbb35e3951f3dd5d4e0a7e8bbd2830d6580acb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:01:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ffb700..994ab23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,15 +97,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { + id: 1, title: "Lightning-Fast Responses", description: "Get instant replies powered by cutting-edge AI technology. Experience real-time conversation without delays.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASqbOxorS0tXBmEgt6e6ET7yGF/a-minimalist-illustration-showing-fast-s-1772596448224-d2ceb712.png", imageAlt: "Fast Response Time" }, { + id: 2, title: "Advanced Intelligence", description: "Understand context, nuance, and complex queries. Our AI learns and adapts to your communication style.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASqbOxorS0tXBmEgt6e6ET7yGF/an-abstract-representation-of-artificial-1772596448321-9eb8d9db.png", imageAlt: "AI Intelligence" }, { + id: 3, title: "Enterprise Security", description: "Your data is protected with military-grade encryption. Privacy and security are our top priorities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASqbOxorS0tXBmEgt6e6ET7yGF/a-sophisticated-representation-of-securi-1772596448767-9cbc8a1f.png", imageAlt: "Security Protection" }, { + id: 4, title: "Personalized Experience", description: "Every interaction is tailored to your preferences. The chatbot remembers context and improves over time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASqbOxorS0tXBmEgt6e6ET7yGF/an-elegant-illustration-showing-personal-1772596449001-3c139844.png", imageAlt: "Personalization" } ]}