diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 25d3ab9..ea23b49 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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", diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx index 87aa002..c3a9a2b 100644 --- a/src/app/signup/page.tsx +++ b/src/app/signup/page.tsx @@ -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 ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);