agent: Add Money-Focused FAQ Section to Homepage
This commit is contained in:
@@ -4,6 +4,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
import SEO from '../components/SEO.astro';
|
||||
import ClientLogos from '../components/ClientLogos.astro';
|
||||
import InlineLeadForm from '../components/InlineLeadForm.astro';
|
||||
import HomepageFaq from '../components/HomepageFaq.astro';
|
||||
|
||||
// Benefits/Features data
|
||||
const benefits = [
|
||||
@@ -716,6 +717,13 @@ const faqs = [
|
||||
the lead can be segmented downstream. -->
|
||||
<InlineLeadForm />
|
||||
|
||||
<!-- Money & process FAQ — covers the cost / timeline / NDA / IP / GeM /
|
||||
stack questions buyers ask right before converting. Sits between the
|
||||
inline lead form and the final CTA band so late-stage objections are
|
||||
resolved before the visitor hits the final call-to-action. Emits its
|
||||
own FAQPage JSON-LD for Google rich results. -->
|
||||
<HomepageFaq />
|
||||
|
||||
<!-- Final CTA Section - Enhanced -->
|
||||
<section class="py-24 bg-gradient-to-br from-secondary-900 via-primary-900 to-primary-800 relative overflow-hidden">
|
||||
<!-- Background decorations -->
|
||||
|
||||
Reference in New Issue
Block a user