Update src/app/page.tsx

This commit is contained in:
2026-04-05 12:25:40 +00:00
parent ecc3a3e729
commit eaa7c37091

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
@@ -43,28 +43,13 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Donde el Mediterráneo se vuelve tu hogar."
<HeroLogo
logoText="Occidental Torremolinos Playa"
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"
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 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 4"},
{
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"
/>
</div>
@@ -177,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}