A nature-themed feature section with a heading, intro text and a four-column grid of highlight cards, one of which is emphasized with a dark accent state.
import { FeatureNature } from "@/components/ui/feature-nature"; export default function Default() { return <FeatureNature />; }