Merge version_1 into main #2
311
src/app/page.tsx
311
src/app/page.tsx
@@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { CheckCircle, Heart, Smile, Sparkles, Star, Tool, User, Zap } from "lucide-react";
|
||||
import { CheckCircle, Heart, Smile, Sparkles, Star, User, Zap, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Nosotros", id: "about" },
|
||||
{ name: "Servicios", id: "features" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Dental World"
|
||||
/>
|
||||
@@ -57,83 +45,24 @@ export default function LandingPage() {
|
||||
title="Tu sonrisa en las mejores manos"
|
||||
description="Atención dental profesional, humana y de calidad en el corazón de Quito."
|
||||
testimonials={[
|
||||
{
|
||||
name: "James B Nichols",
|
||||
handle: "@paciente",
|
||||
testimonial: "The best dental clinic in Ecuador… excellent care, attentive and patient service, very kind team.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg?_wi=1",
|
||||
imageAlt: "dentista profesional atendiendo paciente",
|
||||
},
|
||||
{
|
||||
name: "J0RG3 P",
|
||||
handle: "@paciente",
|
||||
testimonial: "Un lugar espectacular!! La mejor atención, cuidado y tratamiento en Quito.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-having-conversation-dental-clinic_23-2147879198.jpg?_wi=1",
|
||||
imageAlt: "dentista profesional atendiendo paciente",
|
||||
},
|
||||
{
|
||||
name: "Paciente",
|
||||
handle: "@paciente",
|
||||
testimonial: "Excelente servicio, muy profesionales y amables en todo momento.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-teeth-cleaning-dentist_23-2148338127.jpg?_wi=1",
|
||||
imageAlt: "dentista profesional atendiendo paciente",
|
||||
},
|
||||
{
|
||||
name: "Paciente",
|
||||
handle: "@paciente",
|
||||
testimonial: "La mejor clínica dental, recomendada al 100% por su calidez.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28565.jpg?_wi=1",
|
||||
imageAlt: "dentista profesional atendiendo paciente",
|
||||
},
|
||||
{
|
||||
name: "Paciente",
|
||||
handle: "@paciente",
|
||||
testimonial: "Muy buena experiencia, el equipo es fantástico y muy atento.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg",
|
||||
imageAlt: "dentista profesional atendiendo paciente",
|
||||
},
|
||||
{ name: "James B Nichols", handle: "@paciente", testimonial: "The best dental clinic in Ecuador… excellent care, attentive and patient service, very kind team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg", imageAlt: "dentista profesional atendiendo paciente" },
|
||||
{ name: "J0RG3 P", handle: "@paciente", testimonial: "Un lugar espectacular!! La mejor atención, cuidado y tratamiento en Quito.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-having-conversation-dental-clinic_23-2147879198.jpg", imageAlt: "dentista profesional atendiendo paciente" },
|
||||
{ name: "Paciente", handle: "@paciente", testimonial: "Excelente servicio, muy profesionales y amables en todo momento.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-teeth-cleaning-dentist_23-2148338127.jpg", imageAlt: "dentista profesional atendiendo paciente" },
|
||||
{ name: "Paciente", handle: "@paciente", testimonial: "La mejor clínica dental, recomendada al 100% por su calidez.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28565.jpg", imageAlt: "dentista profesional atendiendo paciente" },
|
||||
{ name: "Paciente", handle: "@paciente", testimonial: "Muy buena experiencia, el equipo es fantástico y muy atento.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg", imageAlt: "dentista profesional atendiendo paciente" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar cita",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Llamar ahora",
|
||||
href: "tel:+59323406235",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/593963105693",
|
||||
},
|
||||
{ text: "Agendar cita", href: "#contact" },
|
||||
{ text: "Llamar ahora", href: "tel:+59323406235" },
|
||||
{ text: "WhatsApp", href: "https://wa.me/593963105693" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg",
|
||||
alt: "Dentista 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling-dentist-office_23-2148338112.jpg",
|
||||
alt: "Paciente 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg",
|
||||
alt: "Paciente 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg",
|
||||
alt: "Paciente 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg",
|
||||
alt: "Dentista principal",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg", alt: "Dentista 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-smiling-dentist-office_23-2148338112.jpg", alt: "Paciente 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg", alt: "Paciente 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg", alt: "Paciente 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg", alt: "Dentista principal" },
|
||||
]}
|
||||
avatarText="Más de 1000 sonrisas felices"
|
||||
/>
|
||||
@@ -143,15 +72,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Sobre Clínica Dental World",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-having-conversation-dental-clinic_23-2147879198.jpg",
|
||||
alt: "Dra. Gina Vargas",
|
||||
},
|
||||
{ type: "text", content: "Sobre Clínica Dental World" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-having-conversation-dental-clinic_23-2147879198.jpg", alt: "Dra. Gina Vargas" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,36 +84,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Limpieza dental",
|
||||
description: "Eliminación profunda de sarro y placa.",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
title: "Ortodoncia",
|
||||
description: "Alineación profesional para una sonrisa perfecta.",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Blanqueamiento dental",
|
||||
description: "Recupera el tono blanco natural de tus dientes.",
|
||||
},
|
||||
{
|
||||
icon: Tool,
|
||||
title: "Endodoncia",
|
||||
description: "Tratamiento de conductos con la mayor precisión.",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Restauraciones",
|
||||
description: "Soluciones estéticas y funcionales duraderas.",
|
||||
},
|
||||
{
|
||||
icon: User,
|
||||
title: "Atención general",
|
||||
description: "Revisión integral para toda la familia.",
|
||||
},
|
||||
{ icon: Sparkles, title: "Limpieza dental", description: "Eliminación profunda de sarro y placa." },
|
||||
{ icon: Smile, title: "Ortodoncia", description: "Alineación profesional para una sonrisa perfecta." },
|
||||
{ icon: Zap, title: "Blanqueamiento dental", description: "Recupera el tono blanco natural de tus dientes." },
|
||||
{ icon: Wrench, title: "Endodoncia", description: "Tratamiento de conductos con la mayor precisión." },
|
||||
{ icon: CheckCircle, title: "Restauraciones", description: "Soluciones estéticas y funcionales duraderas." },
|
||||
{ icon: User, title: "Atención general", description: "Revisión integral para toda la familia." },
|
||||
]}
|
||||
title="Nuestros Servicios"
|
||||
description="Atención especializada para el cuidado integral de tu sonrisa."
|
||||
@@ -205,27 +103,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.7/5",
|
||||
title: "Calificación",
|
||||
description: "Promedio basado en reseñas reales.",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "+1000",
|
||||
title: "Sonrisas",
|
||||
description: "Pacientes felices atendidos en Quito.",
|
||||
icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "Atención",
|
||||
description: "Trato amable y personalizado.",
|
||||
icon: Heart,
|
||||
},
|
||||
{ id: "1", value: "4.7/5", title: "Calificación", description: "Promedio basado en reseñas reales.", icon: Star },
|
||||
{ id: "2", value: "+1000", title: "Sonrisas", description: "Pacientes felices atendidos en Quito.", icon: Smile },
|
||||
{ id: "3", value: "100%", title: "Atención", description: "Trato amable y personalizado.", icon: Heart },
|
||||
]}
|
||||
title="Nuestra Excelencia"
|
||||
description="Calidad respaldada por nuestros pacientes."
|
||||
@@ -238,51 +118,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James B Nichols",
|
||||
handle: "@paciente",
|
||||
testimonial: "The best dental clinic in Ecuador… excellent care, attentive and patient service, very kind team.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-posing-office-with-surgical-mask_23-2148338087.jpg",
|
||||
imageAlt: "Dentist posing in office with surgical mask",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "J0RG3 P",
|
||||
handle: "@paciente",
|
||||
testimonial: "Un lugar espectacular!! La mejor atención, cuidado y tratamiento en Quito.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg?_wi=3",
|
||||
imageAlt: "Dentist posing in office with surgical mask",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Paciente",
|
||||
handle: "@paciente",
|
||||
testimonial: "La atención es de primer nivel, muy humana y profesional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-having-conversation-dental-clinic_23-2147879198.jpg?_wi=2",
|
||||
imageAlt: "Dentist posing in office with surgical mask",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Paciente",
|
||||
handle: "@paciente",
|
||||
testimonial: "Clínica Dental World es simplemente la mejor opción en Quito.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-teeth-cleaning-dentist_23-2148338127.jpg?_wi=2",
|
||||
imageAlt: "Dentist posing in office with surgical mask",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Paciente",
|
||||
handle: "@paciente",
|
||||
testimonial: "Muy agradecido por el trato recibido en mi ortodoncia.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28565.jpg?_wi=2",
|
||||
imageAlt: "Dentist posing in office with surgical mask",
|
||||
},
|
||||
{ id: "1", name: "James B Nichols", handle: "@paciente", testimonial: "The best dental clinic in Ecuador… excellent care, attentive and patient service, very kind team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dentist-posing-office-with-surgical-mask_23-2148338087.jpg", imageAlt: "Dentist posing in office with surgical mask" },
|
||||
{ id: "2", name: "J0RG3 P", handle: "@paciente", testimonial: "Un lugar espectacular!! La mejor atención, cuidado y tratamiento en Quito.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dentist-preparing-patient-office_23-2148338115.jpg", imageAlt: "Dentist posing in office with surgical mask" },
|
||||
{ id: "3", name: "Paciente", handle: "@paciente", testimonial: "La atención es de primer nivel, muy humana y profesional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-having-conversation-dental-clinic_23-2147879198.jpg", imageAlt: "Dentist posing in office with surgical mask" },
|
||||
{ id: "4", name: "Paciente", handle: "@paciente", testimonial: "Clínica Dental World es simplemente la mejor opción en Quito.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-teeth-cleaning-dentist_23-2148338127.jpg", imageAlt: "Dentist posing in office with surgical mask" },
|
||||
{ id: "5", name: "Paciente", handle: "@paciente", testimonial: "Muy agradecido por el trato recibido en mi ortodoncia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28565.jpg", imageAlt: "Dentist posing in office with surgical mask" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Lo que dicen nuestros pacientes"
|
||||
@@ -295,23 +135,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "¿Cómo agendo una cita?",
|
||||
content: "Puedes escribirnos al WhatsApp +593 96 310 5693 o llamarnos al (02) 340-6235.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "¿Cuáles son sus horarios?",
|
||||
content: "Atendemos de L-V de 8:30 a 12:30 y de 15:00 a 19:00, Sábados de 8:30 a 11:30.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "¿Dónde están ubicados?",
|
||||
content: "En Fray Leonardo Murialdo N57-133, Quito.",
|
||||
},
|
||||
{ id: "1", title: "¿Cómo agendo una cita?", content: "Puedes escribirnos al WhatsApp +593 96 310 5693 o llamarnos al (02) 340-6235." },
|
||||
{ id: "2", title: "¿Cuáles son sus horarios?", content: "Atendemos de L-V de 8:30 a 12:30 y de 15:00 a 19:00, Sábados de 8:30 a 11:30." },
|
||||
{ id: "3", title: "¿Dónde están ubicados?", content: "En Fray Leonardo Murialdo N57-133, Quito." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patient-getting-teeth-cleaning-dentist_23-2148338127.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/patient-getting-teeth-cleaning-dentist_23-2148338127.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Preguntas Frecuentes"
|
||||
description="Estamos aquí para resolver tus dudas."
|
||||
@@ -325,67 +153,20 @@ export default function LandingPage() {
|
||||
title="Agenda tu cita hoy"
|
||||
description="Estamos listos para atenderte y cuidar tu sonrisa."
|
||||
inputs={[
|
||||
{
|
||||
name: "nombre",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre completo",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "telefono",
|
||||
type: "tel",
|
||||
placeholder: "Tu número de contacto",
|
||||
required: true,
|
||||
},
|
||||
{ name: "nombre", type: "text", placeholder: "Tu nombre completo", required: true },
|
||||
{ name: "telefono", type: "tel", placeholder: "Tu número de contacto", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "consulta",
|
||||
placeholder: "Cuéntanos qué necesitas",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28565.jpg?_wi=3"
|
||||
textarea={{ name: "consulta", placeholder: "Cuéntanos qué necesitas", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28565.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Clínica Dental World",
|
||||
items: [
|
||||
{
|
||||
label: "Quito, Ecuador",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "(02) 340-6235",
|
||||
href: "tel:+59323406235",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
{
|
||||
label: "Ortodoncia",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Limpieza",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Clínica Dental World", items: [{ label: "Quito, Ecuador", href: "#" }, { label: "(02) 340-6235", href: "tel:+59323406235" }] },
|
||||
{ title: "Servicios", items: [{ label: "Ortodoncia", href: "#" }, { label: "Limpieza", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Clínica Dental World"
|
||||
bottomRightText="Todos los derechos reservados"
|
||||
|
||||
Reference in New Issue
Block a user