Made a lot of the front end

This commit is contained in:
2024-11-29 19:37:14 -06:00
parent 04a6322b55
commit 6ff62ca0a6
37 changed files with 1360 additions and 70 deletions

View File

@ -0,0 +1,8 @@
export default function Title() {
return (
<div className="py-2 px-3
rounded-xl text-4xl font-semibold mt-10">
<h1>Welcome to the Tenant Portal</h1>
</div>
);
}