diff --git a/src/app/page.tsx b/src/app/page.tsx index 700d787..0cb76fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TextAbout from '@/components/sections/about/TextAbout'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Heart, Mail, Sparkles, Star, Users } from 'lucide-react'; +import { Heart, Mail, Sparkles, Star, Users, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -76,8 +76,8 @@ export default function LandingPage() {