Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 87a3296209 | |||
| 7514acbe5c | |||
| fabb004d0d |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Analyzing Free", href: "#pricing" },
|
{ text: "Analyze Your Video Free", href: "#pricing" },
|
||||||
{ text: "Watch Demo", href: "#how-it-works" }
|
{ text: "Watch Demo", href: "#how-it-works" }
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
|
|||||||
Reference in New Issue
Block a user