Merge version_4 into main #9

Merged
bender merged 2 commits from version_4 into main 2026-03-05 18:09: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>
);
}
}