diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9a9f8d9..73a4965 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Manrope } from "next/font/google"; export const metadata: Metadata = { - title: 'Creator AI Hub | AI Tools for YouTube & Reels', - description: 'Generate thumbnails, scripts, and reels in seconds. Join 5000+ creators scaling their influence.', + title: 'Creator AI Hub', + description: 'Unlock the power of AI to transform your ideas into viral YouTube Shorts, Instagram Reels, and professional thumbnails.', openGraph: { "title": "Creator AI Hub", "description": "AI-powered platform for creators.", diff --git a/src/app/page.tsx b/src/app/page.tsx index 26f6908..1811e30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,73 +32,32 @@ export default function LandingPage() {
@@ -109,30 +68,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Thumbnail Maker", - description: "Generate high-CTR thumbnails instantly.", - bentoComponent: "reveal-icon", - icon: Wand2, - imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252521.jpg", - imageAlt: "Futurism perspective of digital nomads lifestyle", - }, - { - title: "AI Short Video", - description: "Convert long-form ideas to viral Reels.", - bentoComponent: "reveal-icon", - icon: Video, - imageSrc: "http://img.b2bpic.net/free-photo/ai-site-helping-with-software-production_1268-21626.jpg?_wi=2", - imageAlt: "Futurism perspective of digital nomads lifestyle", - }, - { - title: "Script Writer", - description: "Never run out of content ideas.", - bentoComponent: "reveal-icon", - icon: PenTool, - imageSrc: "http://img.b2bpic.net/free-photo/spinning-retro-cd-blue-tech-surface_58702-17236.jpg?_wi=1", - imageAlt: "Futurism perspective of digital nomads lifestyle", - }, + { title: "Thumbnail Maker", description: "Generate high-CTR thumbnails instantly.", bentoComponent: "reveal-icon", icon: Wand2 }, + { title: "AI Short Video", description: "Convert long-form ideas to viral Reels.", bentoComponent: "reveal-icon", icon: Video }, + { title: "Script Writer", description: "Never run out of content ideas.", bentoComponent: "reveal-icon", icon: PenTool } ]} title="Powerful Tools for Viral Growth" description="Everything you need to automate your content strategy and spend less time editing." @@ -141,34 +79,15 @@ export default function LandingPage() {