diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2cb3633..75f01fb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -56,33 +48,21 @@ export default function LandingPage() {
description="Despierta con el sonido de las olas, no con el de la alarma. Diseño de vanguardia y la brisa de Málaga para el descanso que mereces."
buttons={[
{
- text: "Reserva al mejor precio",
- href: "#",
- },
+ text: "Reserva al mejor precio", href: "#"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg"
showBlur={true}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg",
- alt: "Guest 1",
- },
+ src: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg", alt: "Guest 1"},
{
- src: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg",
- alt: "Guest 2",
- },
+ src: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg", alt: "Guest 2"},
{
- src: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg",
- alt: "Guest 3",
- },
+ src: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg", alt: "Guest 3"},
{
- src: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg",
- alt: "Guest 4",
- },
+ src: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg", alt: "Guest 4"},
{
- src: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg",
- alt: "Guest 5",
- },
+ src: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg", alt: "Guest 5"},
]}
avatarText="Más de 10,000 huéspedes felices"
/>
@@ -95,35 +75,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "f1",
- title: "Sabor: Arrozante",
- tags: [
- "Gastronomía",
- "Vistas",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-glass-white-wine_140725-4249.jpg?_wi=1",
- imageAlt: "Paella con vistas",
- },
+ id: "f1", title: "Sabor: Arrozante", tags: [
+ "Gastronomía", "Vistas"],
+ imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-glass-white-wine_140725-4249.jpg", imageAlt: "Paella con vistas"},
{
- id: "f2",
- title: "Diversión: Splash Park",
- tags: [
- "Familia",
- "Aventura",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/child-having-fun-with-floater-pool_23-2149492553.jpg?_wi=1",
- imageAlt: "Niños en splash park",
- },
+ id: "f2", title: "Diversión: Splash Park", tags: [
+ "Familia", "Aventura"],
+ imageSrc: "http://img.b2bpic.net/free-photo/child-having-fun-with-floater-pool_23-2149492553.jpg", imageAlt: "Niños en splash park"},
{
- id: "f3",
- title: "Calma: Habitaciones",
- tags: [
- "Relax",
- "Renovado",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg?_wi=1",
- imageAlt: "Habitación de lujo",
- },
+ id: "f3", title: "Calma: Habitaciones", tags: [
+ "Relax", "Renovado"],
+ imageSrc: "http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg", imageAlt: "Habitación de lujo"},
]}
title="Experiencias Únicas"
description="Viviendo el Mediterráneo a través de cada detalle diseñado para ti y los tuyos."
@@ -132,54 +94,25 @@ export default function LandingPage() {
@@ -230,25 +151,17 @@ export default function LandingPage() {
description="¿Tienes alguna duda sobre tu reserva? Nuestro equipo está listo para ayudarte."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Nombre",
- required: true,
+ name: "name", type: "text", placeholder: "Nombre", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Correo electrónico",
- required: true,
+ name: "email", type: "email", placeholder: "Correo electrónico", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Tu consulta",
- rows: 4,
+ name: "message", placeholder: "Tu consulta", rows: 4,
required: true,
}}
- imageSrc="http://img.b2bpic.net/free-photo/modern-reception-counter-with-classy-interior-design_482257-101081.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/modern-reception-counter-with-classy-interior-design_482257-101081.jpg"
/>
@@ -256,13 +169,9 @@ export default function LandingPage() {