"use client"; import { ArrowRightIcon } from "@heroicons/react/24/solid"; export function HomeCTA() { return (
{/* LEFT: Big CTA Button */} {/* RIGHT: Two small CTAs */}
{/* Button 1 */} {/* Button 2 */}
); }