diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f8eb3c..95b2ca7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Bell, Calendar, CheckSquare, MessageSquare, ThumbsUp, Users } from "lucide-react"; +import { Bell, Calendar, CheckSquare, MessageSquare, ThumbsUp, Users, Library, Presentation } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() {