.env.local.example
# Environment Variables Example # Copy this file to .env.local and fill in your values # Google Maps API (for contact page map) NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_api_key_here # Contact Form (if using a service like Formspree) NEXT_PUBLIC_FORM_ENDPOINT=your_form_endpoint_here # Analytics (optional) NEXT_PUBLIC_GA_TRACKING_ID=your_google_analytics_id_here