From fcaa4fcd9d8303e6993bcf7955d0a4e4777934ce Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:09:18 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1d45fa6..6c038e2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 60495e3e6dfa67fcde1c605f9b8e92f6741f763a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:09:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4851b0a..0705329 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,6 +133,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" + buttons={[ + { text: "Esplora Tutte le Funzionalità", href: "/features" } + ]} features={[ { icon: Video, title: "Text-to-Video IA", description: "Trasforma qualsiasi testo in video cinematico grazie ai modelli di intelligenza artificiale all'avanguardia." }, { icon: User, title: "Avatar IA Iper-Realistici", description: "Crea presentatori virtuali indistinguibili dai veri, con movimenti naturali e espressioni autentiche." }, @@ -260,4 +263,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1