diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a81272..f789ec0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import Link from 'next/link'; import { Sparkles, Award, Zap, BarChart3, Star, Building2, Home, MapPin, TrendingUp, CircleDollarSign, ArrowLeftRight, Send, Crown, Phone, DollarSign, Users, Hexagon, House, MessageSquareText, Settings } from 'lucide-react';