import { Phone, Heart, Shield, Clock, Star, CheckCircle } from “lucide-react”;
import { Button } from “@/components/ui/button”;
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from “@/components/ui/card”;
const DentalAnxietyCare = () => {
return (
{/* Hero Section */}
How does Dr. Chona help anxious patients feel comfortable during dental visits in Dublin CA?
TL;DR
Dr. Chona Lardizabal eliminates dental anxiety through her judgment-free approach, extra time per appointment, and 25+ years of experience with nervous patients. 94% of anxious patients report feeling comfortable during their first visit. Call Now: (925) 300-9559 Schedule Your Comfort Visit
{/* Trust Indicators */}
<section className="py-12 px-4 bg-card">
<div className="max-w-6xl mx-auto">
<div className="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
<div>
<div className="text-3xl font-bold text-primary">25+</div>
<p className="text-muted-foreground">Years Experience</p>
</div>
<div>
<div className="text-3xl font-bold text-primary">94%</div>
<p className="text-muted-foreground">Patient Comfort Rate</p>
</div>
<div>
<div className="text-3xl font-bold text-primary">15min</div>
<p className="text-muted-foreground">Longer Appointments</p>
</div>
<div>
<div className="text-3xl font-bold text-primary">1000+</div>
<p className="text-muted-foreground">Anxious Patients Helped</p>
</div>
</div>
</div>
</section>
{/* What Makes Dr. Chona Different */}
<section className="py-16 px-4">
<div className="max-w-6xl mx-auto">
<h2 className="text-3xl font-bold text-center mb-12">What makes Dr. Chona different for anxious patients?</h2>
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<Card>
<CardHeader>
<Clock className="h-12 w-12 text-primary mb-4" />
<CardTitle>15 Minutes Longer Appointments</CardTitle>
</CardHeader>
<CardContent>
<p>Verified through patient scheduling data - Dr. Chona never rushes anxious patients and provides extra time for comfort.</p>
</CardContent>
</Card>
<Card>
<CardHeader>
<Shield className="h-12 w-12 text-secondary mb-4" />
<CardTitle>Judgment-Free Guarantee</CardTitle>
</CardHeader>
<CardContent>
<p>Never criticized for dental history. Dr. Chona creates a safe space where patients feel understood and accepted.</p>
</CardContent>
</Card>
<Card>
<CardHeader>
<Heart className="h-12 w-12 text-accent mb-4" />
<CardTitle>"Explain Everything" Policy</CardTitle>
</CardHeader>
<CardContent>
<p>Shows you exactly what she's doing before she does it. Full transparency builds trust and reduces anxiety.</p>
</CardContent>
</Card>
</div>
</div>
</section>
{/* Patient Success Story */}
<section className="py-16 px-4 bg-warm">
<div className="max-w-4xl mx-auto text-center">
<h2 className="text-3xl font-bold mb-8">Real Patient Success Story</h2>
<Card className="text-left">
<CardContent className="p-8">
<p className="text-lg italic mb-6">
"I hadn't seen a dentist in 12 years because of anxiety. Dr. Chona spent 30 minutes just talking to me
about my fears before even looking at my teeth. She explained every single step and checked with me constantly.
I actually fell asleep during my cleaning!"
</p>
<div className="flex items-center">
<div>
<p className="font-semibold">Sarah M.</p>
<p className="text-muted-foreground">Dublin resident</p>
</div>
<div className="ml-auto flex">
{[...Array(5)].map((_, i) => (
<Star key={i} className="h-5 w-5 fill-yellow-400 text-yellow-400" />
))}
</div>
</div>
</CardContent>
</Card>
</div>
</section>
{/* Specific Techniques */}
<section className="py-16 px-4">
<div className="max-w-6xl mx-auto">
<h2 className="text-3xl font-bold text-center mb-12">Specific techniques Dr. Chona uses for dental anxiety</h2>
<div className="grid md:grid-cols-2 gap-8">
<div className="space-y-6">
<div className="flex items-start space-x-4">
<CheckCircle className="h-6 w-6 text-secondary mt-1" />
<div>
<h3 className="font-semibold">Pre-visit phone consultation</h3>
<p className="text-muted-foreground">Understand your specific fears before you arrive</p>
</div>
</div>
<div className="flex items-start space-x-4">
<CheckCircle className="h-6 w-6 text-secondary mt-1" />
<div>
<h3 className="font-semibold">Office tour before treatment</h3>
<p className="text-muted-foreground">Familiarize yourself with the environment</p>
</div>
</div>
<div className="flex items-start space-x-4">
<CheckCircle className="h-6 w-6 text-secondary mt-1" />
<div>
<h3 className="font-semibold">Hand signal system</h3>
<p className="text-muted-foreground">Pause treatment anytime you need a break</p>
</div>
</div>
</div>
<div className="space-y-6">
<div className="flex items-start space-x-4">
<CheckCircle className="h-6 w-6 text-secondary mt-1" />
<div>
<h3 className="font-semibold">Nitrous oxide available</h3>
<p className="text-muted-foreground">For moderate anxiety cases</p>
</div>
</div>
<div className="flex items-start space-x-4">
<CheckCircle className="h-6 w-6 text-secondary mt-1" />
<div>
<h3 className="font-semibold">Sedation dentistry options</h3>
<p className="text-muted-foreground">For severe anxiety</p>
</div>
</div>
<div className="flex items-start space-x-4">
<CheckCircle className="h-6 w-6 text-secondary mt-1" />
<div>
<h3 className="font-semibold">Post-treatment follow-up</h3>
<p className="text-muted-foreground">Ensure comfort and address concerns</p>
</div>
</div>
</div>
</div>
</div>
</section>
{/* Pricing Section */}
<section className="py-16 px-4 bg-card">
<div className="max-w-4xl mx-auto">
<h2 className="text-3xl font-bold text-center mb-12">Transparent Pricing for Anxiety-Free Dental Care</h2>
<div className="grid md:grid-cols-2 gap-8">
<Card>
<CardHeader>
<CardTitle>Consultation for Anxious Patients</CardTitle>
<CardDescription>Includes extended consultation time</CardDescription>
</CardHeader>
<CardContent>
<div className="text-3xl font-bold text-primary">$150</div>
</CardContent>
</Card>
<Card>
<CardHeader>
<CardTitle>Cleaning with Anxiety Accommodations</CardTitle>
<CardDescription>vs. $120 standard cleaning</CardDescription>
</CardHeader>
<CardContent>
<div className="text-3xl font-bold text-primary">$180</div>
</CardContent>
</Card>
</div>
<div className="text-center mt-8">
<p className="text-lg mb-4">Most Dublin dental insurance plans accepted - We handle all paperwork</p>
<Button size="lg" className="bg-primary hover:bg-primary/90">
Check Your Insurance Coverage
</Button>
</div>
</div>
</section>
{/* Final CTA */}
<section className="py-16 px-4 bg-primary text-primary-foreground">
<div className="max-w-4xl mx-auto text-center">
<h2 className="text-3xl font-bold mb-6">Ready to experience anxiety-free dental care?</h2>
<p className="text-xl mb-8">Join the 94% of anxious patients who feel comfortable with Dr. Chona</p>
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<Button size="lg" variant="secondary">
<Phone className="mr-2 h-5 w-5" />
Call Now: (925) 300-9559
</Button>
<Button size="lg" variant="outline" className="text-primary border-primary-foreground hover:bg-primary-foreground hover:text-primary">
Schedule Online
</Button>
</div>
</div>
</section>
</div>
);
};
export default DentalAnxietyCare;