Draft Privacy Policy Page

This commit is contained in:
Ahmad 2024-02-20 20:31:00 -05:00
parent b031892a77
commit 54b21d1027
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
2 changed files with 79 additions and 1 deletions

View file

@ -1,5 +1,6 @@
import { Logo } from '@/components/logo';
import { Button } from '@/components/ui/button';
import Link from 'next/link';
export const Footer = () => {
return (
@ -8,7 +9,9 @@ export const Footer = () => {
<Logo />
<div className='flex w-full items-center justify-between space-x-4 md:block md:w-auto'>
<Button size='sm' variant='ghost'>
Privacy Policy
<Link href="/privacy-policy">
Privacy Policy
</Link>
</Button>
<Button size='sm' variant='ghost'>
Terms of Service