2
0

refactor(lp): ♻️ Simplify header

This commit is contained in:
Baptiste Arnaud
2022-04-05 09:51:43 +02:00
parent ceedb05b64
commit 1fdf7e734b
29 changed files with 512 additions and 790 deletions

View File

@ -1,12 +1,12 @@
import { Stack, Heading } from '@chakra-ui/react'
import { Navbar } from 'components/common/Navbar/Navbar'
import { Header } from 'components/common/Header/Header'
import { SocialMetaTags } from 'components/common/SocialMetaTags'
const PrivacyPolicies = () => {
return (
<div className="flex flex-col items-center w-full overflow-x-hidden ">
<SocialMetaTags currentUrl={`https://www.typebot.io/terms-of-service`} />
<Navbar />
<Header />
<Stack spacing={10} mx="auto" maxW="3xl" my="20">
<Heading as="h1">Website Terms and Conditions of Use</Heading>