From 47ab423979b609124e4e7cb903517902cec49e87 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:10:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 44 ++++++++++++++++++-------------------------- 1 file changed, 18 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3202d79..c1319bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,11 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Zap, Target, Shield, Smartphone, TrendingUp, Clock, Rocket } from 'lucide-react'; +import { Zap, Target, Shield, Smartphone, TrendingUp, Clock, Rocket, Mail, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -124,38 +124,30 @@ export default function LandingPage() {
-
@@ -181,22 +173,22 @@ export default function LandingPage() { description="Everything you need to know about our lead generation service and pay-per-lead model." faqs={[ { - id: "1", title: "How does the pay-per-lead model work?", content: "You set a budget and pricing per lead. We deliver pre-qualified leads that match your criteria. You only pay when leads arrive—no monthly fees, no minimum commitments. Cancel anytime." + id: "1", title: "How does the pay-per-lead model work?", content: "You set a budget and pricing per lead. We deliver pre-qualified leads that match your criteria. You only pay when leads arrive—no monthly fees, no minimum commitments. Cancel anytime with no penalties." }, { - id: "2", title: "How quickly will I receive leads?", content: "Most businesses receive their first qualified leads within 24 hours of setup. Our system continuously matches prospects to your criteria and delivers them in real-time via your preferred channel." + id: "2", title: "How quickly will I receive leads?", content: "Most businesses receive their first qualified leads within 24 hours of setup. Our system continuously matches prospects to your criteria and delivers them in real-time via your preferred channel (email, SMS, webhook, or API)." }, { - id: "3", title: "What if a lead doesn't qualify for my business?", content: "Our pre-qualification process is thorough, but we understand criteria can be subjective. We refine filters based on your feedback to improve match quality over time. You only pay for leads delivered." + id: "3", title: "What if a lead doesn't qualify for my business?", content: "Our pre-qualification process is thorough, but we understand criteria can be subjective. We refine filters based on your feedback to improve match quality over time. You only pay for leads delivered to you." }, { - id: "4", title: "Can I adjust my filters after I start?", content: "Absolutely. Update your criteria, budget, and delivery preferences anytime through your dashboard. Changes take effect immediately with no penalties or renegotiations required." + id: "4", title: "Can I adjust my filters after I start?", content: "Absolutely. Update your criteria, budget, and delivery preferences anytime through your dashboard. Changes take effect immediately with no penalties or renegotiations required. Complete flexibility to optimize your lead quality." }, { - id: "5", title: "What delivery methods are supported?", content: "We support email, SMS, webhook, API, and direct CRM integration. Choose your preferred channel or use multiple simultaneously for maximum reach." + id: "5", title: "What delivery methods are supported?", content: "We support email, SMS, webhook, API, and direct CRM integration (Salesforce, HubSpot, Pipedrive, and more). Choose your preferred channel or use multiple simultaneously for maximum reach and efficiency." }, { - id: "6", title: "Is there a long-term contract?", content: "No contracts. No minimums. No commitments. Pay as you go and cancel anytime. If you're not satisfied with results after 30 days, we'll refund your money." + id: "6", title: "Is there a long-term contract?", content: "No contracts. No minimums. No commitments. Pay as you go and cancel anytime. If you're not satisfied with results after 30 days, we'll refund your money. Your success is our success." } ]} textboxLayout="default" @@ -213,13 +205,13 @@ export default function LandingPage() { ctaIcon={Rocket} faqs={[ { - id: "1", title: "What support is available?", content: "Our team provides onboarding assistance, ongoing optimization recommendations, and priority support via email and phone. We're committed to your success." + id: "1", title: "What support is available?", content: "Our dedicated team provides personalized onboarding, ongoing optimization recommendations, and priority support via email and phone. We're committed to your success and available to help optimize your lead quality and volume." }, { - id: "2", title: "How do you ensure lead quality?", content: "We use advanced verification, multi-point validation, and continuous quality monitoring. Every lead is pre-qualified before delivery to ensure they meet your standards." + id: "2", title: "How do you ensure lead quality?", content: "We use advanced verification technology, multi-point validation, and continuous quality monitoring. Every lead is pre-qualified before delivery to ensure they meet your standards and fit your ideal customer profile." }, { - id: "3", title: "Can I pause my account?", content: "Yes, pause anytime without penalty. Resume whenever you're ready. This gives you flexibility to manage your lead flow based on your business needs." + id: "3", title: "Can I pause my account?", content: "Yes, pause anytime without penalty. Resume whenever you're ready. This gives you complete flexibility to manage your lead flow based on your business needs, capacity, and seasonal variations." } ]} animationType="slide-up" -- 2.49.1