diff --git a/app/installation/page.tsx b/app/installation/page.tsx new file mode 100644 index 0000000..0f669d2 --- /dev/null +++ b/app/installation/page.tsx @@ -0,0 +1,63 @@ +'use client' + +import React from 'react' + +export default function InstallationPage() { + return ( +
+ + {/* * --- 1. ATMOSPHERE (Background) --- */} +
+ {/* * Top-left Orange Glow */} +
+ {/* * Bottom-right Neutral Glow */} +
+ {/* * Grid Pattern with Radial Mask */} +
+
+ +
+
+

+ Installation +

+

+ Get up and running with Pulse in seconds. +

+
+ +
+

Add the snippet

+

Just add this snippet to your <head> tag in your layout or index file.

+ +
+
+
+
+
+
+
+ layout.tsx / index.html +
+
+ + <script{' '} + defer{' '} + data-domain + = + "your-site.com"{' '} + src + = + "https://pulse.ciphera.net/script.js" + ></script> + +
+
+
+
+
+ ) +} diff --git a/app/page.tsx b/app/page.tsx index 267deb3..9c2e64e 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -91,38 +91,6 @@ 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() @@ -248,9 +216,6 @@ export default function HomePage() { {/* * NEW: COMPARISON SECTION */} - {/* * NEW: INTEGRATION SECTION */} - - {/* * NEW: CTA BOTTOM */}

Ready to switch?

diff --git a/components/Footer.tsx b/components/Footer.tsx index 5d75610..4c175a7 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -26,6 +26,9 @@ export function Footer({ LinkComponent = Link, appName = 'Pulse' }: FooterProps) FAQ + + Installation +