diff --git a/src/app/page.tsx b/src/app/page.tsx index 962ff05..371dedf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { BarChart, DollarSign, Shield, Zap } from "lucide-react"; +import { BarChart, DollarSign, Shield, Zap, Cpu } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file