Welcome to my MDX page!

This is a paragraph.

Subheading

import React from "react";

const ExampleComponent = () => {
  return (
    <div>
      <p>This is a JSX component.</p>
    </div>
  );
};