From 82382b50f8c3b069f245f3948eca6aea8cf04fee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:24:50 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.49.1 From 452ef0d94a075e7b318828964cfb7c250a436ccf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 17:24:51 +0000 Subject: [PATCH 2/2] Update src/app/signup/page.tsx --- src/app/signup/page.tsx | 264 +++++++++++++++++++--------------------- 1 file changed, 122 insertions(+), 142 deletions(-) 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 ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1