Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f4db9b781 | |||
| b9b5f7f9de | |||
| bbbd2c0f75 | |||
| fd6c716ba7 |
@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
title="Tu sonrisa merece el mejor cuidado"
|
||||
@@ -60,13 +60,15 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Ver Instagram", href: "https://www.instagram.com/drjackson.odontologia/"}
|
||||
]}
|
||||
mediaItems={[
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg", imageAlt: "Modern dental clinic interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-dentist-s-appointment_1321-4592.jpg", imageAlt: "Dental tools on a tray"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-dental-clinic_107420-74179.jpg", imageAlt: "Happy patient with a healthy smile"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-dental-clinic_107420-74179.jpg", imageAlt: "Happy patient with a healthy smile"}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-explaining-teeth-x-ray-screen-female-patient-lying-dentist-chair_23-2147879120.jpg", imageAlt: "Dentist explaining an x-ray to a patient"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user