Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f725a76a16 | |||
| cfc8f3c75c | |||
| 8a8f8277a2 | |||
| f1a4c94acf | |||
| 33662610a4 |
192
src/app/page.tsx
192
src/app/page.tsx
@@ -3,11 +3,11 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import { BarChart, TrendingUp, Users } from "lucide-react";
|
||||
import { BarChart, TrendingUp, Users, Github, Twitter, Linkedin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -15,121 +15,91 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="light"
|
||||
contentWidth="medium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="noise"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard", id: "dashboard"},
|
||||
{
|
||||
name: "Generator", id: "generator"},
|
||||
{
|
||||
name: "Analytics", id: "analytics"},
|
||||
{
|
||||
name: "Script AI", id: "script-ai"},
|
||||
]}
|
||||
brandName="AI Suite"
|
||||
button={{
|
||||
text: "15/50 Credits Left"}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Generator", id: "generator" },
|
||||
{ name: "Analytics", id: "analytics" },
|
||||
]}
|
||||
brandName="AI Suite"
|
||||
button={{ text: "Contact", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
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: "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"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{ 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: "#" },
|
||||
{ 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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="generator" data-section="generator">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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"},
|
||||
{
|
||||
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"},
|
||||
{
|
||||
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="AI UGC Video Generator"
|
||||
description="Transform base images into realistic UGC videos using motion transfer technology."
|
||||
/>
|
||||
</div>
|
||||
<div id="generator" data-section="generator">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
},
|
||||
{
|
||||
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="AI UGC Video Generator"
|
||||
description="Transform base images into realistic UGC videos using motion transfer technology."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="analytics" data-section="analytics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "views", icon: BarChart,
|
||||
title: "Total Views", value: "2.4M+"},
|
||||
{
|
||||
id: "subs", icon: Users,
|
||||
title: "Subscribers", value: "150K"},
|
||||
{
|
||||
id: "eng", icon: TrendingUp,
|
||||
title: "Engagement Rate", value: "8.4%"},
|
||||
]}
|
||||
title="Analytics Hub"
|
||||
description="Master your niche with data-driven insights."
|
||||
/>
|
||||
</div>
|
||||
<div id="analytics" data-section="analytics">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "views", icon: BarChart, title: "Total Views", value: "2.4M+" },
|
||||
{ id: "subs", icon: Users, title: "Subscribers", value: "150K" },
|
||||
{ id: "eng", icon: TrendingUp, title: "Engagement Rate", value: "8.4%" },
|
||||
]}
|
||||
title="Analytics Hub"
|
||||
description="Master your niche with data-driven insights."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "AI Generator", href: "#generator"},
|
||||
{
|
||||
label: "Analytics", href: "#analytics"},
|
||||
{
|
||||
label: "Script AI", href: "#script-ai"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 AI Creator Suite. All rights reserved."
|
||||
bottomRightText="Built for Creators."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="AI Suite"
|
||||
copyrightText="© 2025 AI Suite. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Github, href: "#", ariaLabel: "Github" },
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user