diff --git a/src/app/page.tsx b/src/app/page.tsx index 60f86e9..988b340 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Sparkles, Leaf, Heart } from "lucide-react"; +import { Sparkles, Leaf, Heart, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -82,7 +82,8 @@ export default function LandingPage() { ); -} +} \ No newline at end of file