import React from 'react'; import dynamic from 'next/dynamic'; import { Map } from 'lucide-react'; import type { Metadata } from 'next'; export const metadata: Metadata = { title: 'Burrow Map', description: 'Interactive map of burrowing owl burrows in Cape Coral, Florida.', }; const BurrowMap = dynamic(() => import('./BurrowMap'), { ssr: false, loading: () => (
An interactive map of active burrowing owl burrows monitored by CCFW volunteers across Cape Coral.