uhhhhhhhhhhhhhhhhhhh yeah that works i guess
This commit is contained in:
parent
1ac8649c9d
commit
5a8d49714f
|
|
@ -1,7 +1,17 @@
|
||||||
export default function Legal() {
|
export default function Legal() {
|
||||||
return (
|
return (
|
||||||
<div className="flex ">
|
<div className="space-y-4 flex flex-col w-3/5 h-3/5 p-15 bg-gray-700 border-gray-600 border rounded-xl">
|
||||||
<div className="w-3/5 h-200 bg-gray-700 border-gray-600 border rounded-xl"></div>
|
<h1 className="font-[Bitcount] text-4xl text-gray-50">Data policy</h1>
|
||||||
|
<p className="ml-2 text-gray-50 font-[Bitcount] text-xl">
|
||||||
|
Where does your data go? Idk fam tbh i just know google got smth to do
|
||||||
|
with the fonts{" "}
|
||||||
|
</p>
|
||||||
|
<h1 className="font-[Bitcount] text-4xl text-gray-50">
|
||||||
|
EULA
|
||||||
|
</h1>
|
||||||
|
<p className="ml-2 text-gray-50 font-[Bitcount] text-xl">
|
||||||
|
gng who said i was a product ✌️
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue