diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ae0fcf..fdcb7ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,9 +63,9 @@ export default function LandingPage() { description="Soluzioni cinematografiche per il posizionamento del tuo brand." animationType="slide-up" features={[ - { id: "s1", title: "Heritage Brand Film", description: "Italia ed Europa" }, - { id: "s2", title: "Campaign Lifestyle", description: "Italia ed Europa" }, - { id: "s3", title: "Event Direction", description: "On-site ovunque, su richiesta" } + { id: "s1", title: "Heritage Brand Film", description: "Italia ed Europa", tag: "Production" }, + { id: "s2", title: "Campaign Lifestyle", description: "Italia ed Europa", tag: "Campaign" }, + { id: "s3", title: "Event Direction", description: "On-site ovunque, su richiesta", tag: "Events" } ]} />