diff --git a/src/app/page.tsx b/src/app/page.tsx index de23331..1d926c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,9 +9,10 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { CheckCircle, TrendingUp, Users, Zap } from 'lucide-react'; +import { CheckCircle, TrendingUp, Users, Zap, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -155,6 +156,48 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file