diff --git a/src/app/page.tsx b/src/app/page.tsx index e59bad1..d82836b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; import { DollarSign, Eye, Heart, Sparkles, Target, TrendingUp, Zap } from 'lucide-react'; +import Image from 'next/image'; export default function LandingPage() { return ( @@ -29,6 +30,7 @@ export default function LandingPage() {