Compare commits
5 Commits
version_22
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 76a54d582a | |||
| 8cfacd24f0 | |||
| e1d58392af | |||
| d38a838abe | |||
| afef49a060 |
@@ -8,7 +8,24 @@ const poppins = Poppins({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "billiclipd | Viral Clip Specialist", description: "Turn longform content into viral clips for TikTok, Instagram Reels, and YouTube Shorts. Expert clipping services with 10M+ views generated."};
|
||||
title: "billiscales | Clipper",
|
||||
description: "Turn longform content into viral clips for TikTok, Instagram Reels, and YouTube Shorts. Expert clipping services with 10M+ views generated.",
|
||||
openGraph: {
|
||||
title: "billiscales | Clipper",
|
||||
description: "Turn longform content into viral clips for TikTok, Instagram Reels, and YouTube Shorts. Expert clipping services with 10M+ views generated.",
|
||||
images: [
|
||||
{
|
||||
url: "/images/porsche.jpg",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "billiscales | Clipper",
|
||||
description: "Turn longform content into viral clips for TikTok, Instagram Reels, and YouTube Shorts. Expert clipping services with 10M+ views generated.",
|
||||
images: ["/images/porsche.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user