diff --git a/src/app/page.tsx b/src/app/page.tsx index aee331c..746daf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Coffee, Heart, Shield, MapPin } from "lucide-react"; +import { Coffee, Users, Shield, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -57,7 +57,7 @@ export default function LandingPage() {