Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1547e3330e | |||
| 57f1650b19 | |||
| 6e8ef9e4ff | |||
| 7c2d4661f5 | |||
| 9d2e5b6d1e | |||
| ef91945ce8 | |||
| 671c7682b2 | |||
| 35a6577085 | |||
| 60495e3e6d | |||
| fcaa4fcd9d | |||
| 2268a6cf9c | |||
| 65819424f9 | |||
| 2df3d32054 | |||
| 1bf29e6367 | |||
| 2269ea3c29 | |||
| 603d1b6208 | |||
| 032411769b | |||
| 520e7c62be | |||
| e4a9b156e3 | |||
| b7f86bebd1 |
@@ -1,57 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild - Genera Video IA Straordinari da Testo", description: "Trasforma il testo in video professionali con IA. Avatar realistici, lip-sync 40+ lingue, 4K 60fps. Provalo gratis.", keywords: "generatore video IA, text-to-video, avatar IA, creazione video automatica, generazione video AI", metadataBase: new URL("https://webild.io"),
|
||||
alternates: {
|
||||
canonical: "https://webild.io"},
|
||||
openGraph: {
|
||||
title: "Webild - Video Generation Powered by AI", description: "Create professional videos from simple text prompts. Hyperrealistic AI avatars, multilingual lip-sync, 4K quality.", url: "https://webild.io", siteName: "Webild", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXE6dR9StHqNVgBIFZoj6q8ekZ/a-modern-ai-video-generation-interface-s-1772731023752-af736fcc.png", alt: "Webild AI Video Generation Platform"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Webild - AI Video Generator", description: "Transform text into stunning professional videos with AI-powered generation.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXE6dR9StHqNVgBIFZoj6q8ekZ/a-modern-ai-video-generation-interface-s-1772731023752-af736fcc.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Webild - AI Video Generation", description: "Transform text into extraordinary videos with AI. No editing skills required."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1419,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -45,13 +45,13 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardDashboard
|
||||
title="Trasforma il Testo in Video Straordinari con l'IA"
|
||||
description="Nessuna competenza di editing richiesta. Converti semplici prompt di testo in video professionali in alta definizione in pochi secondi con la potenza dell'intelligenza artificiale."
|
||||
description="Nessuna competenza di editing richiesta. Converti semplici prompt di testo in video professionali in alta definizione in pochi secondi. Risultati di qualità cinematica senza attese."
|
||||
tag="Powered by AI"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Genera il tuo primo video", href: "#pricing" },
|
||||
{ text: "Guarda la Demo", href: "#" }
|
||||
{ text: "Guarda Demo Video", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
@@ -195,7 +195,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="depth-3d"
|
||||
plans={[
|
||||
{ id: "hobby", badge: "Per Iniziare", price: "Gratis", subtitle: "Perfetto per provare", 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: "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}
|
||||
tagAnimation="slide-up"
|
||||
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={[
|
||||
{ text: "Prova Gratuita 7 Giorni", href: "#pricing" },
|
||||
{ text: "Contatta il Nostro Team", href: "mailto:sales@webild.io" }
|
||||
@@ -260,4 +260,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #030128;
|
||||
--card: #241f48;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #030128;
|
||||
--secondary-cta: #131136;
|
||||
--secondary-cta-text: #d5d4f6;
|
||||
--accent: #44358a;
|
||||
--background-accent: #b597fe;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1f3251;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user