Skip to content

Commit

Permalink
página de politica de privacidade
Browse files Browse the repository at this point in the history
  • Loading branch information
jesielviana committed May 18, 2023
1 parent ab9684e commit f75d789
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/pages/privacy-policy.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Head from 'next/head'
import type { NextPage } from 'next'
import Layout from '../components/layouts/Layout'

const PrivacyPolicy: NextPage = () => {
return (
Expand All @@ -9,12 +8,11 @@ const PrivacyPolicy: NextPage = () => {
<title>Our Privacy Policy</title>
<meta name="description" content="Website privacy policy page" />
</Head>

<Layout>
<h1 className="text-3xl font-bold font-open">
<div className="container">
<p className="text-3xl font-bold font-open py-4">
Website privacy policy page content
</h1>
</Layout>
</p>
</div>
</>
)
}
Expand Down

0 comments on commit f75d789

Please sign in to comment.