diff --git a/src/app/page.tsx b/src/app/page.tsx index c17f4d2..0869caa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { AlertCircle, Clock, FileText, MessageCircle, MapPin, Users, Zap, Sparkles, Rocket, Crown, Star } from 'lucide-react'; +import Link from 'next/link'; export default function LandingPage() { return ( @@ -28,14 +29,14 @@ export default function LandingPage() {