update description metadata tag
This commit is contained in:
parent
80920a1e0a
commit
1c9c36c811
5 changed files with 20 additions and 5 deletions
|
|
@ -38,7 +38,10 @@ const Home: NextPage = () => {
|
|||
<>
|
||||
<Head>
|
||||
<title>Snapify | Async video messaging</title>
|
||||
<meta name="description" content="Generated by create-t3-app" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Share high-quality videos asynchronously and collaborate on your own schedule"
|
||||
/>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
<div className="bg-white">
|
||||
|
|
|
|||
|
|
@ -24,7 +24,10 @@ export default function Pricing() {
|
|||
<>
|
||||
<Head>
|
||||
<title>Snapify | Pricing</title>
|
||||
<meta name="description" content="Generated by create-t3-app" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Share high-quality videos asynchronously and collaborate on your own schedule"
|
||||
/>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
<Header />
|
||||
|
|
|
|||
|
|
@ -85,7 +85,10 @@ const VideoList: NextPage = () => {
|
|||
<>
|
||||
<Head>
|
||||
<title>{video?.title ?? "Snapify | Async video messaging"}</title>
|
||||
<meta name="description" content="Generated by create-t3-app" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Share high-quality videos asynchronously and collaborate on your own schedule"
|
||||
/>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
<main className="flex h-screen w-screen flex-col items-center justify-center">
|
||||
|
|
|
|||
|
|
@ -16,7 +16,10 @@ const SignIn = ({
|
|||
<>
|
||||
<Head>
|
||||
<title>Sign in to Snapify</title>
|
||||
<meta name="description" content="Generated by create-t3-app" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Share high-quality videos asynchronously and collaborate on your own schedule"
|
||||
/>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
<main className="flex min-h-screen flex-col items-center justify-center bg-[#f9fafb]">
|
||||
|
|
|
|||
|
|
@ -68,7 +68,10 @@ const VideoList: NextPage = () => {
|
|||
<>
|
||||
<Head>
|
||||
<title>Library | Snapify</title>
|
||||
<meta name="description" content="Generated by create-t3-app" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Share high-quality videos asynchronously and collaborate on your own schedule"
|
||||
/>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
<main className="flex h-screen min-h-screen flex-col items-center justify-center bg-gradient-to-b from-[#2e026d] to-[#15162c]">
|
||||
|
|
|
|||
Loading…
Reference in a new issue