3 Commits

Author SHA1 Message Date
6324860484 Merge version_3_1781578083144 into main
Merge version_3_1781578083144 into main
2026-06-16 02:49:30 +00:00
kudinDmitriyUp
099a70e2b3 Bob AI: Translate all text content in the About, Services (Features), Pricing, Team, Tes 2026-06-16 02:49:24 +00:00
49b0d67432 Merge version_2_1781578025735 into main
Merge version_2_1781578025735 into main
2026-06-16 02:47:35 +00:00

View File

@@ -59,10 +59,10 @@ export default function HomePage() {
{
title: "Family Care", description: "Dental care for all ages.", bentoComponent: "checklist-timeline", heading: "Patient Promise", subheading: "Quality standards", checklistItems: [
{ label: "Sterilization", detail: "Strict protocols" },
{ label: "Gentle", detail: "Pain-free focus" },
{ label: "Transparent", detail: "Pricing first" }
{ label: "Suave", detail: "Enfoque sin dolor" },
{ label: "Transparente", detail: "Precios claros" }
],
completedLabel: "Certified"
completedLabel: "Certificado"
}
]}
/>
@@ -72,17 +72,17 @@ export default function HomePage() {
<div id="pricing" data-section="pricing">
<SectionErrorBoundary name="pricing">
<PricingHighlightedCards
tag="Fair & Transparent"
title="Clear Pricing, No Surprises"
description="Flexible plans for every patient."
tag="Justo y Transparente"
title="Precios Claros, Sin Sorpresas"
description="Planes flexibles para cada paciente."
plans={[
{
tag: "Essentials", price: "$800 MXN", description: "Routine annual dental exam.", features: ["Consultation", "Digital X-Ray", "Treatment Plan"],
primaryButton: { text: "Get Started", href: "#contact" }
tag: "Esencial", price: "$800 MXN", description: "Examen dental anual de rutina.", features: ["Consulta", "Radiografía Digital", "Plan de Tratamiento"],
primaryButton: { text: "Comenzar", href: "#contact" }
},
{
tag: "Recommended", price: "$1,500 MXN", description: "Standard cleaning package.", features: ["Deep Cleaning", "Polishing", "Fluoride Treatment", "Consultation"],
highlight: "Best Value", primaryButton: { text: "Book Now", href: "#contact" }
tag: "Recomendado", price: "$1,500 MXN", description: "Paquete de limpieza estándar.", features: ["Limpieza Profunda", "Pulido", "Tratamiento con Flúor", "Consulta"],
highlight: "Mejor Valor", primaryButton: { text: "Reservar Ahora", href: "#contact" }
}
]}
/>
@@ -92,12 +92,12 @@ export default function HomePage() {
<div id="team" data-section="team">
<SectionErrorBoundary name="team">
<TeamOverlayCards
tag="Expert Specialists"
title="Meet Your Dental Team"
description="UNAM-qualified professionals dedicated to you."
tag="Especialistas Expertos"
title="Conoce a tu Equipo Dental"
description="Profesionales calificados de la UNAM dedicados a ti."
members={[
{ name: "Dr. Elena Ruiz", role: "Lead Dentist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-looking-camera_23-2147771700.jpg" },
{ name: "Dr. Carlos Mendez", role: "Specialist", imageSrc: "http://img.b2bpic.net/free-photo/dentist-standing-with-his-arms-crossed_107420-65262.jpg" },
{ name: "Dra. Elena Ruiz", role: "Dentista Principal", imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-looking-camera_23-2147771700.jpg" },
{ name: "Dr. Carlos Mendez", role: "Especialista", imageSrc: "http://img.b2bpic.net/free-photo/dentist-standing-with-his-arms-crossed_107420-65262.jpg" },
{ name: "Lic. Ana Ortiz", role: "Hygiene Specialist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg" }
]}
/>