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() { @@ -54,24 +48,19 @@ export default function LandingPage() {
@@ -227,50 +169,33 @@ export default function LandingPage() {