export default function CliniciansReportLandingPage() { const tiers = [ { name: "Annual", price: "$299", cadence: "/year", badge: "Most popular", description: "Best for clinicians who want the full report experience with room to evaluate before committing longer term.", features: [ "Printed Clinicians Report mailed monthly", "Online access to Clinicians Report", "Printed hygiene reports", "Audio on select issues", ], cta: "Start Annual Subscription", }, { name: "2-Year", price: "$569", cadence: "/2 years", badge: "Best value", description: "A stronger commitment for practices that rely on ongoing product intelligence and want better long-range value.", features: [ "Everything in Annual", "Lower effective yearly cost", "Continuous access for multi-year planning", "Ideal for growing practices", ], cta: "Choose 2-Year Plan", }, { name: "3-Year", price: "$799", cadence: "/3 years", badge: "Maximum commitment", description: "For practices that already know unbiased product guidance is part of their operating system.", features: [ "Everything in Annual", "Strongest long-term savings", "Stable access for teams and leadership", "Designed for serious subscribers", ], cta: "Choose 3-Year Plan", }, ]; const proofs = [ "Independent, research-backed dental product evaluations", "Practical clinical tips built for real practice decisions", "Print, digital, and audio access in one subscription path", "Trusted reporting history dating back to 1976", ]; const stats = [ { label: "Founded", value: "1976" }, { label: "Formats", value: "Print + Digital + Audio" }, { label: "Support", value: "Fast Human Help" }, ]; const faqs = [ { q: "What do subscribers get?", a: "The core subscription includes printed monthly issues, online access, printed hygiene reports, and audio on select issues.", }, { q: "Is this just theory?", a: "No. The value proposition is practical: help dentists make better product decisions, avoid costly mistakes, and apply techniques that hold up in clinical reality.", }, { q: "How do people subscribe or get help?", a: "Visitors can subscribe online, and the organization also offers phone and email support for subscription questions.", }, ]; return (
{""} precision-tested for dental practices

Subscribe to Clinicians Report
with the confidence of a system built to reduce bad decisions.

Independent evaluations. Practical clinical guidance. Clear subscription paths. This landing page is designed to convert serious dentists and practice leaders who care more about signal than marketing noise.

{stats.map((item) => (
{item.label}
{item.value}
))}

Conversion Console

Why serious practices subscribe

status: trusted
{proofs.map((item, index) => (
0{index + 1}

{item}

))}
Hard truth: The cost of one bad product choice can dwarf the subscription fee. This page leans into that reality instead of pretending subscriptions are impulse buys.
pricing.compile() → clarity

Subscription options built for different commitment levels

Same mission, different time horizons. The pricing layout below gives users a fast way to compare cost, commitment, and included value.

{tiers.map((tier, idx) => (

{tier.name}

{tier.badge}
{tier.price} {tier.cadence}

{tier.description}

    {tier.features.map((feature) => (
  • {feature}
  • ))}
{tier.cta}
))}
independent_signal > sponsored_noise

Why this positioning works

Most subscription pages waste space on generic promises. This one attacks the buying decision more directly: trusted evidence, practical usefulness, and the financial risk of choosing poorly.

For solo dentists

Make faster product decisions without relying on vendor claims or scattered online opinions.

For group practices

Standardize purchasing logic, reduce waste, and give decision-makers a cleaner source of evidence.

Need help before buying?

Users who hesitate at checkout usually need reassurance, not hype. Put human contact options where trust breaks.

Subscription questions
circulation@cliniciansreport.org
Call support
888-272-2345
Direct line on homepage
801-226-2121
faq.render()

Questions smart buyers ask before subscribing

{faqs.map((item) => (

{item.q}

{item.a}

))}
final call

Subscribe because bad product decisions are expensive.

Clinicians Report is strongest when positioned as a decision-quality tool, not just a publication. That is the conversion angle this page is engineered to support.

); }