diff --git a/app/page.tsx b/app/page.tsx index 9d8e0f4..267deb3 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -91,6 +91,39 @@ function ComparisonSection() { ) } +function IntegrationSection() { + return ( +
+

Install in seconds

+

Just add this snippet to your <head> tag.

+ +
+
+
+
+
+
+
+ layout.tsx / index.html +
+
+ + <script{' '} + defer{' '} + data-domain + = + "your-site.com"{' '} + src + = + "https://pulse.ciphera.net/script.js" + ></script> + +
+
+
+ ) +} + export default function HomePage() { const { user, loading: authLoading } = useAuth() const [sites, setSites] = useState([]) @@ -215,6 +248,9 @@ export default function HomePage() { {/* * NEW: COMPARISON SECTION */} + {/* * NEW: INTEGRATION SECTION */} + + {/* * NEW: CTA BOTTOM */}

Ready to switch?