diff --git a/src/app/page.tsx b/src/app/page.tsx index a04caf1..19eae51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { CheckCircle, Lightbulb, LineChart } from "lucide-react"; +import { CheckCircle, Lightbulb, LineChart, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -31,12 +31,9 @@ export default function LandingPage() { @@ -70,18 +60,24 @@ export default function LandingPage() {