Merge version_1 into main #2
@@ -28,26 +28,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "dashboard",
|
||||
},
|
||||
name: "Dashboard", id: "dashboard"},
|
||||
{
|
||||
name: "Generator",
|
||||
id: "generator",
|
||||
},
|
||||
name: "Generator", id: "generator"},
|
||||
{
|
||||
name: "Analytics",
|
||||
id: "analytics",
|
||||
},
|
||||
name: "Analytics", id: "analytics"},
|
||||
{
|
||||
name: "Script AI",
|
||||
id: "script-ai",
|
||||
},
|
||||
name: "Script AI", id: "script-ai"},
|
||||
]}
|
||||
brandName="AI Suite"
|
||||
button={{
|
||||
text: "15/50 Credits Left",
|
||||
}}
|
||||
text: "15/50 Credits Left"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,19 +46,15 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="All-in-One AI Creator Suite"
|
||||
description="Generate viral UGC content, track analytics, and automate scripts. Everything you need to scale your creator business in one place."
|
||||
testimonials={[]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/auth",
|
||||
},
|
||||
text: "Get Started", href: "/auth"},
|
||||
{
|
||||
text: "See How It Works",
|
||||
href: "#generator",
|
||||
},
|
||||
text: "See How It Works", href: "#generator"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfbobpgUKOEquVVZyWN3qFCdB/a-professional-ai-creator-suite-dashboar-1774609900956-19ba42e1.png"
|
||||
/>
|
||||
@@ -80,22 +67,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Base Image Upload",
|
||||
description: "Upload high-quality character references for consistent video output.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfbobpgUKOEquVVZyWN3qFCdB/ugc-video-generator-interface-for-ai-cha-1774609903370-29358a3a.png?_wi=1",
|
||||
},
|
||||
title: "Base Image Upload", description: "Upload high-quality character references for consistent video output.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfbobpgUKOEquVVZyWN3qFCdB/ugc-video-generator-interface-for-ai-cha-1774609903370-29358a3a.png"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Motion Transfer",
|
||||
description: "Upload reference MP4s to define the movement of your AI character.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfbobpgUKOEquVVZyWN3qFCdB/ugc-video-generator-interface-for-ai-cha-1774609903370-29358a3a.png?_wi=2",
|
||||
},
|
||||
title: "Motion Transfer", description: "Upload reference MP4s to define the movement of your AI character.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfbobpgUKOEquVVZyWN3qFCdB/ugc-video-generator-interface-for-ai-cha-1774609903370-29358a3a.png"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Instant Generation",
|
||||
description: "Process your content in seconds with our high-performance GPU cluster.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfbobpgUKOEquVVZyWN3qFCdB/ugc-video-generator-interface-for-ai-cha-1774609903370-29358a3a.png?_wi=3",
|
||||
},
|
||||
title: "Instant Generation", description: "Process your content in seconds with our high-performance GPU cluster.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWfbobpgUKOEquVVZyWN3qFCdB/ugc-video-generator-interface-for-ai-cha-1774609903370-29358a3a.png"},
|
||||
]}
|
||||
title="AI UGC Video Generator"
|
||||
description="Transform base images into realistic UGC videos using motion transfer technology."
|
||||
@@ -109,23 +87,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "views",
|
||||
icon: BarChart,
|
||||
title: "Total Views",
|
||||
value: "2.4M+",
|
||||
},
|
||||
id: "views", icon: BarChart,
|
||||
title: "Total Views", value: "2.4M+"},
|
||||
{
|
||||
id: "subs",
|
||||
icon: Users,
|
||||
title: "Subscribers",
|
||||
value: "150K",
|
||||
},
|
||||
id: "subs", icon: Users,
|
||||
title: "Subscribers", value: "150K"},
|
||||
{
|
||||
id: "eng",
|
||||
icon: TrendingUp,
|
||||
title: "Engagement Rate",
|
||||
value: "8.4%",
|
||||
},
|
||||
id: "eng", icon: TrendingUp,
|
||||
title: "Engagement Rate", value: "8.4%"},
|
||||
]}
|
||||
title="Analytics Hub"
|
||||
description="Master your niche with data-driven insights."
|
||||
@@ -136,37 +105,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "AI Generator",
|
||||
href: "#generator",
|
||||
},
|
||||
label: "AI Generator", href: "#generator"},
|
||||
{
|
||||
label: "Analytics",
|
||||
href: "#analytics",
|
||||
},
|
||||
label: "Analytics", href: "#analytics"},
|
||||
{
|
||||
label: "Script AI",
|
||||
href: "#script-ai",
|
||||
},
|
||||
label: "Script AI", href: "#script-ai"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user