diff --git a/src/app/page.tsx b/src/app/page.tsx index 5be5525..7bd2b48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Award, Home, Leaf, MapPin, Music, Star, TreePine, Users } from 'lucide-react'; +import { Award, Home, Leaf, MapPin, Music, Star, TreePine, Users, Coffee } from 'lucide-react'; export default function LandingPage() { return ( @@ -71,7 +71,7 @@ export default function LandingPage() {