import Image from "next/image"; import Link from "next/link"; import ctaImage from "@/assets/images/projects/elysium.jpg"; import { Reveal } from "@/components/Reveal"; import { contact, site } from "@/data/site"; /** Dark closing band over a full-bleed plate, as on the reference page. */ export function PageCta({ caption, title, action, }: { caption: string; title: string; action: string; }) { return (

{caption}

{title}

{action} تماس با ما

{site.taglineLatin}

); }