Merge version_1 into main #1
@@ -11,7 +11,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Users, Dental, Award, Star } from "lucide-react";
|
||||
import { Users, Tooth, Award, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -65,7 +65,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
useInvertedBackground={true}
|
||||
tag="Tu Salud Bucodental, Nuestra Prioridad"
|
||||
/>
|
||||
</div>
|
||||
@@ -113,7 +112,7 @@ export default function LandingPage() {
|
||||
description="Nuestros resultados hablan por sí solos. Compromiso con la excelencia y la satisfacción del paciente."
|
||||
metrics={[
|
||||
{ id: "m1", icon: Users, title: "Pacientes Atendidos", value: "5.000+" },
|
||||
{ id: "m2", icon: Dental, title: "Tratamientos Realizados", value: "12.000+" },
|
||||
{ id: "m2", icon: Tooth, title: "Tratamientos Realizados", value: "12.000+" },
|
||||
{ id: "m3", icon: Award, title: "Años Cuidando Sonrisas", value: "20+" },
|
||||
{ id: "m4", icon: Star, title: "Valoración Media (5 Estrellas)", value: "4.9" }
|
||||
]}
|
||||
@@ -181,7 +180,7 @@ export default function LandingPage() {
|
||||
{ text: "Enviar Mensaje", href: "mailto:info@clinicadra.perea.com" }
|
||||
]}
|
||||
background={{
|
||||
variant: "glowing-orb"
|
||||
variant: "downward-rays-animated"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user