From 56f95db8634dfb61b283e2c1424811323af55891 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 00:36:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 101 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 96 insertions(+), 5 deletions(-) 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 -- 2.49.1