From 4b9a47dbef4e73a84b943180fcb16ca71b19df91 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 05:19:15 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5d3a53a..5f673f4 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import { Globe, Star, User } from "lucide-react"; export default function HomePage() { return ( @@ -51,15 +50,13 @@ export default function HomePage() { description="Advanced tools designed for performance and reliability." features={[ { - title: "Real-time Insights", description: "Track your progress with real-time charts.", bentoComponent: "animated-bar-chart" as const + title: "Real-time Insights", description: "Track your progress with real-time charts.", bentoComponent: "animated-bar-chart" }, { - title: "Global Network", description: "Connect across borders effortlessly.", bentoComponent: "orbiting-icons" as const, - centerIcon: "Globe", orbitIcons: ["Wifi", "Smartphone", "Server", "Database"] + title: "Global Network", description: "Connect across borders effortlessly.", bentoComponent: "orbiting-icons", centerIcon: "Globe", orbitIcons: ["Wifi", "Smartphone", "Server", "Database"] }, { - title: "Smart Communication", description: "Stay in touch with our AI assistant.", bentoComponent: "chat-marquee" as const, - aiIcon: "Star", userIcon: "User", exchanges: [ + title: "Smart Communication", description: "Stay in touch with our AI assistant.", bentoComponent: "chat-marquee", aiIcon: "Star", userIcon: "User", exchanges: [ { userMessage: "How's the server load?", aiResponse: "Optimal, running at 42% capacity." } ], placeholder: "Ask anything..." -- 2.49.1