diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b0ae0a..33fb4cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,10 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Zap, TrendingUp, CheckCircle, Lightbulb, Users, Cog, BarChart3, Rocket, Mail, Sparkles, HelpCircle, Heart, Check, Lock } from 'lucide-react'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { Zap, TrendingUp, CheckCircle, Lightbulb, Users, Cog, BarChart3, Rocket, Mail, Sparkles, HelpCircle, Heart, Crown } from 'lucide-react'; export default function HomePage() { const navItems = [ @@ -49,7 +52,7 @@ export default function HomePage() { + + {/* FAQ Section */} +
+
+ + {/* Contact Section */} +
+ +
+ + {/* Footer Section */} + ); } \ No newline at end of file