diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ee9646..6a24772 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, Zap, Award, Users, MessageSquare, DollarSign, HelpCircle, TrendingUp, AlertCircle, CheckCircle, LayoutDashboard, BarChart3, Settings, Brain, Cpu, Network, Layers, Globe, Lock, BarChart3 as BarChart3Icon, CircleDollarSign, ArrowLeftRight, Send, House, MessageSquareText, Target, Database, Cloud, Server, Shield, Hexagon, GitIntegrations } from "lucide-react"; +import { Sparkles, Zap, Award, Users, MessageSquare, DollarSign, HelpCircle, TrendingUp, AlertCircle, CheckCircle, LayoutDashboard, BarChart3, Settings, Brain, Cpu, Network, Layers, Globe, Lock, CircleDollarSign, ArrowLeftRight, Send, House, MessageSquareText, Target, Database, Cloud, Server, Shield, Hexagon } from "lucide-react"; export default function LandingPage() { return ( @@ -63,7 +63,7 @@ export default function LandingPage() { ], sidebarItems: [ { icon: LayoutDashboard, active: true }, - { icon: BarChart3Icon }, + { icon: BarChart3 }, { icon: Settings } ], stats: [ @@ -102,11 +102,11 @@ export default function LandingPage() { title: "Smart Automation", description: "Automate complex workflows with intelligent decision-making and process optimization", bentoComponent: "icon-info-cards", items: [ { icon: Zap, label: "Workflow Speed", value: "10x Faster" }, { icon: Target, label: "Accuracy", value: "98.2%" }, - { icon: BarChart3Icon, label: "Cost Reduction", value: "45%" } + { icon: BarChart3, label: "Cost Reduction", value: "45%" } ] }, { - title: "Seamless Integration", description: "Connect with your entire enterprise ecosystem through unified APIs and connectors", bentoComponent: "orbiting-icons", centerIcon: GitIntegrations, + title: "Seamless Integration", description: "Connect with your entire enterprise ecosystem through unified APIs and connectors", bentoComponent: "orbiting-icons", centerIcon: Hexagon, items: [ { icon: Database, ring: 1, duration: 8 }, { icon: Cloud, ring: 1, duration: 8 }, @@ -126,7 +126,7 @@ export default function LandingPage() { items: [ { name: "Encryption", icon: Lock }, { name: "Compliance", icon: CheckCircle }, - { name: "Audit Log", icon: BarChart3Icon }, + { name: "Audit Log", icon: BarChart3 }, { name: "Access Control", icon: Users } ] }, @@ -151,7 +151,7 @@ export default function LandingPage() { features={[ { icon: Cpu, title: "GPU Acceleration", description: "Massive parallel processing power for lightning-fast model training and inference at scale" }, { icon: Network, title: "Distributed Computing", description: "Leverage distributed architectures for fault tolerance and unlimited scalability" }, - { icon: BarChart3Icon, title: "Advanced Monitoring", description: "Real-time performance monitoring with custom alerts and health dashboards" }, + { icon: BarChart3, title: "Advanced Monitoring", description: "Real-time performance monitoring with custom alerts and health dashboards" }, { icon: Layers, title: "Model Management", description: "Version control, A/B testing, and automatic model optimization pipeline" }, { icon: Users, title: "Collaboration Tools", description: "Team workflows with role-based access, annotations, and shared workspaces" }, { icon: Globe, title: "Global Infrastructure", description: "Deploy globally with data residency options and multi-region failover" } @@ -176,6 +176,7 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak5ZWCEvidaBN9mnlpYwopKMbS/abstract-representation-of-ai-capabiliti-1773123999590-6a0b23b0.png" imageAlt="Enterprise AI Impact" mediaAnimation="blur-reveal" + metricsAnimation="slide-up" useInvertedBackground={false} />