diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b2d5d7..e08c3cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { ArrowRight } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,22 +32,10 @@ export default function LandingPage() {