From c41a8bdccf27a8eb848ce1dbfb82f60558c01889 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:30:38 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 + 1 file changed, 1 insertion(+) 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 = [ -- 2.49.1 From 28b61b3d5ffbb8ee7f4cfb8bdb9808e3fcf34197 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:30:39 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) 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 = [ -- 2.49.1 From 99396982ce2e4f5006a4d2a798e2de5d11a0d9c4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:30:40 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) 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 = [ -- 2.49.1 From b71b0002d47c22d6d0e86014a2db0e95aa9eaf1c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:30:41 +0000 Subject: [PATCH 4/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 1 + 1 file changed, 1 insertion(+) 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 = [ -- 2.49.1 From 73b66bb6b75bb488e9ecf9061ef6d1f7cdece90b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:30:43 +0000 Subject: [PATCH 5/5] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 1 + 1 file changed, 1 insertion(+) 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 = [ -- 2.49.1