7 Commits

Author SHA1 Message Date
c8ef3fe837 Update src/app/page.tsx 2026-03-08 00:12:08 +00:00
af66909395 Update src/app/layout.tsx 2026-03-08 00:12:08 +00:00
713384000e Merge version_1 into main
Merge version_1 into main
2026-03-07 23:50:10 +00:00
964635895f Merge version_1 into main
Merge version_1 into main
2026-03-07 23:49:30 +00:00
65d07bb19f Merge version_1 into main
Merge version_1 into main
2026-03-07 23:48:07 +00:00
66fd311d0f Merge version_1 into main
Merge version_1 into main
2026-03-07 23:46:32 +00:00
4957b8b2ef Merge version_1 into main
Merge version_1 into main
2026-03-07 23:45:48 +00:00
2 changed files with 7 additions and 4 deletions

View File

@@ -1,8 +1,11 @@
import type { Metadata } from "next";
import "./styles/globals.css";
import { Inter } from "next/font/google";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Syncora - AI-Powered Content Creation Platform", description: "Transform your content creation with AI-powered scripts, trending video ideas, and customizable animations for YouTube, TikTok, Instagram, and Facebook."};
title: "Syncora - AI-Powered Content Creation", description: "Generate AI-powered scripts, trending video ideas, and customizable animations for YouTube, TikTok, Instagram, and Facebook."};
export default function RootLayout({
children,
@@ -11,7 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body>{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -134,7 +134,7 @@ export default function Home() {
plans={[
{
id: "free", badge: "Free Trial", badgeIcon: Gift,
price: "$0", subtitle: "Perfect for getting started", buttons: [{ text: "Get Started", href: "/signup" }],
price: "$0", subtitle: "Free forever — 1 script & 1 thumbnail daily", buttons: [{ text: "Get Started", href: "/signup" }],
features: [
"1 AI-generated script per day", "1 animated thumbnail per day", "Access to trending ideas", "Basic image upload (up to 5MB)", "YouTube, TikTok, Instagram, Facebook support", "Mobile app access", "Community support"
]