diff --git a/src/app/page.tsx b/src/app/page.tsx index cb81218..f1a46aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Leaf, Users } from "lucide-react"; +import { Award, Leaf, Users, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -29,26 +29,11 @@ export default function LandingPage() {