"use client"; import { Diamond } from "lucide-react"; export default function IntegrationsPage() { return (

Integrations

Stripe
Sell products or subscriptions and get paid online.

Connectors

Connect your app to popular services.

{[1, 2, 3, 4].map((i) => (
Connector {i}
Connect with external service for app data.
))}

Unlock this feature

This feature is only available on the Builder plan or higher. Upgrade to continue working without limits.

); }