'use client' import Link from 'next/link' import { motion } from 'framer-motion' import { ArrowRightIcon } from '@ciphera-net/ui' const integrations = [ { id: 'nextjs', name: 'Next.js', description: 'Add privacy-friendly analytics to your Next.js application using next/script.', icon: ( ), }, { id: 'react', name: 'React', description: 'Integrate Pulse with any React SPA (Create React App, Vite, etc).', icon: ( ), }, { id: 'vue', name: 'Vue.js', description: 'Simple setup for Vue 2 and Vue 3 applications.', icon: ( ), }, { id: 'wordpress', name: 'WordPress', description: 'Add the tracking script to your WordPress header or use a plugin.', icon: ( ), }, ] export default function IntegrationsPage() { return (
Connect Pulse with your favorite frameworks and platforms in minutes.
{integration.description}
View Guide ))} {/* * Request Integration Card */}