GlobalContextSection component
import { GlobalContextSection } from '@/components/GlobalContextSection'; export default function Example() { return ( <GlobalContextSection /> ); }