3 Commits

Author SHA1 Message Date
60495e3e6d Update src/app/page.tsx 2026-03-05 18:09:19 +00:00
fcaa4fcd9d Update src/app/layout.tsx 2026-03-05 18:09:18 +00:00
2268a6cf9c Merge version_3 into main
Merge version_3 into main
2026-03-05 17:33:23 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}