From a05e8ef01d9fb874943ae54033ebe448a5f0a481 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 22:59:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } ]} /> -- 2.49.1