From e8599bb507dc0e6c5c583d513bd8b4e16241557e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 00:27:17 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 287 ++++++++++++++++++----------------------- 1 file changed, 129 insertions(+), 158 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 0f05545..1258f03 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,184 +6,155 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards'; import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Award, CheckCircle, Shield, Zap } from "lucide-react"; +import { CheckCircle, Shield, Zap, Award } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ 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" }} + imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg" + /> +
+
-
- +
+ - -
+ title="Your Dental Health, Our Priority" + descriptions={[ + "At Just Smiling, we combine high-level clinical expertise with a compassionate approach to dental care. Our facility is designed for your comfort and safety.", "Our team consists of UNAM-qualified specialists dedicated to providing top-tier service to the Oaxaca community. We focus on transparent diagnostics and lasting oral health." + ]} + /> +
+
-
- +
+ - -
+ tag="What We Offer" + title="Comprehensive Dental Services" + description="State-of-the-art care for your family." + features={[ + { + title: "General Dentistry", description: "Routine cleanings and exams.", bentoComponent: "tilted-stack-cards", stackCards: [ + { icon: "CheckCircle", title: "Prevention", subtitle: "Cleanings", detail: "Annual maintenance" }, + { icon: "CheckCircle", title: "Diagnostics", subtitle: "Digital X-Rays", detail: "Precision insights" }, + { icon: "CheckCircle", title: "Checkups", subtitle: "Exam", detail: "Oral health audit" } + ] + }, + { + title: "Restorative Work", description: "High-quality fillings and implants.", bentoComponent: "info-card-marquee", infoCards: [ + { icon: "Zap", label: "Duration", value: "Lifetime" }, + { icon: "Shield", label: "Material", value: "Ceramic" }, + { icon: "Award", label: "Quality", value: "Grade A" } + ] + }, + { + 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" } + ], + completedLabel: "Certified" + } + ]} + /> +
+
-
- +
+ - -
+ tag="Fair & Transparent" + title="Clear Pricing, No Surprises" + description="Flexible plans for every patient." + 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: "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="Expert Specialists" + title="Meet Your Dental Team" + description="UNAM-qualified professionals dedicated to you." + 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: "Lic. Ana Ortiz", role: "Hygiene Specialist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Patient Stories" + title="Proven Satisfaction" + description="Hear what our patients in Oaxaca say." + testimonials={[ + { name: "Maria G.", role: "Professional", quote: "The best dental experience I've had in Oaxaca. Professional, clean, and very kind.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-sofa-smiling_329181-1264.jpg" }, + { name: "Juan L.", role: "Parent", quote: "Great service for my whole family. They are very patient with children.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }, + { name: "Sofia R.", role: "Designer", quote: "Transparent pricing and excellent quality. I highly recommend them.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg" }, + { name: "Pedro H.", role: "Business Owner", quote: "Professional team and modern equipment. Very impressed with the care.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-woman-daydreams-with-closed-eyes-smiles-toothily-keeps-palms-near-face-recalls-lovely-moment-feels-glad-poses-indoor-people-pleasant-feelings-emotions-concept_273609-58258.jpg" }, + { name: "Luisa M.", role: "Teacher", quote: "Caring specialists. I felt very comfortable during my entire treatment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35693.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Common Questions" + title="How Can We Help You?" + description="Get answers to frequently asked questions about our services and process." + categories={[ + { + name: "General", items: [ + { question: "Are you UNAM-qualified?", answer: "Yes, our lead specialists are all UNAM graduates." }, + { question: "What are your hours?", answer: "We offer flexible hours, including weekends." } + ] + }, + { + name: "Payments", items: [ + { question: "Do you accept insurance?", answer: "Please inquire with our reception team." } + ] + } + ]} + /> +
+
-
- +
+ - -
+ tag="Ready to Start?" + text="Book your appointment online and get a healthy smile today." + primaryButton={{ text: "Schedule Today", href: "https://wa.me/yournumber" }} + secondaryButton={{ text: "Call Us Now", href: "tel:+529510000000" }} + /> +
+
); } -- 2.49.1