feat(home): teaser promo for unauthenticated visitors
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -85,9 +85,11 @@ export default function HomePage() {
|
||||
|
||||
return (
|
||||
<div className="min-h-screen flex items-center justify-center text-center px-6">
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold mb-2">Convite necessário</h1>
|
||||
<p className="text-gray-500">Esta página é por convite. Use o link que recebeu.</p>
|
||||
<div className="max-w-xl">
|
||||
<h1 className="text-4xl font-bold mb-3">Lista de Presentes</h1>
|
||||
<p className="text-lg text-gray-500">
|
||||
Gerencie listas de presentes e convites com facilidade.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user