Update src/app/page.tsx
This commit is contained in:
@@ -49,12 +49,12 @@ export default function SanFelixPage() {
|
||||
buttons={[{ text: "RESERVAR AHORA", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/group-friends-taking-photos-restaurant_23-2150520116.jpg", imageAlt: "Hotel hallway with elegant contemporary design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-chilling-with-laptop_23-2147778884.jpg", imageAlt: "Comfortable hotel room with double bed and cozy ambiance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-swimming-pool-spa_23-2148000355.jpg", imageAlt: "Luxury bathroom with spa amenities" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9047.jpg", imageAlt: "Hotel lobby reception with welcoming entrance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-person-decorating-their-front-door_23-2150562487.jpg", imageAlt: "Peaceful courtyard garden oasis" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-bathrobe-drinking-coffee_171337-12756.jpg", imageAlt: "Hotel room with work desk for business travelers" }
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B57XS9ndPmwdU7OZoIoLqcBB0z/uploaded-1773767612786-hgfq2dso.png", imageAlt: "Hotel room image one" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B57XS9ndPmwdU7OZoIoLqcBB0z/uploaded-1773767612787-nv10qkuc.png", imageAlt: "Hotel room image two" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B57XS9ndPmwdU7OZoIoLqcBB0z/uploaded-1773767612787-lz6axv7w.png", imageAlt: "Hotel room image three" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B57XS9ndPmwdU7OZoIoLqcBB0z/uploaded-1773767612786-hgfq2dso.png", imageAlt: "Hotel room image four" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B57XS9ndPmwdU7OZoIoLqcBB0z/uploaded-1773767612787-nv10qkuc.png", imageAlt: "Hotel room image five" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B57XS9ndPmwdU7OZoIoLqcBB0z/uploaded-1773767612787-lz6axv7w.png", imageAlt: "Hotel room image six" }
|
||||
]}
|
||||
ariaLabel="Hero section showcasing San Félix boutique hotel experience"
|
||||
/>
|
||||
@@ -96,8 +96,8 @@ export default function SanFelixPage() {
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardSixteen
|
||||
title="Lo que dicen nuestros visitantes"
|
||||
description="Testimonios auténticos de huéspedes satisfechos que valoran nuestro compromiso con la calidad y la atención cercana."
|
||||
title="Más de 20 reseñas positivas de nuestros huéspedes"
|
||||
description="Nuestros visitantes valoran nuestro compromiso con la calidad, la atención cercana y la experiencia auténtica que ofrece San Félix."
|
||||
tag="HUÉSPEDES"
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -107,8 +107,8 @@ export default function SanFelixPage() {
|
||||
{ id: "4", name: "David Fernández", role: "Viajero Frecuente", company: "Bilbao", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-smiling_23-2148454539.jpg", imageAlt: "Testimonial portrait guest smiling" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Satisfacción de Huéspedes" },
|
||||
{ value: "500+", label: "Reseñas Positivas" },
|
||||
{ value: "20+", label: "Reseñas Positivas" },
|
||||
{ value: "500+", label: "Clientes Satisfechos" },
|
||||
{ value: "10+", label: "Años en Hospitalidad" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -138,4 +138,4 @@ export default function SanFelixPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user