7 Commits

Author SHA1 Message Date
7cf322b73d Merge version_5 into main
Merge version_5 into main
2026-06-10 00:43:19 +00:00
2f4db9b781 Update src/app/page.tsx 2026-06-10 00:43:16 +00:00
b9b5f7f9de Merge version_4 into main
Merge version_4 into main
2026-06-10 00:40:07 +00:00
a0e8e1d29b Update theme colors 2026-06-10 00:40:04 +00:00
bbbd2c0f75 Merge version_3 into main
Merge version_3 into main
2026-06-10 00:39:59 +00:00
524e5762a0 Update theme colors 2026-06-10 00:39:56 +00:00
fd6c716ba7 Merge version_2 into main
Merge version_2 into main
2026-06-10 00:38:58 +00:00
2 changed files with 8 additions and 6 deletions

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"},
{ {

View File

@@ -12,8 +12,8 @@
--background: #1a1a1a; --background: #1a1a1a;
--card: #282828; --card: #282828;
--foreground: #e0e0e0; --foreground: #fffefe;
--primary-cta: #4a90e2; --primary-cta: #f7fbff;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #3a3a3a; --secondary-cta: #3a3a3a;
--secondary-cta-text: #e0e0e0; --secondary-cta-text: #e0e0e0;