diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0486226..7fc5b64 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Trophy } from "lucide-react";
+import { Trophy, Phone, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,21 +31,15 @@ export default function LandingPage() {