9 Commits

Author SHA1 Message Date
6e8ef9e4ff Update src/app/page.tsx 2026-03-05 18:16:08 +00:00
7c2d4661f5 Merge version_6 into main
Merge version_6 into main
2026-03-05 18:13:31 +00:00
9d2e5b6d1e Update src/app/page.tsx 2026-03-05 18:13:27 +00:00
ef91945ce8 Merge version_5 into main
Merge version_5 into main
2026-03-05 18:11:18 +00:00
671c7682b2 Update src/app/page.tsx 2026-03-05 18:11:13 +00:00
35a6577085 Merge version_4 into main
Merge version_4 into main
2026-03-05 18:09:23 +00:00
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 5 deletions

View File

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

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Genera il tuo primo video", href: "#pricing" }, { text: "Genera il tuo primo video", href: "#pricing" },
{ text: "Guarda 60 Secondi di Risultati", href: "#" } { text: "Guarda Demo Video", href: "#" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
@@ -195,7 +195,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
animationType="depth-3d" animationType="depth-3d"
plans={[ plans={[
{ id: "hobby", badge: "Per Iniziare", price: "Gratis", subtitle: "Create 5 complete videos risk-free", features: ["5 video al mese", "720p di massima risoluzione", "Filigrana Webild inclusa", "Libreria di avatar limitata", "Supporto email standard"] }, { id: "hobby", badge: "Per Iniziare", price: "Gratis", subtitle: "Limited to 5 videos/month", features: ["5 video al mese", "720p di massima risoluzione", "Filigrana Webild inclusa", "Libreria di avatar limitata", "Supporto email standard"] },
{ id: "premium", badge: "Scelta Consigliata", badgeIcon: Sparkles, price: "€29/mese", subtitle: "La scelta di migliaia di creator", features: ["Generazioni illimitate", "Rendering 4K a 60fps", "Zero filigrana", "Avatar completo + voice cloning", "Accesso prioritario rendering", "Diritti commerciali", "Supporto prioritario 24/7", "Integrazioni API"] }, { id: "premium", badge: "Scelta Consigliata", badgeIcon: Sparkles, price: "€29/mese", subtitle: "La scelta di migliaia di creator", features: ["Generazioni illimitate", "Rendering 4K a 60fps", "Zero filigrana", "Avatar completo + voice cloning", "Accesso prioritario rendering", "Diritti commerciali", "Supporto prioritario 24/7", "Integrazioni API"] },
{ id: "enterprise", badge: "Per Aziende", price: "Contattaci", subtitle: "Soluzione enterprise personalizzata", features: ["Generazioni illimitate", "Rendering 4K+ e 120fps", "Avatar custom branded", "Server dedicati", "API illimitata", "Supporto 24/7 dedicato", "SLA garantito 99.9%", "Onboarding personalizzato"] } { id: "enterprise", badge: "Per Aziende", price: "Contattaci", subtitle: "Soluzione enterprise personalizzata", features: ["Generazioni illimitate", "Rendering 4K+ e 120fps", "Avatar custom branded", "Server dedicati", "API illimitata", "Supporto 24/7 dedicato", "SLA garantito 99.9%", "Onboarding personalizzato"] }
]} ]}
@@ -235,7 +235,7 @@ export default function LandingPage() {
tagIcon={Rocket} tagIcon={Rocket}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Inizia a Generare Video IA Oggi" title="Inizia a Generare Video IA Oggi"
description="Unisciti a migliaia di creator che generano video straordinari ogni giorno. Nessuna carta di credito richiesta per la prova gratuita." description="Unisciti a 10.000+ creator già trasformando idee in video. Nessuna carta di credito richiesta per la prova gratuita."
buttons={[ buttons={[
{ text: "Prova Gratuita 7 Giorni", href: "#pricing" }, { text: "Prova Gratuita 7 Giorni", href: "#pricing" },
{ text: "Contatta il Nostro Team", href: "mailto:sales@webild.io" } { text: "Contatta il Nostro Team", href: "mailto:sales@webild.io" }
@@ -260,4 +260,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }