added image

This commit is contained in:
2025-10-24 17:16:03 -06:00
parent 1f0bb8e96d
commit fedfdde90d
6 changed files with 21 additions and 7 deletions
+10 -1
View File
@@ -4,6 +4,7 @@ import { useState } from "react";
import "../app/styles/layout/login.scss";
import "../app/styles/base/_globales.scss"; // si tienes estilos globales
import Image from "next/image";
export default function Login() {
const [email, setEmail] = useState("");
@@ -40,9 +41,17 @@ export default function Login() {
required
/>
</div>
<button type="submit">Ingresar</button>
<button type="submit">Iniciar sesión</button>
</form>
</div>
<div className="imageContainer">
<Image src="/Piedra.jpg" alt="Logo FES" width={250} height={150} />
<Image src="/image 1.png" alt="Logo FES" width={250} height={150} />
<Image src="/estrella.jpg" alt="Logo FES" width={250} height={150} />
<Image src="/sorjuana.jpg" alt="Logo FES" width={250} height={150} />
<Image src="/fes.jpg" alt="Logo FES" width={250} height={150} />
<Image src="/picachu.jpg" alt="Logo FES" width={250} height={150} />
</div>
</section>
);
}
+1 -1
View File
@@ -21,7 +21,7 @@ function Header() {
src="/logo-blanco.png"
alt="Logo FES"
width={250}
height={60}
height={70}
/>
</Link>
<div className={header.yellowPart}></div>