@@ -5,12 +5,13 @@ import { HeroHighlight } from "@/components/ui/hero-highlight";
55import { Input } from "@/components/ui/input" ;
66import { IMAGE_LINKS } from "@/lib/utils" ;
77import { Clapperboard , Share2 , Upload } from "lucide-react" ;
8+ import type { Metadata } from "next" ;
89import Link from "next/link" ;
910import { Suspense } from "react" ;
1011
1112export const experimental_ppr = true ;
1213
13- export const metadata = {
14+ export const metadata : Metadata = {
1415 title : "Flowble - Share Videos in a Flash" ,
1516 description : "Share Videos in a Flash" ,
1617 icons : {
@@ -41,6 +42,9 @@ export const metadata = {
4142 url : "https://flowble.app" ,
4243 type : "website" ,
4344 } ,
45+ verification : {
46+ google : "3rc-q3njZ-HQWdByEAxvLyHVeRbzUoGp9HjMA0UYR78" ,
47+ } ,
4448} ;
4549
4650export default async function Home ( ) {
@@ -61,8 +65,9 @@ export default async function Home() {
6165 Share Videos in a Flash
6266 </ h1 >
6367 < p className = "mx-auto max-w-[700px] text-gray-500 md:text-xl dark:text-gray-400" >
64- Flowble makes it incredibly easy and fast to share your favorite moments with
65- friends. Upload, send, and enjoy videos together in seconds.
68+ Flowble makes it incredibly easy and fast to share your
69+ favorite moments with friends. Upload, send, and enjoy
70+ videos together in seconds.
6671 </ p >
6772 </ div >
6873 < div className = "space-x-4" >
0 commit comments