agent: Add Money-Focused FAQ Section to Homepage

This commit is contained in:
platform-mcp
2026-06-17 11:55:49 +05:30
parent 3e276375bf
commit f0e755ef87
2 changed files with 232 additions and 0 deletions
+8
View File
@@ -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 -->