[#37] Login & Register Page UI

https://project.mdnd-it.cc/work_packages/37
This commit is contained in:
2025-05-17 10:33:55 +02:00
parent f089d314ca
commit 8a7500eb69
7 changed files with 131 additions and 16 deletions
@@ -1,3 +1,6 @@
// src/pages/Auth/AuthLogin.jsx
// Kártya amelyiken a bejelentkezés és regisztráció van
import { motion, AnimatePresence } from "framer-motion";
import Animation from "../../assets/SerpentRace_Animation/SerpentRace_Animation";
import LoginForm from "./LoginForm";
@@ -20,7 +23,7 @@ export default function AuthCard({ isRegistering, setIsRegistering }) {
<div className="h-6" />
<Animation sizePercentage={30} />
<p className="text-lg mt-0 text-center font-light whitespace-nowrap overflow-hidden">
Baszódj meg te kurva!
Lépj be és légy a legjobb!
</p>
</div>