Update src/app/auth/register/page.tsx

This commit is contained in:
2026-05-05 14:43:53 +00:00
parent 7701709eff
commit e8b646b4be

View File

@@ -12,7 +12,7 @@ export default function RegisterPage() {
{ name: "Login", id: "/auth/login" },
{ name: "Registo", id: "/auth/register" }
]}
brandName="MozaEats"
brandName="ENTREGA"
/>
<main className="flex min-h-screen flex-col items-center justify-center p-24">
<div className="max-w-md w-full space-y-8 p-8 bg-card rounded-xl">
@@ -32,4 +32,4 @@ export default function RegisterPage() {
</main>
</ThemeProvider>
);
}
}