|
|
|
|
@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
|
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
|
|
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
|
@@ -41,22 +41,17 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardRotatedCarousel
|
|
|
|
|
background={{ variant: "rotated-rays-animated" }}
|
|
|
|
|
<HeroOverlay
|
|
|
|
|
title="Aprueba tu carnet de conducir a la primera"
|
|
|
|
|
description="Autoescuela con trato cercano, profesores pacientes y excelentes resultados en Sevilla. Prepárate con los mejores expertos."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Apúntate ahora", href: "#contact" },
|
|
|
|
|
{ text: "Llamar", href: "tel:615441969" },
|
|
|
|
|
]}
|
|
|
|
|
carouselItems={[
|
|
|
|
|
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-outdoors_23-2149105450.jpg", imageAlt: "Clases de conducir" },
|
|
|
|
|
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-driving-car_23-2148999058.jpg", imageAlt: "Alumno aprendiendo" },
|
|
|
|
|
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167587.jpg", imageAlt: "Examen aprobado" },
|
|
|
|
|
{ id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-with-thumbs-up-car-travel-scene-baby-car-seat_169016-68402.jpg", imageAlt: "Coche autoescuela" },
|
|
|
|
|
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-driving-car_23-2148213499.jpg", imageAlt: "Ciudad de Sevilla" },
|
|
|
|
|
{ id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-man-sunglasses-sits-inside-black-sport-retro-car_8353-4972.jpg", imageAlt: "Éxito al volante" },
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-transgender-outdoors_23-2149105450.jpg"
|
|
|
|
|
imageAlt="Clases de conducir"
|
|
|
|
|
showBlur={true}
|
|
|
|
|
textPosition="bottom"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|