import { motion } from 'framer-motion'; import { ArrowRight, Play, Sparkles, Star } from 'lucide-react'; export default function Hero() { return ( {/* Decorative Blobs */} {/* Floating Elements / Stars */} {/* Text Content */} A Festa do Ano Chegou Transforme a foto do seu filho em uma Festa Mágica! Pare de gastar horas procurando decoração. Envie uma foto e nossa IA cria um Kit Digital com 21 Itens Exclusivos, com o rostinho do seu filho no estilo de personagens de cinema! Prontinho para imprimir. { if (typeof window !== 'undefined' && 'fbq' in window) { (window as any).fbq('track', 'InitiateCheckout'); } }} className="w-full sm:w-auto h-16 px-10 rounded-full bg-gradient-to-r from-pink-500 to-violet-500 text-white font-bold text-xl flex items-center justify-center gap-3 hover:scale-105 hover:shadow-2xl transition-all shadow-xl shadow-pink-500/30" > Criar Minha Festa Agora {[...Array(5)].map((_, i) => )} Mais de 10.000 mãesjá fizeram a festa! {/* Right Image Content */} {/* The Image from the User */} {/* Badge floating */} Fica Perfeito {/* Decorative background for the image */} ); } function Wand2Icon({ className }: { className?: string }) { return ( ); }