BeatrizDental
Landing page for a virtual dental office management service: appointment confirmation, cancellation recovery, quote closing, and financing coordination — delivered with a human touch, no bots.
Visit site ↗Stack
The Service
BeatrizDental offers dental practices something rare: a real human handling their administrative workload remotely. The service covers appointment confirmations, follow-ups with patients who cancel or don’t show, closing budgets for treatments, and coordinating financing options — all the tasks that take dentists and their staff away from chairside work.
The positioning is deliberately anti-bot: in a market flooded with automated messaging and chatbots, BeatrizDental competes on the human experience. Patients speak with a real person. Dentists know their practice reputation isn’t at risk from a misconfigured chatbot response.
The Landing Page
The site needed to communicate a premium, trustworthy service to a skeptical audience — solo practice dentists who have been burned by over-promised software before.
Design decisions:
- No stock photos of offices: The hero speaks directly to the dentist’s pain (admin overhead) without visual clichés
- Clear service breakdown: Each service is explained in plain language — what it is, what the dentist gets, what they don’t have to do anymore
- Zero JavaScript by default: Astro’s static output means the page loads instantly. No client-side bundles, no hydration, no spinners. Performance is a trust signal.
Stack
Astro was the obvious choice for a marketing landing page with no dynamic features. The build output is pure HTML + CSS, served from a CDN. Page speed scores are consistently in the 98–100 range on both mobile and desktop.
Tailwind CSS for styling — utility-first keeps the CSS lean and prevents the specificity issues that come with component libraries on long-term projects.
The contact flow is a direct mailto: link rather than a form backend. For a service that sells on human touch, asking dentists to fill out a form would be counterproductive.