Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-23 05:19:15 +00:00
parent e0e2ee4c82
commit 4b9a47dbef

View File

@@ -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..."