Update src/app/page.tsx
This commit is contained in:
@@ -15,11 +15,11 @@ export default function CentroDentalPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -46,13 +46,13 @@ export default function CentroDentalPage() {
|
||||
description="Clínica dental de excelencia en Madrid con más de 4,800 reseñas positivas. Experiencia, profesionalidad y cuidado del paciente en cada tratamiento."
|
||||
tag="Clínica Dental Premium"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Agendar Consulta", href: "#contact" },
|
||||
{ text: "Conocer Servicios", href: "#services" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", imageAlt: "dental office modern clinic professional healthcare" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/dentist-s-office-interior-with-modern-chair-special-dentisd-equipment-interior-stomatology-clinic_482257-11998.jpg", imageAlt: "dentist office medical interior clean bright" },
|
||||
@@ -77,7 +77,7 @@ export default function CentroDentalPage() {
|
||||
description="Con una ubicación privilegiada en el corazón de Moncloa-Aravaca en Madrid, somos tu clínica dental de confianza desde hace años. Nuestro equipo de profesionales certificados ofrece soluciones innovadoras en odontología general, implantología y estética dental."
|
||||
tag="Nuestra Historia"
|
||||
tagIcon={Award}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
bulletPoints={[
|
||||
{ title: "Excelencia Certificada", description: "4,891 reseñas de Google positivas que demuestran nuestro compromiso con la calidad y satisfacción del paciente", icon: CheckCircle },
|
||||
{ title: "Ubicación Estratégica", description: "C. Velayos, 8, 1ºD, Moncloa-Aravaca. Fácil acceso desde cualquier punto de Madrid con amplio estacionamiento disponible", icon: MapPin },
|
||||
@@ -121,7 +121,7 @@ export default function CentroDentalPage() {
|
||||
description="Ofrecemos una amplia gama de tratamientos dentales profesionales dirigidos a la salud, función y estética de tu sonrisa"
|
||||
tag="Servicios Dentales"
|
||||
tagIcon={Smile}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -145,7 +145,7 @@ export default function CentroDentalPage() {
|
||||
description="Dentistas experimentados y especializados comprometidos con tu bienestar y la excelencia en cada tratamiento"
|
||||
tag="Equipo Experto"
|
||||
tagIcon={Users}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
className="w-full py-16 md:py-24"
|
||||
@@ -171,7 +171,7 @@ export default function CentroDentalPage() {
|
||||
description="Miles de pacientes satisfechos en Madrid confían en nuestros servicios de calidad y profesionalismo"
|
||||
tag="Testimonios"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
className="w-full py-16 md:py-24"
|
||||
@@ -187,8 +187,8 @@ export default function CentroDentalPage() {
|
||||
title="Agendar Tu Cita Ahora"
|
||||
description="Contáctanos hoy para programar tu consulta. Nuestro equipo se pondrá en contacto contigo en la mayor brevedad. Teléfono: +34 913 16 38 69 | Horario: De 15:00 en adelante (lunes a viernes). Ubicación: C. Velayos, 8, 1ºD, Moncloa-Aravaca, 28035 Madrid"
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Tu correo electrónico"
|
||||
buttonText="Agendar Cita"
|
||||
|
||||
Reference in New Issue
Block a user