Loading...

Claude Embed Test Page

/ import React, { useState } from ‘react’; import { Sparkles, Video, TrendingUp, Zap, Copy, Download, RefreshCw, CheckCircle } from ‘lucide-react’; const ViralReelGenerator = () => { const [inputText, setInputText] = useState(”); const [niche, setNiche] = useState(”); const [goal, setGoal] = useState(‘follows’); const [loading, setLoading] = useState(false); const [scriptOutput, setScriptOutput] = useState(null); const [copied, setCopied] […]

Read More