{eyebrow}
{title}
{intro}
Ultimo aggiornamento
{updatedAt}
{children}
import Footer from "@/components/Footer"; import { ArrowLeft } from "lucide-react"; import type { ReactNode } from "react"; type LegalPageLayoutProps = { eyebrow: string; title: string; intro: string; updatedAt: string; children: ReactNode; }; export default function LegalPageLayout({ eyebrow, title, intro, updatedAt, children, }: LegalPageLayoutProps) { return (
{intro}
Ultimo aggiornamento
{updatedAt}