import Link from "next/link" import { Button } from "@/components/ui/button" import { ArrowRight, Sparkles } from "lucide-react" export function CTABanner() { return (
{/* Background decoration */}
) }