From 9141fdc05c1c5c990d0c61b725f02a0d2c05d4ef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:00:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cacc37..8ffb700 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,19 +97,15 @@ 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" } ]} @@ -130,7 +126,6 @@ export default function LandingPage() { carouselMode="buttons" features={[ { - id: 1, title: "Interactive Chat", description: "Start a conversation with our AI chatbot", bentoComponent: 'chat', aiIcon: Brain, userIcon: Users, -- 2.49.1