"use client"; import { Navbar } from "@/components/landing/navbar"; export default function PatientResourcesPage() { return ( <>

Patient Resources

Find new patient forms, insurance information, and financing options to help you prepare for your visit and manage your dental care.

{/* Add more resource links or components here as needed */}
); }