feat: trocado a foto da tela de login
This commit is contained in:
parent
ac274e5c91
commit
cc6c45c6fe
2 changed files with 1 additions and 2 deletions
|
|
@ -100,7 +100,6 @@ const AppContent: React.FC = () => {
|
|||
</h4>
|
||||
<ul className="space-y-2 md:space-y-3 text-brand-black/70 text-sm sm:text-base md:text-lg">
|
||||
<li>Fotografia de Formatura</li>
|
||||
<li>Baile de Gala</li>
|
||||
<li>Cerimônia de Colação</li>
|
||||
<li>Ensaios de Turma</li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ export const Login: React.FC<LoginProps> = ({ onNavigate }) => {
|
|||
{/* Left Side - Image */}
|
||||
<div className="hidden lg:flex lg:w-1/2 relative overflow-hidden">
|
||||
<img
|
||||
src="https://images.unsplash.com/photo-1519741497674-611481863552?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80"
|
||||
src="https://plus.unsplash.com/premium_photo-1713296255442-e9338f42aad8?q=80&w=722&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
alt="Photum Login"
|
||||
className="absolute inset-0 w-full h-full object-cover"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue