8 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
kudinDmitriyUp
4dba9f41ef Bob AI: Translate the hero section text to Spanish: Title to 'Cuidado dental excelente, 2026-06-16 02:47:32 +00:00
fdb47953ec Merge version_1_1781569468031 into main
Merge version_1_1781569468031 into main
2026-06-16 00:28:08 +00:00
9166b78826 Merge version_1_1781569468031 into main
Merge version_1_1781569468031 into main
2026-06-16 00:27:23 +00:00
6d6fa0bcee Merge version_1_1781569468031 into main
Merge version_1_1781569468031 into main
2026-06-16 00:26:40 +00:00
4b4fab14ee Merge version_1_1781569468031 into main
Merge version_1_1781569468031 into main
2026-06-16 00:25:48 +00:00

View File

@@ -14,11 +14,11 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroOverlay
tag="Trusted Dental Excellence in Oaxaca"
title="Excellent Dental Care, Trusted by Oaxaca"
description="Experience professional dentistry from UNAM-qualified specialists in a clean, caring environment. Flexible hours, accessible prices, and patient-centered care you can count on."
primaryButton={{ text: "Book Your Appointment", href: "#contact" }}
secondaryButton={{ text: "Our Services", href: "#services" }}
tag="Excelencia dental de confianza en Oaxaca"
title="Cuidado dental excelente, de confianza en Oaxaca"
description="Experimente odontología profesional de especialistas calificados por la UNAM en un entorno limpio y afectuoso. Horarios flexibles, precios accesibles y atención centrada en el paciente con la que puede contar."
primaryButton={{ text: "Reserve su cita", href: "#contact" }}
secondaryButton={{ text: "Nuestros servicios", href: "#services" }}
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg"
/>
</SectionErrorBoundary>
@@ -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" }
]}
/>