Merge version_1 into main #3

Merged
bender merged 5 commits from version_1 into main 2026-03-03 11:30:50 +00:00
5 changed files with 5 additions and 0 deletions

View File

@@ -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 = [

View File

@@ -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 = [

View File

@@ -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 = [

View File

@@ -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 = [

View File

@@ -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 = [