docs(lp): 📝 Change SEO related info
This commit is contained in:
@ -5,12 +5,7 @@ import { SocialMetaTags } from 'components/common/SocialMetaTags'
|
||||
const PrivacyPolicies = () => {
|
||||
return (
|
||||
<div className="flex flex-col items-center w-full overflow-x-hidden ">
|
||||
<SocialMetaTags
|
||||
title="Website Terms and Conditions of Use"
|
||||
description="Create beautiful conversational forms"
|
||||
currentUrl={`https://www.typebot.io/terms-of-service`}
|
||||
imagePreviewUrl={`https://www.typebot.io/images/previews/home.png`}
|
||||
/>
|
||||
<SocialMetaTags currentUrl={`https://www.typebot.io/terms-of-service`} />
|
||||
<Navbar />
|
||||
<Stack spacing={10} mx="auto" maxW="3xl" my="20">
|
||||
<Heading as="h1">Website Terms and Conditions of Use</Heading>
|
||||
|
Reference in New Issue
Block a user