"use client"; import { useEffect, useState } from "react"; const interests = ["Current-Image AI Avatar","Younger-Era AI Avatar","Original Digital Human IP","Content Growth","Comment & DM Operations","Fan Monetization","Full-Funnel Conversion Analytics"]; const returnUrl = "https://ai-creator-partnership.liuxiaorong2025.chatgpt.site/contact?sent=1"; export function ContactForm(){const [sent,setSent]=useState(false);useEffect(()=>{if(new URLSearchParams(window.location.search).get("sent")==="1")setSent(true)},[]);if(sent)return

INQUIRY SENT

Your partnership inquiry has been sent.

Your information has been delivered to our partnership team. We’ll review your account foundation and goals, then contact you if there is a strong fit.

;return
Partnership Interests
{interests.map(x=>)}