import { Suspense } from 'react'; import { Card, CardContent, CardDescription, CardHeader, CardTitle, CardFooter } from "@/components/ui/card"; import { Loader2, CreditCard, ArrowRight, ShieldCheck, Zap } from "lucide-react"; export default async function BillingPage(props: { params: Promise<{ projectId: string }> }) { const { projectId } = await props.params; return (
Connect your bank account to start charging customers for this project.
By connecting, you agree to Stripe's Services Agreement. Vibn takes a small 1% platform fee on successful transactions to keep the AI platform running.