import React from "react"; import { Button } from "@/components/ui/button"; import { Share2, Info } from "lucide-react"; export default function MobileOptimizedHeader({ totalFonts, onQuickShare }) { return (
{/* Main Title */}

FancyText 🔥

Make Your Bio Go Viral 🔥

{totalFonts}+ unique fonts • Copy & Paste ready

{/* Controls Row */}
{/* Quick Share */} {/* Info Badge */}
Free & Fast
{/* Feature Pills */}
{["📱 Mobile Optimized", "⚡ Instant Copy", "🎨 30+ Styles", "🔄 Always Updated"].map((feature, index) => ( {feature} ))}
); }