Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d40f768e88 | |||
| eaa7c37091 | |||
| ecc3a3e729 | |||
| 0739c11293 | |||
| 486d7607c9 | |||
| d97fc73c61 | |||
| 84ef9e205b |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
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 MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
@@ -43,28 +43,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroLogo
|
||||||
title="Donde el Mediterráneo se vuelve tu hogar."
|
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."
|
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={[
|
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?_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>
|
</div>
|
||||||
|
|
||||||
@@ -177,4 +162,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user