diff --git a/src/app/page.tsx b/src/app/page.tsx index 839ec0a..05c910b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { CalendarDays, Clock, Database, ShieldCheck, TrendingUp, Mic, PhoneForward, LineChart } from "lucide-react"; +import { CalendarDays, Clock, Database, ShieldCheck, TrendingUp, Mic, PhoneForwarded, LineChart } from "lucide-react"; export default function LandingPage() { return ( @@ -98,7 +98,7 @@ export default function LandingPage() { description="Enterprise-grade technology packaged for your growing business needs." features={[ { title: "Voice Accuracy", description: "Natural sounding AI voices that build immediate trust.", buttonIcon: Mic }, - { title: "Automated Routing", description: "Smart call routing based on department priority.", buttonIcon: PhoneForward }, + { title: "Automated Routing", description: "Smart call routing based on department priority.", buttonIcon: PhoneForwarded }, { title: "Real-time Reporting", description: "Analytics dashboard to track missed opportunities.", buttonIcon: LineChart } ]} />