FRONX SMART HYBRID
Desde:
USD $18,790
ó S/.71,214
Este SUV con diseño futurista y tecnología Smart Hybrid es la unión entre rendimiento de combustible y respeto por el ambiente.
Desde:
CARACTERISTICAS | |
---|---|
|
|
|
|
|
|
|
|
|
|
SEGURIDAD | |
|
|
|
|
|
|
|
|
|
|
MOTOR | |
|
|
|
|
DIMENSIÓN | |
|
|
|
|
|
|
|
|
CARACTERISTICAS | |
---|---|
|
|
|
|
|
|
|
|
SEGURIDAD | |
|
|
|
|
|
|
MOTOR | |
|
|
|
|
DIMENSIÓN | |
|
|
|
|
|
|
|
|
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Página de Destino</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
}
img {
max-width: 100%;
height: auto;
}
.buttons {
margin-top: 20px;
}
.button {
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 5px;
margin: 0 10px;
}
.button:hover {
background-color: #0056b3;
}
</style>
</head>
<body>
<div class="container">
<img id="landing-image" src="tu-imagen.jpg" alt="Imagen de la página de destino">
<div class="buttons">
<a href="enlace1.html" class="button">Botón 1</a>
<a href="enlace2.html" class="button">Botón 2</a>
<a href="enlace3.html" class="button">Botón 3</a>
</div>
</div>
</body>
</html>