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