diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a9cdcf2..fe6f69a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,6 +7,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Star, Zap, Mail } from 'lucide-react'; +import Link from 'next/link'; export default function AboutPage() { const navItems = [ diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4f1c50e..72a4c7e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,6 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Mail } from 'lucide-react'; +import Link from 'next/link'; export default function ContactPage() { const navItems = [ diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a1a9ca..ac49d2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Shield, Star, Zap, MapPin, Heart, Sparkles, Mail, Calendar, Trophy } from 'lucide-react'; +import Link from 'next/link'; export default function HomePage() { const navItems = [ diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index ca28a83..d977fcf 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -7,6 +7,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Sparkles, Mail, Calendar, Trophy } from 'lucide-react'; +import Link from 'next/link'; export default function PricingPage() { const navItems = [ diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 629b622..aa57088 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -7,6 +7,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { MapPin, Mail } from 'lucide-react'; +import Link from 'next/link'; export default function PropertiesPage() { const navItems = [