Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #9.
This commit is contained in:
2026-06-10 00:43:19 +00:00

View File

@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; 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 MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -47,7 +47,7 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroSplitDoubleCarousel
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
title="Tu sonrisa merece el mejor cuidado" 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/"} 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/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/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"}, 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"},
{ {