'use client'; import Link from 'next/link'; import styles from './CTA.module.css'; export default function CTA() { return (
{/* Floating Icons */}
{/* Top Left */}
📣
▶️
{/* Top/Mid */}
𝕏
🦋 {/* Bluesky/Twitter-like */}
{/* Left/Right Scatter */}
💼
📌
{/* Bottom Scatter */}
❤️
🌀

One Place to Manage Your
Social Presence

Publish clearly. Stay organized. Scale.

Get started for free
); }