diff --git a/src/app/page.tsx b/src/app/page.tsx
index 43f7bfa..d7fb636 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Zap } from "lucide-react";
+import { Zap, ArrowRight } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,51 +33,34 @@ export default function LandingPage() {