Merge version_1 into main #3
@@ -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 = [
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user