Merge version_1_1782191701832 into main #4
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user