From 7514acbe5ca48d40e130002d53a79a3ba257af59 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:10:54 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8e5e601..b952356 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "ViralBoost AI - Transform Your Videos Into Viral Sensations", description: "AI-powered video analysis tool that generates viral titles, SEO descriptions, and trending hashtags to maximize your content's reach."}; + title: "ViralBoost AI - Transform Your Videos Into Viral Sensations", description: "AI-powered video analysis tool that generates viral titles, SEO descriptions, and trending hashtags to maximize your content's reach." +}; export default function RootLayout({ children, -- 2.49.1 From 87a329620940ed728d986718e52c6f974231d049 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:10:54 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33468fc..eec80cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tagIcon={Sparkles} background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Start Analyzing Free", href: "#pricing" }, + { text: "Analyze Your Video Free", href: "#pricing" }, { text: "Watch Demo", href: "#how-it-works" } ]} mediaItems={[ -- 2.49.1