From 2ad3ff8851248949e269270217da983ea3ee3d2c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 11:12:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 97 +++++++++++++----------------------------------- 1 file changed, 26 insertions(+), 71 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 154b643..b1c77ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,17 @@ export default function LandingPage() { @@ -55,19 +46,15 @@ export default function LandingPage() { @@ -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() {