Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-06-03 17:24:54 +00:00
2 changed files with 124 additions and 144 deletions

View File

@@ -11,8 +11,8 @@ import { Source_Sans_3 } from "next/font/google";
export const metadata: Metadata = {
title: 'Facely - AI Video Generation SaaS',
description: 'Generate stunning AI videos in minutes for any platform. Facely offers powerful text-to-video, customizable voices, and automated asset generation.',
title: 'Facely - AI Video Platform',
description: 'Generate stunning AI videos in minutes with Facely. Transform your ideas into captivating videos with our intuitive AI platform.',
keywords: ["AI video generation, SaaS, video creation, content automation, artificial intelligence, video editor, voice AI, text to video"],
openGraph: {
"title": "Facely - AI Video Generation SaaS",

View File

@@ -2,157 +2,137 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Lightbulb, Headphones, Palette, Download, Sparkles, Video, Wallet, Cloud, FileText, Heart } from "lucide-react";
export default function LandingPage() {
export default function SignupPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLargeSizeLargeTitles"
background="noiseDiagonalGradient"
cardStyle="outline"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
headingFontWeight="bold"
defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLargeSizeLargeTitles"
background="noiseDiagonalGradient"
cardStyle="outline"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Features",
id: "/#features",
},
{
name: "Pricing",
id: "/pricing",
},
{
name: "Dashboard",
id: "/dashboard",
},
{
name: "Create Video",
id: "/create",
},
]}
logoSrc="http://img.b2bpic.net/free-photo/3d-rendering-holographic-cube_23-2150979697.jpg"
logoAlt="Facely Logo"
brandName="facely"
button={{
text: "Sign Up",
href: "/signup",
}}
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "/"
},
{
name: "Features", id: "/#features"
},
{
name: "Pricing", id: "/pricing"
},
{
name: "Dashboard", id: "/dashboard"
},
{
name: "Create Video", id: "/create"
},
{
name: "Login", id: "/login"
},
{
name: "Sign Up", id: "/signup"
}
]}
logoSrc="http://img.b2bpic.net/free-photo/3d-rendering-holographic-cube_23-2150979697.jpg"
logoAlt="Facely Logo"
brandName="facely"
button={{
text: "Sign Up", href: "/signup"
}}
/>
</div>
<div id="signup-cta" data-section="signup-cta">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
tag="Join Facely Today"
title="Create Your Facely Account"
description="Start your AI video journey now. No free plan, pure value awaits! Sign up to choose your plan."
buttons={[
{
text: "Sign Up",
href: "/pricing",
},
{
text: "Already have an account?",
href: "/login",
},
]}
/>
</div>
<div id="signup-cta" data-section="signup-cta">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient"
}}
tag="Join Facely Today"
title="Create Your Facely Account"
description="Start your AI video journey now. No free plan, pure value awaits! Sign up to choose your plan."
buttons={[
{
text: "Sign Up", href: "/pricing"
},
{
text: "Already have an account?", href: "/login"
}
]}
/>
</div>
<div id="signup-info" data-section="signup-info">
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Experience AI Video Magic",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/ai-cloud-concept-with-lit-brain_23-2149739755.jpg"
imageAlt="Ai cloud concept with lit brain"
/>
</div>
<div id="signup-info" data-section="signup-info">
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[{ type: "text", content: "Experience AI Video Magic" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoSrc="http://img.b2bpic.net/free-photo/3d-rendering-holographic-cube_23-2150979697.jpg"
logoAlt="Facely Logo"
logoText="facely"
columns={[
{
title: "Product",
items: [
{
label: "Features",
href: "/#features",
},
{
label: "Pricing",
href: "/pricing",
},
{
label: "Dashboard",
href: "/dashboard",
},
{
label: "Create Video",
href: "/create",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Careers",
href: "#",
},
{
label: "Contact",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
copyrightText="© 2024 Facely. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoSrc="http://img.b2bpic.net/free-photo/3d-rendering-holographic-cube_23-2150979697.jpg"
logoAlt="Facely Logo"
logoText="facely"
columns={[
{
title: "Product", items: [
{
label: "Features", href: "/#features"
},
{
label: "Pricing", href: "/pricing"
},
{
label: "Dashboard", href: "/dashboard"
},
{
label: "Create Video", href: "/create"
}
]
},
{
title: "Company", items: [
{
label: "About Us", href: "#"
},
{
label: "Careers", href: "#"
},
{
label: "Contact", href: "#"
}
]
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"
},
{
label: "Terms of Service", href: "#"
}
]
}
]}
copyrightText="© 2024 Facely. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);